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