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