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