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