@Generated(value="software.amazon.awssdk:codegen") public final class ExperimentStopCondition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExperimentStopCondition.Builder,ExperimentStopCondition>
Describes the stop condition for an experiment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExperimentStopCondition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentStopCondition.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExperimentStopCondition.Builder> |
serializableBuilderClass() |
String |
source()
The source for the stop condition.
|
ExperimentStopCondition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String source()
The source for the stop condition.
public final String value()
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
public ExperimentStopCondition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExperimentStopCondition.Builder,ExperimentStopCondition>public static ExperimentStopCondition.Builder builder()
public static Class<? extends ExperimentStopCondition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.