Class CreateCapacityManagerDataExportRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ec2.transform.CreateCapacityManagerDataExportRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateCapacityManagerDataExportRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateCapacityManagerDataExportRequest>- Parameters:
createCapacityManagerDataExportRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-