@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListManagedDataIdentifiersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListManagedDataIdentifiersResult() |
Modifier and Type | Method and Description |
---|---|
ListManagedDataIdentifiersResult |
clone() |
boolean |
equals(Object obj) |
List<ManagedDataIdentifierSummary> |
getItems()
An array of objects, one for each managed data identifier.
|
String |
getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response.
|
int |
hashCode() |
void |
setItems(Collection<ManagedDataIdentifierSummary> items)
An array of objects, one for each managed data identifier.
|
void |
setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
String |
toString()
Returns a string representation of this object.
|
ListManagedDataIdentifiersResult |
withItems(Collection<ManagedDataIdentifierSummary> items)
An array of objects, one for each managed data identifier.
|
ListManagedDataIdentifiersResult |
withItems(ManagedDataIdentifierSummary... items)
An array of objects, one for each managed data identifier.
|
ListManagedDataIdentifiersResult |
withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ManagedDataIdentifierSummary> getItems()
An array of objects, one for each managed data identifier.
public void setItems(Collection<ManagedDataIdentifierSummary> items)
An array of objects, one for each managed data identifier.
items
- An array of objects, one for each managed data identifier.public ListManagedDataIdentifiersResult withItems(ManagedDataIdentifierSummary... items)
An array of objects, one for each managed data identifier.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- An array of objects, one for each managed data identifier.public ListManagedDataIdentifiersResult withItems(Collection<ManagedDataIdentifierSummary> items)
An array of objects, one for each managed data identifier.
items
- An array of objects, one for each managed data identifier.public void setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
public ListManagedDataIdentifiersResult withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String toString()
toString
in class Object
Object.toString()
public ListManagedDataIdentifiersResult clone()