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