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