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