@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBillingGroupsFilter extends Object implements Serializable, Cloneable, StructuredPojo
The filter that specifies the billing groups and pricing plans to retrieve billing group information.
| Constructor and Description |
|---|
ListBillingGroupsFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListBillingGroupsFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getArns()
The list of billing group Amazon Resource Names (ARNs) to retrieve information.
|
String |
getPricingPlan()
The pricing plan Amazon Resource Names (ARNs) to retrieve information.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArns(Collection<String> arns)
The list of billing group Amazon Resource Names (ARNs) to retrieve information.
|
void |
setPricingPlan(String pricingPlan)
The pricing plan Amazon Resource Names (ARNs) to retrieve information.
|
String |
toString()
Returns a string representation of this object.
|
ListBillingGroupsFilter |
withArns(Collection<String> arns)
The list of billing group Amazon Resource Names (ARNs) to retrieve information.
|
ListBillingGroupsFilter |
withArns(String... arns)
The list of billing group Amazon Resource Names (ARNs) to retrieve information.
|
ListBillingGroupsFilter |
withPricingPlan(String pricingPlan)
The pricing plan Amazon Resource Names (ARNs) to retrieve information.
|
public List<String> getArns()
The list of billing group Amazon Resource Names (ARNs) to retrieve information.
public void setArns(Collection<String> arns)
The list of billing group Amazon Resource Names (ARNs) to retrieve information.
arns - The list of billing group Amazon Resource Names (ARNs) to retrieve information.public ListBillingGroupsFilter withArns(String... arns)
The list of billing group Amazon Resource Names (ARNs) to retrieve information.
NOTE: This method appends the values to the existing list (if any). Use
setArns(java.util.Collection) or withArns(java.util.Collection) if you want to override the
existing values.
arns - The list of billing group Amazon Resource Names (ARNs) to retrieve information.public ListBillingGroupsFilter withArns(Collection<String> arns)
The list of billing group Amazon Resource Names (ARNs) to retrieve information.
arns - The list of billing group Amazon Resource Names (ARNs) to retrieve information.public void setPricingPlan(String pricingPlan)
The pricing plan Amazon Resource Names (ARNs) to retrieve information.
pricingPlan - The pricing plan Amazon Resource Names (ARNs) to retrieve information.public String getPricingPlan()
The pricing plan Amazon Resource Names (ARNs) to retrieve information.
public ListBillingGroupsFilter withPricingPlan(String pricingPlan)
The pricing plan Amazon Resource Names (ARNs) to retrieve information.
pricingPlan - The pricing plan Amazon Resource Names (ARNs) to retrieve information.public String toString()
toString in class ObjectObject.toString()public ListBillingGroupsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.