Class EnableKeyRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.kms.transform.EnableKeyRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<EnableKeyRequest>
@Generated("software.amazon.awssdk:codegen") @SdkInternalApi public class EnableKeyRequestMarshaller extends Object implements Marshaller<EnableKeyRequest>
EnableKeyRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description EnableKeyRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(EnableKeyRequest enableKeyRequest)
-
-
-
Constructor Detail
-
EnableKeyRequestMarshaller
public EnableKeyRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(EnableKeyRequest enableKeyRequest)
- Specified by:
marshallin interfaceMarshaller<EnableKeyRequest>
-
-