@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccountAssignmentsFilter extends Object implements Serializable, Cloneable, StructuredPojo
A structure that describes a filter for account assignments.
| Constructor and Description |
|---|
ListAccountAssignmentsFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssignmentsFilter |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The ID number of an Amazon Web Services account that filters the results in the response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
The ID number of an Amazon Web Services account that filters the results in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListAccountAssignmentsFilter |
withAccountId(String accountId)
The ID number of an Amazon Web Services account that filters the results in the response.
|
public void setAccountId(String accountId)
The ID number of an Amazon Web Services account that filters the results in the response.
accountId - The ID number of an Amazon Web Services account that filters the results in the response.public String getAccountId()
The ID number of an Amazon Web Services account that filters the results in the response.
public ListAccountAssignmentsFilter withAccountId(String accountId)
The ID number of an Amazon Web Services account that filters the results in the response.
accountId - The ID number of an Amazon Web Services account that filters the results in the response.public String toString()
toString in class ObjectObject.toString()public ListAccountAssignmentsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.