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