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