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