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