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