@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPredefinedAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListPredefinedAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListPredefinedAttributesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<PredefinedAttributeSummary> |
getPredefinedAttributeSummaryList()
Summary of the predefined attributes.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setPredefinedAttributeSummaryList(Collection<PredefinedAttributeSummary> predefinedAttributeSummaryList)
Summary of the predefined attributes.
|
String |
toString()
Returns a string representation of this object.
|
ListPredefinedAttributesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListPredefinedAttributesResult |
withPredefinedAttributeSummaryList(Collection<PredefinedAttributeSummary> predefinedAttributeSummaryList)
Summary of the predefined attributes.
|
ListPredefinedAttributesResult |
withPredefinedAttributeSummaryList(PredefinedAttributeSummary... predefinedAttributeSummaryList)
Summary of the predefined attributes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListPredefinedAttributesResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.public List<PredefinedAttributeSummary> getPredefinedAttributeSummaryList()
Summary of the predefined attributes.
public void setPredefinedAttributeSummaryList(Collection<PredefinedAttributeSummary> predefinedAttributeSummaryList)
Summary of the predefined attributes.
predefinedAttributeSummaryList - Summary of the predefined attributes.public ListPredefinedAttributesResult withPredefinedAttributeSummaryList(PredefinedAttributeSummary... predefinedAttributeSummaryList)
Summary of the predefined attributes.
NOTE: This method appends the values to the existing list (if any). Use
setPredefinedAttributeSummaryList(java.util.Collection) or
withPredefinedAttributeSummaryList(java.util.Collection) if you want to override the existing values.
predefinedAttributeSummaryList - Summary of the predefined attributes.public ListPredefinedAttributesResult withPredefinedAttributeSummaryList(Collection<PredefinedAttributeSummary> predefinedAttributeSummaryList)
Summary of the predefined attributes.
predefinedAttributeSummaryList - Summary of the predefined attributes.public String toString()
toString in class ObjectObject.toString()public ListPredefinedAttributesResult clone()