@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ListAccountAssignmentsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.