@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomDataIdentifiersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCustomDataIdentifiersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCustomDataIdentifiersResult |
clone() |
boolean |
equals(Object obj) |
List<CustomDataIdentifierSummary> |
getItems()
An array of objects, one for each custom 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<CustomDataIdentifierSummary> items)
An array of objects, one for each custom 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.
|
ListCustomDataIdentifiersResult |
withItems(Collection<CustomDataIdentifierSummary> items)
An array of objects, one for each custom data identifier.
|
ListCustomDataIdentifiersResult |
withItems(CustomDataIdentifierSummary... items)
An array of objects, one for each custom data identifier.
|
ListCustomDataIdentifiersResult |
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, setSdkResponseMetadatapublic List<CustomDataIdentifierSummary> getItems()
An array of objects, one for each custom data identifier.
public void setItems(Collection<CustomDataIdentifierSummary> items)
An array of objects, one for each custom data identifier.
items - An array of objects, one for each custom data identifier.public ListCustomDataIdentifiersResult withItems(CustomDataIdentifierSummary... items)
An array of objects, one for each custom 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 custom data identifier.public ListCustomDataIdentifiersResult withItems(Collection<CustomDataIdentifierSummary> items)
An array of objects, one for each custom data identifier.
items - An array of objects, one for each custom 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 ListCustomDataIdentifiersResult 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 ObjectObject.toString()public ListCustomDataIdentifiersResult clone()