@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFleetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFleetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFleetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBuildId()
A unique identifier for the build to request fleets for.
|
String |
getContainerGroupDefinitionName()
The container group definition name to request fleets for.
|
Integer |
getLimit()
The maximum number of results to return.
|
String |
getNextToken()
A token that indicates the start of the next sequential page of results.
|
String |
getScriptId()
A unique identifier for the Realtime script to request fleets for.
|
int |
hashCode() |
void |
setBuildId(String buildId)
A unique identifier for the build to request fleets for.
|
void |
setContainerGroupDefinitionName(String containerGroupDefinitionName)
The container group definition name to request fleets for.
|
void |
setLimit(Integer limit)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
void |
setScriptId(String scriptId)
A unique identifier for the Realtime script to request fleets for.
|
String |
toString()
Returns a string representation of this object.
|
ListFleetsRequest |
withBuildId(String buildId)
A unique identifier for the build to request fleets for.
|
ListFleetsRequest |
withContainerGroupDefinitionName(String containerGroupDefinitionName)
The container group definition name to request fleets for.
|
ListFleetsRequest |
withLimit(Integer limit)
The maximum number of results to return.
|
ListFleetsRequest |
withNextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
ListFleetsRequest |
withScriptId(String scriptId)
A unique identifier for the Realtime script to request fleets for.
|
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 void setBuildId(String buildId)
A unique identifier for the build to request fleets for. Use this parameter to return only fleets using a specified build. Use either the build ID or ARN value.
buildId
- A unique identifier for the build to request fleets for. Use this parameter to return only fleets using a
specified build. Use either the build ID or ARN value.public String getBuildId()
A unique identifier for the build to request fleets for. Use this parameter to return only fleets using a specified build. Use either the build ID or ARN value.
public ListFleetsRequest withBuildId(String buildId)
A unique identifier for the build to request fleets for. Use this parameter to return only fleets using a specified build. Use either the build ID or ARN value.
buildId
- A unique identifier for the build to request fleets for. Use this parameter to return only fleets using a
specified build. Use either the build ID or ARN value.public void setScriptId(String scriptId)
A unique identifier for the Realtime script to request fleets for. Use this parameter to return only fleets using a specified script. Use either the script ID or ARN value.
scriptId
- A unique identifier for the Realtime script to request fleets for. Use this parameter to return only
fleets using a specified script. Use either the script ID or ARN value.public String getScriptId()
A unique identifier for the Realtime script to request fleets for. Use this parameter to return only fleets using a specified script. Use either the script ID or ARN value.
public ListFleetsRequest withScriptId(String scriptId)
A unique identifier for the Realtime script to request fleets for. Use this parameter to return only fleets using a specified script. Use either the script ID or ARN value.
scriptId
- A unique identifier for the Realtime script to request fleets for. Use this parameter to return only
fleets using a specified script. Use either the script ID or ARN value.public void setContainerGroupDefinitionName(String containerGroupDefinitionName)
The container group definition name to request fleets for. Use this parameter to return only fleets that are deployed with the specified container group definition.
containerGroupDefinitionName
- The container group definition name to request fleets for. Use this parameter to return only fleets that
are deployed with the specified container group definition.public String getContainerGroupDefinitionName()
The container group definition name to request fleets for. Use this parameter to return only fleets that are deployed with the specified container group definition.
public ListFleetsRequest withContainerGroupDefinitionName(String containerGroupDefinitionName)
The container group definition name to request fleets for. Use this parameter to return only fleets that are deployed with the specified container group definition.
containerGroupDefinitionName
- The container group definition name to request fleets for. Use this parameter to return only fleets that
are deployed with the specified container group definition.public void setLimit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages.
limit
- The maximum number of results to return. Use this parameter with NextToken
to get results as
a set of sequential pages.public Integer getLimit()
The maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages.
NextToken
to get results as
a set of sequential pages.public ListFleetsRequest withLimit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages.
limit
- The maximum number of results to return. Use this parameter with NextToken
to get results as
a set of sequential pages.public void setNextToken(String nextToken)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken
- A token that indicates the start of the next sequential page of results. Use the token that is returned
with a previous call to this operation. To start at the beginning of the result set, do not specify a
value.public String getNextToken()
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
public ListFleetsRequest withNextToken(String nextToken)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken
- A token that indicates the start of the next sequential page of results. Use the token that is returned
with a previous call to this operation. To start at the beginning of the result set, do not specify a
value.public String toString()
toString
in class Object
Object.toString()
public ListFleetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()