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