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