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