Class UpdateApiKeyRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.apigateway.transform.UpdateApiKeyRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateApiKeyRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateApiKeyRequestMarshaller
extends Object
implements Marshaller<UpdateApiKeyRequest>
UpdateApiKeyRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateApiKeyRequest updateApiKeyRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateApiKeyRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateApiKeyRequest>
- Parameters:
- updateApiKeyRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-