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