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