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