@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssociatedAttributeGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAssociatedAttributeGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedAttributeGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAttributeGroups()
A list of attribute group IDs.
|
String |
getNextToken()
The token to use to get the next page of results after a previous API call.
|
int |
hashCode() |
void |
setAttributeGroups(Collection<String> attributeGroups)
A list of attribute group IDs.
|
void |
setNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
String |
toString()
Returns a string representation of this object.
|
ListAssociatedAttributeGroupsResult |
withAttributeGroups(Collection<String> attributeGroups)
A list of attribute group IDs.
|
ListAssociatedAttributeGroupsResult |
withAttributeGroups(String... attributeGroups)
A list of attribute group IDs.
|
ListAssociatedAttributeGroupsResult |
withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getAttributeGroups()
A list of attribute group IDs.
public void setAttributeGroups(Collection<String> attributeGroups)
A list of attribute group IDs.
attributeGroups - A list of attribute group IDs.public ListAssociatedAttributeGroupsResult withAttributeGroups(String... attributeGroups)
A list of attribute group IDs.
NOTE: This method appends the values to the existing list (if any). Use
setAttributeGroups(java.util.Collection) or withAttributeGroups(java.util.Collection) if you
want to override the existing values.
attributeGroups - A list of attribute group IDs.public ListAssociatedAttributeGroupsResult withAttributeGroups(Collection<String> attributeGroups)
A list of attribute group IDs.
attributeGroups - A list of attribute group IDs.public void setNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
nextToken - The token to use to get the next page of results after a previous API call.public String getNextToken()
The token to use to get the next page of results after a previous API call.
public ListAssociatedAttributeGroupsResult withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
nextToken - The token to use to get the next page of results after a previous API call.public String toString()
toString in class ObjectObject.toString()public ListAssociatedAttributeGroupsResult clone()
Copyright © 2023. All rights reserved.