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