@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListApplicationAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
ListApplicationAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationAssociationSummary> |
getApplicationAssociations()
List of Application Associations for the Application.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setApplicationAssociations(Collection<ApplicationAssociationSummary> applicationAssociations)
List of Application Associations for the Application.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationAssociationsResult |
withApplicationAssociations(ApplicationAssociationSummary... applicationAssociations)
List of Application Associations for the Application.
|
ListApplicationAssociationsResult |
withApplicationAssociations(Collection<ApplicationAssociationSummary> applicationAssociations)
List of Application Associations for the Application.
|
ListApplicationAssociationsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ApplicationAssociationSummary> getApplicationAssociations()
List of Application Associations for the Application.
public void setApplicationAssociations(Collection<ApplicationAssociationSummary> applicationAssociations)
List of Application Associations for the Application.
applicationAssociations
- List of Application Associations for the Application.public ListApplicationAssociationsResult withApplicationAssociations(ApplicationAssociationSummary... applicationAssociations)
List of Application Associations for the Application.
NOTE: This method appends the values to the existing list (if any). Use
setApplicationAssociations(java.util.Collection)
or
withApplicationAssociations(java.util.Collection)
if you want to override the existing values.
applicationAssociations
- List of Application Associations for the Application.public ListApplicationAssociationsResult withApplicationAssociations(Collection<ApplicationAssociationSummary> applicationAssociations)
List of Application Associations for the Application.
applicationAssociations
- List of Application Associations for the Application.public 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 ListApplicationAssociationsResult 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 String toString()
toString
in class Object
Object.toString()
public ListApplicationAssociationsResult clone()