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