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