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