@Generated(value="software.amazon.awssdk:codegen") public class TimeRange extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<TimeRange.Builder,TimeRange>
Information about a time range.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimeRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimeRange.Builder |
builder() |
Date |
end()
The end time of the time range.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends TimeRange.Builder> |
serializableBuilderClass() |
Date |
start()
The start time of the time range.
|
TimeRange.Builder |
toBuilder() |
String |
toString() |
public Date start()
The start time of the time range.
Specify null to leave the start time open-ended.
Specify null to leave the start time open-ended.
public Date end()
The end time of the time range.
Specify null to leave the end time open-ended.
Specify null to leave the end time open-ended.
public TimeRange.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<TimeRange.Builder,TimeRange>public static TimeRange.Builder builder()
public static Class<? extends TimeRange.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.