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