@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeServicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeServicesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeServicesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFormatVersion()
The format version that you want the response to be in.
|
Integer |
getMaxResults()
The maximum number of results that you want returned in the response.
|
String |
getNextToken()
The pagination token that indicates the next set of results that you want to retrieve.
|
String |
getServiceCode()
The code for the service whose information you want to retrieve, such as
AmazonEC2 . |
int |
hashCode() |
void |
setFormatVersion(String formatVersion)
The format version that you want the response to be in.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results that you want returned in the response.
|
void |
setNextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
|
void |
setServiceCode(String serviceCode)
The code for the service whose information you want to retrieve, such as
AmazonEC2 . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeServicesRequest |
withFormatVersion(String formatVersion)
The format version that you want the response to be in.
|
DescribeServicesRequest |
withMaxResults(Integer maxResults)
The maximum number of results that you want returned in the response.
|
DescribeServicesRequest |
withNextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
|
DescribeServicesRequest |
withServiceCode(String serviceCode)
The code for the service whose information you want to retrieve, such as
AmazonEC2 . |
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 setServiceCode(String serviceCode)
The code for the service whose information you want to retrieve, such as AmazonEC2
. You can use the
ServiceCode
to filter the results in a GetProducts
call. To retrieve a list of all
services, leave this blank.
serviceCode
- The code for the service whose information you want to retrieve, such as AmazonEC2
. You can
use the ServiceCode
to filter the results in a GetProducts
call. To retrieve a
list of all services, leave this blank.public String getServiceCode()
The code for the service whose information you want to retrieve, such as AmazonEC2
. You can use the
ServiceCode
to filter the results in a GetProducts
call. To retrieve a list of all
services, leave this blank.
AmazonEC2
. You can
use the ServiceCode
to filter the results in a GetProducts
call. To retrieve a
list of all services, leave this blank.public DescribeServicesRequest withServiceCode(String serviceCode)
The code for the service whose information you want to retrieve, such as AmazonEC2
. You can use the
ServiceCode
to filter the results in a GetProducts
call. To retrieve a list of all
services, leave this blank.
serviceCode
- The code for the service whose information you want to retrieve, such as AmazonEC2
. You can
use the ServiceCode
to filter the results in a GetProducts
call. To retrieve a
list of all services, leave this blank.public void setFormatVersion(String formatVersion)
The format version that you want the response to be in.
Valid values are: aws_v1
formatVersion
- The format version that you want the response to be in.
Valid values are: aws_v1
public String getFormatVersion()
The format version that you want the response to be in.
Valid values are: aws_v1
Valid values are: aws_v1
public DescribeServicesRequest withFormatVersion(String formatVersion)
The format version that you want the response to be in.
Valid values are: aws_v1
formatVersion
- The format version that you want the response to be in.
Valid values are: aws_v1
public void setNextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
nextToken
- The pagination token that indicates the next set of results that you want to retrieve.public String getNextToken()
The pagination token that indicates the next set of results that you want to retrieve.
public DescribeServicesRequest withNextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
nextToken
- The pagination token that indicates the next set of results that you want to retrieve.public void setMaxResults(Integer maxResults)
The maximum number of results that you want returned in the response.
maxResults
- The maximum number of results that you want returned in the response.public Integer getMaxResults()
The maximum number of results that you want returned in the response.
public DescribeServicesRequest withMaxResults(Integer maxResults)
The maximum number of results that you want returned in the response.
maxResults
- The maximum number of results that you want returned in the response.public String toString()
toString
in class Object
Object.toString()
public DescribeServicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.