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