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