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