@Generated(value="software.amazon.awssdk:codegen") public class DescribeServicesRequest extends PricingRequest implements ToCopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeServicesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeServicesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
formatVersion()
The format version that you want the response to be in.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results that you want returned in the response.
|
String |
nextToken()
The pagination token that indicates the next set of results that you want to retrieve.
|
static Class<? extends DescribeServicesRequest.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code for the service whose information you want to retrieve, such as
AmazonEC2. |
DescribeServicesRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfigcopypublic 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.
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 formatVersion()
The format version that you want the response to be in.
Valid values are: aws_v1
Valid values are: aws_v1
public String nextToken()
The pagination token that indicates the next set of results that you want to retrieve.
public Integer maxResults()
The maximum number of results that you want returned in the response.
public DescribeServicesRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>toBuilder in class PricingRequestpublic static DescribeServicesRequest.Builder builder()
public static Class<? extends DescribeServicesRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.