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