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