Class PredictionTimeRange
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.PredictionTimeRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PredictionTimeRange.Builder,PredictionTimeRange>
@Generated("software.amazon.awssdk:codegen") public final class PredictionTimeRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PredictionTimeRange.Builder,PredictionTimeRange>
The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePredictionTimeRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PredictionTimeRange.Builderbuilder()InstantendTime()The time when the behavior in a proactive insight is expected to end.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends PredictionTimeRange.Builder>serializableBuilderClass()InstantstartTime()The time range during which a metric limit is expected to be exceeded.PredictionTimeRange.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
startTime
public final Instant startTime()
The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.
- Returns:
- The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.
-
endTime
public final Instant endTime()
The time when the behavior in a proactive insight is expected to end.
- Returns:
- The time when the behavior in a proactive insight is expected to end.
-
toBuilder
public PredictionTimeRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PredictionTimeRange.Builder,PredictionTimeRange>
-
builder
public static PredictionTimeRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends PredictionTimeRange.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-