StructuredPojo
, ToCopyableBuilder<TimeRange.Builder,TimeRange>
@Generated("software.amazon.awssdk:codegen") public class TimeRange extends Object implements StructuredPojo, ToCopyableBuilder<TimeRange.Builder,TimeRange>
The time range.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TimeRange.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TimeRange.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Date |
fromInclusive() |
The start time, in the format 2016-12-16T13:50Z.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends TimeRange.Builder> |
serializableBuilderClass() |
|
TimeRange.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
Date |
toExclusive() |
The end time, in the format 2016-12-16T15:50Z.
|
String |
toString() |
public Date fromInclusive()
The start time, in the format 2016-12-16T13:50Z.
public Date toExclusive()
The end time, in the format 2016-12-16T15:50Z.
public TimeRange.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TimeRange.Builder,TimeRange>
public static TimeRange.Builder builder()
public static Class<? extends TimeRange.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.