Class DescribeConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.mq.transform.DescribeConfigurationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DescribeConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DescribeConfigurationRequestMarshaller
extends Object
implements Marshaller<DescribeConfigurationRequest>
DescribeConfigurationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDescribeConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DescribeConfigurationRequest describeConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DescribeConfigurationRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DescribeConfigurationRequest>
- Parameters:
- describeConfigurationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-