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