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