public class ListIdentitiesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Returns a list containing all of the identities (email addresses and domains) for your AWS account in the current AWS Region, regardless of verification status.
You can execute this operation no more than once per second.
Constructor and Description |
---|
ListIdentitiesRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getIdentityType()
The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.
Constraints:
Allowed Values: EmailAddress, Domain
The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.
IdentityType
public void setIdentityType(java.lang.String 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.
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.
IdentityType
public ListIdentitiesRequest withIdentityType(java.lang.String 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.
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.
IdentityType
public void setIdentityType(IdentityType 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.
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.
IdentityType
public ListIdentitiesRequest withIdentityType(IdentityType 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.
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.
IdentityType
public java.lang.String getNextToken()
The token to use for pagination.
The token to use for pagination.
public void setNextToken(java.lang.String nextToken)
The token to use for pagination.
nextToken
- The token to use for pagination.
public ListIdentitiesRequest withNextToken(java.lang.String nextToken)
The token to use for pagination.
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()
The maximum number of identities per page. Possible values are 1-1000 inclusive.
The maximum number of identities per page. Possible values are 1-1000 inclusive.
public void setMaxItems(java.lang.Integer maxItems)
The maximum number of identities per page. Possible values are 1-1000 inclusive.
maxItems
- The maximum number of identities per page. Possible values are 1-1000 inclusive.
public ListIdentitiesRequest withMaxItems(java.lang.Integer maxItems)
The maximum number of identities per page. Possible values are 1-1000 inclusive.
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-1000 inclusive.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.