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