Class PredictionTimeRange
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.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 period for when the predictions were generated.
- 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()StringendTime()The end time of the time period for when the predictions were generated.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()StringstartTime()The start time of the time period for when the predictions were generated.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 String startTime()
The start time of the time period for when the predictions were generated.
- Returns:
- The start time of the time period for when the predictions were generated.
-
endTime
public final String endTime()
The end time of the time period for when the predictions were generated.
- Returns:
- The end time of the time period for when the predictions were generated.
-
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.
-
-