@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeApplicationAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeApplicationAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeApplicationAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationResourceAssociation> |
getAssociations()
List of associations and information about them.
|
String |
getNextToken()
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
int |
hashCode() |
void |
setAssociations(Collection<ApplicationResourceAssociation> associations)
List of associations and information about them.
|
void |
setNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
String |
toString()
Returns a string representation of this object.
|
DescribeApplicationAssociationsResult |
withAssociations(ApplicationResourceAssociation... associations)
List of associations and information about them.
|
DescribeApplicationAssociationsResult |
withAssociations(Collection<ApplicationResourceAssociation> associations)
List of associations and information about them.
|
DescribeApplicationAssociationsResult |
withNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeApplicationAssociationsResult()
public List<ApplicationResourceAssociation> getAssociations()
List of associations and information about them.
public void setAssociations(Collection<ApplicationResourceAssociation> associations)
List of associations and information about them.
associations
- List of associations and information about them.public DescribeApplicationAssociationsResult withAssociations(ApplicationResourceAssociation... associations)
List of associations and information about them.
NOTE: This method appends the values to the existing list (if any). Use
setAssociations(java.util.Collection)
or withAssociations(java.util.Collection)
if you want to
override the existing values.
associations
- List of associations and information about them.public DescribeApplicationAssociationsResult withAssociations(Collection<ApplicationResourceAssociation> associations)
List of associations and information about them.
associations
- List of associations and information about them.public void setNextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public String getNextToken()
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public DescribeApplicationAssociationsResult withNextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeApplicationAssociationsResult clone()