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