public class ListIdentitiesRequest extends AmazonWebServiceRequest implements java.io.Serializable
ListIdentities operation.
Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
| コンストラクタと説明 |
|---|
ListIdentitiesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentityType()
The type of the identities to list.
|
java.lang.Integer |
getMaxItems()
The maximum number of identities per page.
|
java.lang.String |
getNextToken()
The token to use for pagination.
|
int |
hashCode() |
void |
setIdentityType(IdentityType identityType)
The type of the identities to list.
|
void |
setIdentityType(java.lang.String identityType)
The type of the identities to list.
|
void |
setMaxItems(java.lang.Integer maxItems)
The maximum number of identities per page.
|
void |
setNextToken(java.lang.String nextToken)
The token to use for pagination.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentitiesRequest |
withIdentityType(IdentityType identityType)
The type of the identities to list.
|
ListIdentitiesRequest |
withIdentityType(java.lang.String identityType)
The type of the identities to list.
|
ListIdentitiesRequest |
withMaxItems(java.lang.Integer maxItems)
The maximum number of identities per page.
|
ListIdentitiesRequest |
withNextToken(java.lang.String nextToken)
The token to use for pagination.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getIdentityType()
Constraints:
Allowed Values: EmailAddress, Domain
IdentityTypepublic void setIdentityType(java.lang.String identityType)
Constraints:
Allowed Values: EmailAddress, Domain
identityType - The type of the identities to list. Possible values are "EmailAddress"
and "Domain". If this parameter is omitted, then all identities will
be listed.IdentityTypepublic ListIdentitiesRequest withIdentityType(java.lang.String identityType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: EmailAddress, Domain
identityType - The type of the identities to list. Possible values are "EmailAddress"
and "Domain". If this parameter is omitted, then all identities will
be listed.IdentityTypepublic void setIdentityType(IdentityType identityType)
Constraints:
Allowed Values: EmailAddress, Domain
identityType - The type of the identities to list. Possible values are "EmailAddress"
and "Domain". If this parameter is omitted, then all identities will
be listed.IdentityTypepublic ListIdentitiesRequest withIdentityType(IdentityType identityType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: EmailAddress, Domain
identityType - The type of the identities to list. Possible values are "EmailAddress"
and "Domain". If this parameter is omitted, then all identities will
be listed.IdentityTypepublic java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - The token to use for pagination.public ListIdentitiesRequest withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The token to use for pagination.public java.lang.Integer getMaxItems()
public void setMaxItems(java.lang.Integer maxItems)
maxItems - The maximum number of identities per page. Possible values are 1-100
inclusive.public ListIdentitiesRequest withMaxItems(java.lang.Integer maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems - The maximum number of identities per page. Possible values are 1-100
inclusive.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object