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