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