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