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