public class ListDatasetsRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable
ListDatasets operation.| Constructor and Description |
|---|
ListDatasetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIdentityId()
Returns the value of the IdentityId property for this object.
|
String |
getIdentityPoolId()
Returns the value of the IdentityPoolId property for this object.
|
String |
getMaxResults()
Returns the value of the MaxResults property for this object.
|
String |
getNextToken()
Returns the value of the NextToken property for this object.
|
int |
hashCode() |
void |
setIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
void |
setIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
void |
setMaxResults(String maxResults)
Sets the value of the MaxResults property for this object.
|
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDatasetsRequest |
withIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
ListDatasetsRequest |
withIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
ListDatasetsRequest |
withMaxResults(String maxResults)
Sets the value of the MaxResults property for this object.
|
ListDatasetsRequest |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
public String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public ListDatasetsRequest withIdentityPoolId(String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public String getIdentityId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(String identityId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - The new value for the IdentityId property for this object.public ListDatasetsRequest withIdentityId(String identityId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - The new value for the IdentityId property for this object.public String getNextToken()
public void setNextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.public ListDatasetsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The new value for the NextToken property for this object.public String getMaxResults()
Constraints:
Length: 0 - 19
Pattern: \d+
public void setMaxResults(String maxResults)
Constraints:
Length: 0 - 19
Pattern: \d+
maxResults - The new value for the MaxResults property for this object.public ListDatasetsRequest withMaxResults(String maxResults)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 19
Pattern: \d+
maxResults - The new value for the MaxResults property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.