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