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