StructuredPojo
, ToCopyableBuilder<TimestampRange.Builder,TimestampRange>
@Generated("software.amazon.awssdk:codegen") public class TimestampRange extends Object implements StructuredPojo, ToCopyableBuilder<TimestampRange.Builder,TimestampRange>
This data type is used in the AssessmentRunFilter data type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TimestampRange.Builder |
Modifier and Type | Method | Description |
---|---|---|
Date |
beginDate() |
The minimum value of the timestamp range.
|
static TimestampRange.Builder |
builder() |
|
Date |
endDate() |
The maximum value of the timestamp range.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends TimestampRange.Builder> |
serializableBuilderClass() |
|
TimestampRange.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Date beginDate()
The minimum value of the timestamp range.
public Date endDate()
The maximum value of the timestamp range.
public TimestampRange.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TimestampRange.Builder,TimestampRange>
public static TimestampRange.Builder builder()
public static Class<? extends TimestampRange.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.