@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeApplicationFleetAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeApplicationFleetAssociationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationFleetAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationArn()
The ARN of the application.
|
String |
getFleetName()
The name of the fleet.
|
Integer |
getMaxResults()
The maximum size of each page of results.
|
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
The ARN of the application.
|
void |
setFleetName(String fleetName)
The name of the fleet.
|
void |
setMaxResults(Integer maxResults)
The maximum size of each page of results.
|
void |
setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeApplicationFleetAssociationsRequest |
withApplicationArn(String applicationArn)
The ARN of the application.
|
DescribeApplicationFleetAssociationsRequest |
withFleetName(String fleetName)
The name of the fleet.
|
DescribeApplicationFleetAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeApplicationFleetAssociationsRequest |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
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 DescribeApplicationFleetAssociationsRequest()
public void setFleetName(String fleetName)
The name of the fleet.
fleetName - The name of the fleet.public String getFleetName()
The name of the fleet.
public DescribeApplicationFleetAssociationsRequest withFleetName(String fleetName)
The name of the fleet.
fleetName - The name of the fleet.public void setApplicationArn(String applicationArn)
The ARN of the application.
applicationArn - The ARN of the application.public String getApplicationArn()
The ARN of the application.
public DescribeApplicationFleetAssociationsRequest withApplicationArn(String applicationArn)
The ARN of the application.
applicationArn - The ARN of the application.public void setMaxResults(Integer maxResults)
The maximum size of each page of results.
maxResults - The maximum size of each page of results.public Integer getMaxResults()
The maximum size of each page of results.
public DescribeApplicationFleetAssociationsRequest withMaxResults(Integer maxResults)
The maximum size of each page of results.
maxResults - The maximum size of each page of results.public void setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.public String getNextToken()
The pagination token used to retrieve the next page of results for this operation.
public DescribeApplicationFleetAssociationsRequest withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.public String toString()
toString in class ObjectObject.toString()public DescribeApplicationFleetAssociationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()