@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 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetGatewayResponsesRequest.Builder> |
serializableBuilderClass() |
GetGatewayResponsesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String restApiId()
The string identifier of the associated RestApi.
public final 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 final Integer limit()
The maximum number of returned results per page. The default value is 25 and the maximum value is 500. The GatewayResponses collection does not support pagination and the limit does not apply here.
public GetGatewayResponsesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetGatewayResponsesRequest.Builder,GetGatewayResponsesRequest>toBuilder in class ApiGatewayRequestpublic static GetGatewayResponsesRequest.Builder builder()
public static Class<? extends GetGatewayResponsesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.