public class ListIdentitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListIdentities operation
.
Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
This action is throttled at one request per second.
NOOP
Constructor and Description |
---|
ListIdentitiesRequest() |
Modifier and Type | Method and Description |
---|---|
ListIdentitiesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityType()
The type of the identities to list.
|
Integer |
getMaxItems()
The maximum number of identities per page.
|
String |
getNextToken()
The token to use for pagination.
|
int |
hashCode() |
void |
setIdentityType(IdentityType identityType)
The type of the identities to list.
|
void |
setIdentityType(String identityType)
The type of the identities to list.
|
void |
setMaxItems(Integer maxItems)
The maximum number of identities per page.
|
void |
setNextToken(String nextToken)
The token to use for pagination.
|
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(String identityType)
The type of the identities to list.
|
ListIdentitiesRequest |
withMaxItems(Integer maxItems)
The maximum number of identities per page.
|
ListIdentitiesRequest |
withNextToken(String nextToken)
The token to use for pagination.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getIdentityType()
Constraints:
Allowed Values: EmailAddress, Domain
IdentityType
public void setIdentityType(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.IdentityType
public ListIdentitiesRequest withIdentityType(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.IdentityType
public 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.IdentityType
public 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.IdentityType
public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- The token to use for pagination.public ListIdentitiesRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token to use for pagination.public Integer getMaxItems()
public void setMaxItems(Integer maxItems)
maxItems
- The maximum number of identities per page. Possible values are 1-1000
inclusive.public ListIdentitiesRequest withMaxItems(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-1000
inclusive.public String toString()
toString
in class Object
Object.toString()
public ListIdentitiesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.