Class CreateVpcEncryptionControlRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ec2.transform.CreateVpcEncryptionControlRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateVpcEncryptionControlRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateVpcEncryptionControlRequestMarshaller
extends Object
implements Marshaller<CreateVpcEncryptionControlRequest>
CreateVpcEncryptionControlRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionCreateVpcEncryptionControlRequestMarshaller(AwsQueryProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(CreateVpcEncryptionControlRequest createVpcEncryptionControlRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
CreateVpcEncryptionControlRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(CreateVpcEncryptionControlRequest createVpcEncryptionControlRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateVpcEncryptionControlRequest>- Parameters:
createVpcEncryptionControlRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-