@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListServicesRequest() |
Modifier and Type | Method and Description |
---|---|
ListServicesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering the
ListServices results. |
String |
getLaunchType()
The launch type to use when filtering the
ListServices results. |
Integer |
getMaxResults()
The maximum number of service results that
ListServices returned in paginated output. |
String |
getNextToken()
The
nextToken value returned from a ListServices request indicating that more results
are available to fulfill the request and further calls will be needed. |
String |
getSchedulingStrategy()
The scheduling strategy to use when filtering the
ListServices results. |
int |
hashCode() |
void |
setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering the
ListServices results. |
void |
setLaunchType(String launchType)
The launch type to use when filtering the
ListServices results. |
void |
setMaxResults(Integer maxResults)
The maximum number of service results that
ListServices returned in paginated output. |
void |
setNextToken(String nextToken)
The
nextToken value returned from a ListServices request indicating that more results
are available to fulfill the request and further calls will be needed. |
void |
setSchedulingStrategy(String schedulingStrategy)
The scheduling strategy to use when filtering the
ListServices results. |
String |
toString()
Returns a string representation of this object.
|
ListServicesRequest |
withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering the
ListServices results. |
ListServicesRequest |
withLaunchType(LaunchType launchType)
The launch type to use when filtering the
ListServices results. |
ListServicesRequest |
withLaunchType(String launchType)
The launch type to use when filtering the
ListServices results. |
ListServicesRequest |
withMaxResults(Integer maxResults)
The maximum number of service results that
ListServices returned in paginated output. |
ListServicesRequest |
withNextToken(String nextToken)
The
nextToken value returned from a ListServices request indicating that more results
are available to fulfill the request and further calls will be needed. |
ListServicesRequest |
withSchedulingStrategy(SchedulingStrategy schedulingStrategy)
The scheduling strategy to use when filtering the
ListServices results. |
ListServicesRequest |
withSchedulingStrategy(String schedulingStrategy)
The scheduling strategy to use when filtering the
ListServices 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, withSdkRequestTimeout
public void setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering the
ListServices
results. If you do not specify a cluster, the default cluster is assumed.
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering the
ListServices
results. If you do not specify a cluster, the default cluster is assumed.public String getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering the
ListServices
results. If you do not specify a cluster, the default cluster is assumed.
ListServices
results. If you do not specify a cluster, the default cluster is assumed.public ListServicesRequest withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering the
ListServices
results. If you do not specify a cluster, the default cluster is assumed.
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering the
ListServices
results. If you do not specify a cluster, the default cluster is assumed.public void setNextToken(String nextToken)
The nextToken
value returned from a ListServices
request indicating that more results
are available to fulfill the request and further calls will be needed. If maxResults
was provided,
it is possible the number of results to be fewer than maxResults
.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value returned from a ListServices
request indicating that more
results are available to fulfill the request and further calls will be needed. If maxResults
was provided, it is possible the number of results to be fewer than maxResults
. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
public String getNextToken()
The nextToken
value returned from a ListServices
request indicating that more results
are available to fulfill the request and further calls will be needed. If maxResults
was provided,
it is possible the number of results to be fewer than maxResults
.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
nextToken
value returned from a ListServices
request indicating that more
results are available to fulfill the request and further calls will be needed. If maxResults
was provided, it is possible the number of results to be fewer than maxResults
. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
public ListServicesRequest withNextToken(String nextToken)
The nextToken
value returned from a ListServices
request indicating that more results
are available to fulfill the request and further calls will be needed. If maxResults
was provided,
it is possible the number of results to be fewer than maxResults
.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value returned from a ListServices
request indicating that more
results are available to fulfill the request and further calls will be needed. If maxResults
was provided, it is possible the number of results to be fewer than maxResults
. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
public void setMaxResults(Integer maxResults)
The maximum number of service results that ListServices
returned in paginated output. When this
parameter is used, ListServices
only returns maxResults
results in a single page along
with a nextToken
response element. The remaining results of the initial request can be seen by
sending another ListServices
request with the returned nextToken
value. This value can
be between 1 and 100. If this parameter isn't used, then ListServices
returns up to 10 results and a
nextToken
value if applicable.
maxResults
- The maximum number of service results that ListServices
returned in paginated output. When
this parameter is used, ListServices
only returns maxResults
results in a single
page along with a nextToken
response element. The remaining results of the initial request
can be seen by sending another ListServices
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter isn't used, then ListServices
returns up to 10 results and a nextToken
value if applicable.public Integer getMaxResults()
The maximum number of service results that ListServices
returned in paginated output. When this
parameter is used, ListServices
only returns maxResults
results in a single page along
with a nextToken
response element. The remaining results of the initial request can be seen by
sending another ListServices
request with the returned nextToken
value. This value can
be between 1 and 100. If this parameter isn't used, then ListServices
returns up to 10 results and a
nextToken
value if applicable.
ListServices
returned in paginated output. When
this parameter is used, ListServices
only returns maxResults
results in a
single page along with a nextToken
response element. The remaining results of the initial
request can be seen by sending another ListServices
request with the returned
nextToken
value. This value can be between 1 and 100. If this parameter isn't used, then
ListServices
returns up to 10 results and a nextToken
value if applicable.public ListServicesRequest withMaxResults(Integer maxResults)
The maximum number of service results that ListServices
returned in paginated output. When this
parameter is used, ListServices
only returns maxResults
results in a single page along
with a nextToken
response element. The remaining results of the initial request can be seen by
sending another ListServices
request with the returned nextToken
value. This value can
be between 1 and 100. If this parameter isn't used, then ListServices
returns up to 10 results and a
nextToken
value if applicable.
maxResults
- The maximum number of service results that ListServices
returned in paginated output. When
this parameter is used, ListServices
only returns maxResults
results in a single
page along with a nextToken
response element. The remaining results of the initial request
can be seen by sending another ListServices
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter isn't used, then ListServices
returns up to 10 results and a nextToken
value if applicable.public void setLaunchType(String launchType)
The launch type to use when filtering the ListServices
results.
launchType
- The launch type to use when filtering the ListServices
results.LaunchType
public String getLaunchType()
The launch type to use when filtering the ListServices
results.
ListServices
results.LaunchType
public ListServicesRequest withLaunchType(String launchType)
The launch type to use when filtering the ListServices
results.
launchType
- The launch type to use when filtering the ListServices
results.LaunchType
public ListServicesRequest withLaunchType(LaunchType launchType)
The launch type to use when filtering the ListServices
results.
launchType
- The launch type to use when filtering the ListServices
results.LaunchType
public void setSchedulingStrategy(String schedulingStrategy)
The scheduling strategy to use when filtering the ListServices
results.
schedulingStrategy
- The scheduling strategy to use when filtering the ListServices
results.SchedulingStrategy
public String getSchedulingStrategy()
The scheduling strategy to use when filtering the ListServices
results.
ListServices
results.SchedulingStrategy
public ListServicesRequest withSchedulingStrategy(String schedulingStrategy)
The scheduling strategy to use when filtering the ListServices
results.
schedulingStrategy
- The scheduling strategy to use when filtering the ListServices
results.SchedulingStrategy
public ListServicesRequest withSchedulingStrategy(SchedulingStrategy schedulingStrategy)
The scheduling strategy to use when filtering the ListServices
results.
schedulingStrategy
- The scheduling strategy to use when filtering the ListServices
results.SchedulingStrategy
public String toString()
toString
in class Object
Object.toString()
public ListServicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()