@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExtensionAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListExtensionAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
ListExtensionAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<ExtensionAssociationSummary> |
getItems()
The list of extension associations.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setItems(Collection<ExtensionAssociationSummary> items)
The list of extension associations.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object.
|
ListExtensionAssociationsResult |
withItems(Collection<ExtensionAssociationSummary> items)
The list of extension associations.
|
ListExtensionAssociationsResult |
withItems(ExtensionAssociationSummary... items)
The list of extension associations.
|
ListExtensionAssociationsResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ExtensionAssociationSummary> getItems()
The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.
public void setItems(Collection<ExtensionAssociationSummary> items)
The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.
items
- The list of extension associations. Each item represents an extension association to an application,
environment, or configuration profile.public ListExtensionAssociationsResult withItems(ExtensionAssociationSummary... items)
The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.
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 extension associations. Each item represents an extension association to an application,
environment, or configuration profile.public ListExtensionAssociationsResult withItems(Collection<ExtensionAssociationSummary> items)
The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.
items
- The list of extension associations. Each item represents an extension association to an application,
environment, or configuration profile.public void setNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String getNextToken()
The token for the next set of items to return. Use this token to get the next set of results.
public ListExtensionAssociationsResult withNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListExtensionAssociationsResult clone()