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