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