@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfileObjectTypeTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListProfileObjectTypeTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
ListProfileObjectTypeTemplatesResult |
clone() |
boolean |
equals(Object obj) |
List<ListProfileObjectTypeTemplateItem> |
getItems()
The list of ListProfileObjectType template instances.
|
String |
getNextToken()
The pagination token from the previous ListObjectTypeTemplates API call.
|
int |
hashCode() |
void |
setItems(Collection<ListProfileObjectTypeTemplateItem> items)
The list of ListProfileObjectType template instances.
|
void |
setNextToken(String nextToken)
The pagination token from the previous ListObjectTypeTemplates API call.
|
String |
toString()
Returns a string representation of this object.
|
ListProfileObjectTypeTemplatesResult |
withItems(Collection<ListProfileObjectTypeTemplateItem> items)
The list of ListProfileObjectType template instances.
|
ListProfileObjectTypeTemplatesResult |
withItems(ListProfileObjectTypeTemplateItem... items)
The list of ListProfileObjectType template instances.
|
ListProfileObjectTypeTemplatesResult |
withNextToken(String nextToken)
The pagination token from the previous ListObjectTypeTemplates API call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListProfileObjectTypeTemplatesResult()
public List<ListProfileObjectTypeTemplateItem> getItems()
The list of ListProfileObjectType template instances.
public void setItems(Collection<ListProfileObjectTypeTemplateItem> items)
The list of ListProfileObjectType template instances.
items
- The list of ListProfileObjectType template instances.public ListProfileObjectTypeTemplatesResult withItems(ListProfileObjectTypeTemplateItem... items)
The list of ListProfileObjectType template instances.
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
- The list of ListProfileObjectType template instances.public ListProfileObjectTypeTemplatesResult withItems(Collection<ListProfileObjectTypeTemplateItem> items)
The list of ListProfileObjectType template instances.
items
- The list of ListProfileObjectType template instances.public void setNextToken(String nextToken)
The pagination token from the previous ListObjectTypeTemplates API call.
nextToken
- The pagination token from the previous ListObjectTypeTemplates API call.public String getNextToken()
The pagination token from the previous ListObjectTypeTemplates API call.
public ListProfileObjectTypeTemplatesResult withNextToken(String nextToken)
The pagination token from the previous ListObjectTypeTemplates API call.
nextToken
- The pagination token from the previous ListObjectTypeTemplates API call.public String toString()
toString
in class Object
Object.toString()
public ListProfileObjectTypeTemplatesResult clone()