@Generated(value="software.amazon.awssdk:codegen") public final class StopExperimentRequest extends EvidentlyRequest implements ToCopyableBuilder<StopExperimentRequest.Builder,StopExperimentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopExperimentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StopExperimentRequest.Builder |
builder() |
ExperimentStopDesiredState |
desiredState()
Specify whether the experiment is to be considered
COMPLETED or CANCELLED after it
stops. |
String |
desiredStateAsString()
Specify whether the experiment is to be considered
COMPLETED or CANCELLED after it
stops. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
experiment()
The name of the experiment to stop.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
project()
The name or ARN of the project that contains the experiment to stop.
|
String |
reason()
A string that describes why you are stopping the experiment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopExperimentRequest.Builder> |
serializableBuilderClass() |
StopExperimentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ExperimentStopDesiredState desiredState()
Specify whether the experiment is to be considered COMPLETED or CANCELLED after it
stops.
If the service returns an enum value that is not available in the current SDK version, desiredState will
return ExperimentStopDesiredState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from desiredStateAsString().
COMPLETED or CANCELLED after
it stops.ExperimentStopDesiredStatepublic final String desiredStateAsString()
Specify whether the experiment is to be considered COMPLETED or CANCELLED after it
stops.
If the service returns an enum value that is not available in the current SDK version, desiredState will
return ExperimentStopDesiredState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from desiredStateAsString().
COMPLETED or CANCELLED after
it stops.ExperimentStopDesiredStatepublic final String experiment()
The name of the experiment to stop.
public final String project()
The name or ARN of the project that contains the experiment to stop.
public final String reason()
A string that describes why you are stopping the experiment.
public StopExperimentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StopExperimentRequest.Builder,StopExperimentRequest>toBuilder in class EvidentlyRequestpublic static StopExperimentRequest.Builder builder()
public static Class<? extends StopExperimentRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.