@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGatewayResponseRequest extends ApiGatewayRequest implements ToCopyableBuilder<UpdateGatewayResponseRequest.Builder,UpdateGatewayResponseRequest>
Updates a GatewayResponse of a specified response type on the given RestApi.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGatewayResponseRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGatewayResponseRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPatchOperations()
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<PatchOperation> |
patchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
GatewayResponseType |
responseType()
[Required]
|
String |
responseTypeAsString()
[Required]
|
String |
restApiId()
[Required] The string identifier of the associated RestApi.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGatewayResponseRequest.Builder> |
serializableBuilderClass() |
UpdateGatewayResponseRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String restApiId()
[Required] The string identifier of the associated RestApi.
public final GatewayResponseType responseType()
[Required]
The response type of the associated GatewayResponse. Valid values are
If the service returns an enum value that is not available in the current SDK version, responseType will
return GatewayResponseType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from responseTypeAsString().
The response type of the associated GatewayResponse. Valid values are
GatewayResponseTypepublic final String responseTypeAsString()
[Required]
The response type of the associated GatewayResponse. Valid values are
If the service returns an enum value that is not available in the current SDK version, responseType will
return GatewayResponseType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from responseTypeAsString().
The response type of the associated GatewayResponse. Valid values are
GatewayResponseTypepublic final boolean hasPatchOperations()
public final List<PatchOperation> patchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPatchOperations() to see if a value was sent in this field.
public UpdateGatewayResponseRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGatewayResponseRequest.Builder,UpdateGatewayResponseRequest>toBuilder in class ApiGatewayRequestpublic static UpdateGatewayResponseRequest.Builder builder()
public static Class<? extends UpdateGatewayResponseRequest.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 © 2021. All rights reserved.