Class StartPracticeRunRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.arczonalshift.transform.StartPracticeRunRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartPracticeRunRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartPracticeRunRequest>- Parameters:
startPracticeRunRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-