@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssociationExecutionTargetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAssociationExecutionTargetsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAssociationExecutionTargetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssociationId()
The association ID that includes the execution for which you want to view details.
|
String |
getExecutionId()
The execution ID for which you want to view details.
|
List<AssociationExecutionTargetsFilter> |
getFilters()
Filters for the request.
|
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
A token to start the list.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The association ID that includes the execution for which you want to view details.
|
void |
setExecutionId(String executionId)
The execution ID for which you want to view details.
|
void |
setFilters(Collection<AssociationExecutionTargetsFilter> filters)
Filters for the request.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
A token to start the list.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAssociationExecutionTargetsRequest |
withAssociationId(String associationId)
The association ID that includes the execution for which you want to view details.
|
DescribeAssociationExecutionTargetsRequest |
withExecutionId(String executionId)
The execution ID for which you want to view details.
|
DescribeAssociationExecutionTargetsRequest |
withFilters(AssociationExecutionTargetsFilter... filters)
Filters for the request.
|
DescribeAssociationExecutionTargetsRequest |
withFilters(Collection<AssociationExecutionTargetsFilter> filters)
Filters for the request.
|
DescribeAssociationExecutionTargetsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeAssociationExecutionTargetsRequest |
withNextToken(String nextToken)
A token to start the list.
|
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, withSdkRequestTimeout
public DescribeAssociationExecutionTargetsRequest()
public void setAssociationId(String associationId)
The association ID that includes the execution for which you want to view details.
associationId
- The association ID that includes the execution for which you want to view details.public String getAssociationId()
The association ID that includes the execution for which you want to view details.
public DescribeAssociationExecutionTargetsRequest withAssociationId(String associationId)
The association ID that includes the execution for which you want to view details.
associationId
- The association ID that includes the execution for which you want to view details.public void setExecutionId(String executionId)
The execution ID for which you want to view details.
executionId
- The execution ID for which you want to view details.public String getExecutionId()
The execution ID for which you want to view details.
public DescribeAssociationExecutionTargetsRequest withExecutionId(String executionId)
The execution ID for which you want to view details.
executionId
- The execution ID for which you want to view details.public List<AssociationExecutionTargetsFilter> getFilters()
Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
public void setFilters(Collection<AssociationExecutionTargetsFilter> filters)
Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
filters
- Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
public DescribeAssociationExecutionTargetsRequest withFilters(AssociationExecutionTargetsFilter... filters)
Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
public DescribeAssociationExecutionTargetsRequest withFilters(Collection<AssociationExecutionTargetsFilter> filters)
Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
filters
- Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
public void setMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public DescribeAssociationExecutionTargetsRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public void setNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public String getNextToken()
A token to start the list. Use this token to get the next set of results.
public DescribeAssociationExecutionTargetsRequest withNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeAssociationExecutionTargetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()