@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeApplicationAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeApplicationAssociationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The identifier of the specified application.
|
List<String> |
getAssociatedResourceTypes()
The resource type of the associated resources.
|
Integer |
getMaxResults()
The maximum number of associations to return.
|
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 |
setApplicationId(String applicationId)
The identifier of the specified application.
|
void |
setAssociatedResourceTypes(Collection<String> associatedResourceTypes)
The resource type of the associated resources.
|
void |
setMaxResults(Integer maxResults)
The maximum number of associations to return.
|
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.
|
DescribeApplicationAssociationsRequest |
withApplicationId(String applicationId)
The identifier of the specified application.
|
DescribeApplicationAssociationsRequest |
withAssociatedResourceTypes(ApplicationAssociatedResourceType... associatedResourceTypes)
The resource type of the associated resources.
|
DescribeApplicationAssociationsRequest |
withAssociatedResourceTypes(Collection<String> associatedResourceTypes)
The resource type of the associated resources.
|
DescribeApplicationAssociationsRequest |
withAssociatedResourceTypes(String... associatedResourceTypes)
The resource type of the associated resources.
|
DescribeApplicationAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of associations to return.
|
DescribeApplicationAssociationsRequest |
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. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeApplicationAssociationsRequest()
public void setMaxResults(Integer maxResults)
The maximum number of associations to return.
maxResults - The maximum number of associations to return.public Integer getMaxResults()
The maximum number of associations to return.
public DescribeApplicationAssociationsRequest withMaxResults(Integer maxResults)
The maximum number of associations to return.
maxResults - The maximum number of associations to return.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 DescribeApplicationAssociationsRequest 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 void setApplicationId(String applicationId)
The identifier of the specified application.
applicationId - The identifier of the specified application.public String getApplicationId()
The identifier of the specified application.
public DescribeApplicationAssociationsRequest withApplicationId(String applicationId)
The identifier of the specified application.
applicationId - The identifier of the specified application.public List<String> getAssociatedResourceTypes()
The resource type of the associated resources.
ApplicationAssociatedResourceTypepublic void setAssociatedResourceTypes(Collection<String> associatedResourceTypes)
The resource type of the associated resources.
associatedResourceTypes - The resource type of the associated resources.ApplicationAssociatedResourceTypepublic DescribeApplicationAssociationsRequest withAssociatedResourceTypes(String... associatedResourceTypes)
The resource type of the associated resources.
NOTE: This method appends the values to the existing list (if any). Use
setAssociatedResourceTypes(java.util.Collection) or
withAssociatedResourceTypes(java.util.Collection) if you want to override the existing values.
associatedResourceTypes - The resource type of the associated resources.ApplicationAssociatedResourceTypepublic DescribeApplicationAssociationsRequest withAssociatedResourceTypes(Collection<String> associatedResourceTypes)
The resource type of the associated resources.
associatedResourceTypes - The resource type of the associated resources.ApplicationAssociatedResourceTypepublic DescribeApplicationAssociationsRequest withAssociatedResourceTypes(ApplicationAssociatedResourceType... associatedResourceTypes)
The resource type of the associated resources.
associatedResourceTypes - The resource type of the associated resources.ApplicationAssociatedResourceTypepublic String toString()
toString in class ObjectObject.toString()public DescribeApplicationAssociationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()