Class CreateSupportCaseRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.servicequotas.transform.CreateSupportCaseRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateSupportCaseRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateSupportCaseRequest>- Parameters:
createSupportCaseRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-