Class TimeRange
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.TimeRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TimeRange.Builder,TimeRange>
@Generated("software.amazon.awssdk:codegen") public final class TimeRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeRange.Builder,TimeRange>
Provides a range of time.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimeRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeRange.Builderbuilder()InstantendTime()The Unix timestamp for the end of the time range.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TimeRange.Builder>serializableBuilderClass()InstantstartTime()The Unix timestamp for the beginning of the time range.TimeRange.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 Unix timestamp for the beginning of the time range.
- Returns:
- The Unix timestamp for the beginning of the time range.
-
endTime
public final Instant endTime()
The Unix timestamp for the end of the time range.
- Returns:
- The Unix timestamp for the end of the time range.
-
toBuilder
public TimeRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TimeRange.Builder,TimeRange>
-
builder
public static TimeRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends TimeRange.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.
-
-