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