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