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