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