Class CreateIpamPoolRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ec2.transform.CreateIpamPoolRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateIpamPoolRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateIpamPoolRequestMarshaller
extends Object
implements Marshaller<CreateIpamPoolRequest>
CreateIpamPoolRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateIpamPoolRequest createIpamPoolRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateIpamPoolRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateIpamPoolRequest>
- Parameters:
- createIpamPoolRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-