@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccountAssociationsFilter extends Object implements Serializable, Cloneable, StructuredPojo
The filter on the account ID of the linked account, or any of the following:
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that are not associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
| Constructor and Description |
|---|
ListAccountAssociationsFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssociationsFilter |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID to filter on.
|
String |
getAssociation()
MONITORED: linked accounts that are associated to billing groups. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
The Amazon Web Services account ID to filter on.
|
void |
setAssociation(String association)
MONITORED: linked accounts that are associated to billing groups. |
String |
toString()
Returns a string representation of this object.
|
ListAccountAssociationsFilter |
withAccountId(String accountId)
The Amazon Web Services account ID to filter on.
|
ListAccountAssociationsFilter |
withAssociation(String association)
MONITORED: linked accounts that are associated to billing groups. |
public void setAssociation(String association)
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that are not associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
association - MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that are not associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
public String getAssociation()
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that are not associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that are not associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
public ListAccountAssociationsFilter withAssociation(String association)
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that are not associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
association - MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that are not associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
public void setAccountId(String accountId)
The Amazon Web Services account ID to filter on.
accountId - The Amazon Web Services account ID to filter on.public String getAccountId()
The Amazon Web Services account ID to filter on.
public ListAccountAssociationsFilter withAccountId(String accountId)
The Amazon Web Services account ID to filter on.
accountId - The Amazon Web Services account ID to filter on.public String toString()
toString in class ObjectObject.toString()public ListAccountAssociationsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.