Class ImportApiKeysRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.apigateway.transform.ImportApiKeysRequestMarshaller
- All Implemented Interfaces:
 Marshaller<ImportApiKeysRequest>
@Generated("software.amazon.awssdk:codegen")
public class ImportApiKeysRequestMarshaller
extends Object
implements Marshaller<ImportApiKeysRequest>
ImportApiKeysRequest Marshaller- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(ImportApiKeysRequest importApiKeysRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
ImportApiKeysRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<ImportApiKeysRequest>- Parameters:
 importApiKeysRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -