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