@Generated(value="software.amazon.awssdk:codegen") public final class ViolationEventOccurrenceRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ViolationEventOccurrenceRange.Builder,ViolationEventOccurrenceRange>
Specifies the time period of which violation events occurred between.
Modifier and Type | Class and Description |
---|---|
static interface |
ViolationEventOccurrenceRange.Builder |
Modifier and Type | Method and Description |
---|---|
static ViolationEventOccurrenceRange.Builder |
builder() |
Instant |
endTime()
The end date and time of a time period in which violation events occurred.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ViolationEventOccurrenceRange.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start date and time of a time period in which violation events occurred.
|
ViolationEventOccurrenceRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Instant startTime()
The start date and time of a time period in which violation events occurred.
public final Instant endTime()
The end date and time of a time period in which violation events occurred.
public ViolationEventOccurrenceRange.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ViolationEventOccurrenceRange.Builder,ViolationEventOccurrenceRange>
public static ViolationEventOccurrenceRange.Builder builder()
public static Class<? extends ViolationEventOccurrenceRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.