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