@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAttributeGroupsForApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAttributeGroupsForApplicationResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAttributeGroupsForApplicationResult |
clone() |
boolean |
equals(Object obj) |
List<AttributeGroupDetails> |
getAttributeGroupsDetails()
The details related to a specific attribute group.
|
String |
getNextToken()
The token to use to get the next page of results after a previous API call.
|
int |
hashCode() |
void |
setAttributeGroupsDetails(Collection<AttributeGroupDetails> attributeGroupsDetails)
The details related to a specific attribute group.
|
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.
|
ListAttributeGroupsForApplicationResult |
withAttributeGroupsDetails(AttributeGroupDetails... attributeGroupsDetails)
The details related to a specific attribute group.
|
ListAttributeGroupsForApplicationResult |
withAttributeGroupsDetails(Collection<AttributeGroupDetails> attributeGroupsDetails)
The details related to a specific attribute group.
|
ListAttributeGroupsForApplicationResult |
withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListAttributeGroupsForApplicationResult()
public List<AttributeGroupDetails> getAttributeGroupsDetails()
The details related to a specific attribute group.
public void setAttributeGroupsDetails(Collection<AttributeGroupDetails> attributeGroupsDetails)
The details related to a specific attribute group.
attributeGroupsDetails - The details related to a specific attribute group.public ListAttributeGroupsForApplicationResult withAttributeGroupsDetails(AttributeGroupDetails... attributeGroupsDetails)
The details related to a specific attribute group.
NOTE: This method appends the values to the existing list (if any). Use
setAttributeGroupsDetails(java.util.Collection) or
withAttributeGroupsDetails(java.util.Collection) if you want to override the existing values.
attributeGroupsDetails - The details related to a specific attribute group.public ListAttributeGroupsForApplicationResult withAttributeGroupsDetails(Collection<AttributeGroupDetails> attributeGroupsDetails)
The details related to a specific attribute group.
attributeGroupsDetails - The details related to a specific attribute group.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 ListAttributeGroupsForApplicationResult 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 ListAttributeGroupsForApplicationResult clone()
Copyright © 2022. All rights reserved.