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