@Generated(value="software.amazon.awssdk:codegen") public final class GetGatewayResponsesRequest extends ApiGatewayRequest implements ToCopyableBuilder<GetGatewayResponsesRequest.Builder,GetGatewayResponsesRequest>
Gets the GatewayResponses collection on the given RestApi. If an API developer has not added any definitions for gateway responses, the result will be the Amazon API Gateway-generated default GatewayResponses collection for the supported response types.
Modifier and Type | Class and Description |
---|---|
static interface |
GetGatewayResponsesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetGatewayResponsesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<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 |
limit()
The maximum number of returned results per page.
|
String |
position()
The current pagination position in the paged result set.
|
String |
restApiId()
The string identifier of the associated RestApi.
|
static Class<? extends GetGatewayResponsesRequest.Builder> |
serializableBuilderClass() |
GetGatewayResponsesRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String restApiId()
The string identifier of the associated RestApi.
public String position()
The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here.
public Integer limit()
The maximum number of returned results per page. The GatewayResponses collection does not support pagination and the limit does not apply here.
public GetGatewayResponsesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetGatewayResponsesRequest.Builder,GetGatewayResponsesRequest>
toBuilder
in class ApiGatewayRequest
public static GetGatewayResponsesRequest.Builder builder()
public static Class<? extends GetGatewayResponsesRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. 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 SdkRequest
fieldName
- 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.