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