@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBillingGroupCostReportsFilter extends Object implements Serializable, Cloneable, StructuredPojo
The filter used to retrieve specific BillingGroupCostReportElements
.
Constructor and Description |
---|
ListBillingGroupCostReportsFilter() |
Modifier and Type | Method and Description |
---|---|
ListBillingGroupCostReportsFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getBillingGroupArns()
The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBillingGroupArns(Collection<String> billingGroupArns)
The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.
|
String |
toString()
Returns a string representation of this object.
|
ListBillingGroupCostReportsFilter |
withBillingGroupArns(Collection<String> billingGroupArns)
The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.
|
ListBillingGroupCostReportsFilter |
withBillingGroupArns(String... billingGroupArns)
The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.
|
public List<String> getBillingGroupArns()
The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.
public void setBillingGroupArns(Collection<String> billingGroupArns)
The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.
billingGroupArns
- The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.public ListBillingGroupCostReportsFilter withBillingGroupArns(String... billingGroupArns)
The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.
NOTE: This method appends the values to the existing list (if any). Use
setBillingGroupArns(java.util.Collection)
or withBillingGroupArns(java.util.Collection)
if you
want to override the existing values.
billingGroupArns
- The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.public ListBillingGroupCostReportsFilter withBillingGroupArns(Collection<String> billingGroupArns)
The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.
billingGroupArns
- The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.public String toString()
toString
in class Object
Object.toString()
public ListBillingGroupCostReportsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.