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