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