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