Class DeleteGatewayResponseRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteGatewayResponseRequest.Builder,DeleteGatewayResponseRequest>
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final GatewayResponseTypeThe response type of the associated GatewayResponse.final StringThe response type of the associated GatewayResponse.final StringThe string identifier of the associated RestApi.static Class<? extends DeleteGatewayResponseRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
restApiId
The string identifier of the associated RestApi.
- Returns:
- The string identifier of the associated RestApi.
-
responseType
The response type of the associated GatewayResponse.
If the service returns an enum value that is not available in the current SDK version,
responseTypewill returnGatewayResponseType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresponseTypeAsString().- Returns:
- The response type of the associated GatewayResponse.
- See Also:
-
responseTypeAsString
The response type of the associated GatewayResponse.
If the service returns an enum value that is not available in the current SDK version,
responseTypewill returnGatewayResponseType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresponseTypeAsString().- Returns:
- The response type of the associated GatewayResponse.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteGatewayResponseRequest.Builder,DeleteGatewayResponseRequest> - Specified by:
toBuilderin classApiGatewayRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-