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