|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpleemail.model.ListIdentitiesRequest
public class ListIdentitiesRequest
Container for the parameters to the ListIdentities operation
.
Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
AmazonSimpleEmailService.listIdentities(ListIdentitiesRequest)
Constructor Summary | |
---|---|
ListIdentitiesRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListIdentitiesRequest()
Method Detail |
---|
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-100
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-100
inclusive.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |