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