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