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