@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) |
Integer |
getMaxResults()
The maximum number of services to list.
|
String |
getNextToken()
A token that indicates the location of the next service in the array of services, after the list of services that
was previously requested.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of services to list.
|
void |
setNextToken(String nextToken)
A token that indicates the location of the next service in the array of services, after the list of services that
was previously requested.
|
String |
toString()
Returns a string representation of this object.
|
ListServicesRequest |
withMaxResults(Integer maxResults)
The maximum number of services to list.
|
ListServicesRequest |
withNextToken(String nextToken)
A token that indicates the location of the next service in the array of services, after the list of services that
was previously requested.
|
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 setMaxResults(Integer maxResults)
The maximum number of services to list.
maxResults
- The maximum number of services to list.public Integer getMaxResults()
The maximum number of services to list.
public ListServicesRequest withMaxResults(Integer maxResults)
The maximum number of services to list.
maxResults
- The maximum number of services to list.public void setNextToken(String nextToken)
A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.
nextToken
- A token that indicates the location of the next service in the array of services, after the list of
services that was previously requested.public String getNextToken()
A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.
public ListServicesRequest withNextToken(String nextToken)
A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.
nextToken
- A token that indicates the location of the next service in the array of services, after the list of
services that was previously requested.public String toString()
toString
in class Object
Object.toString()
public ListServicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()