@Generated(value="software.amazon.awssdk:codegen") public final class ExploitObserved extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExploitObserved.Builder,ExploitObserved>
Contains information on when this exploit was observed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExploitObserved.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExploitObserved.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
firstSeen()
The date an time when the exploit was first seen.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastSeen()
The date an time when the exploit was last seen.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExploitObserved.Builder> |
serializableBuilderClass() |
ExploitObserved.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant firstSeen()
The date an time when the exploit was first seen.
public final Instant lastSeen()
The date an time when the exploit was last seen.
public ExploitObserved.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExploitObserved.Builder,ExploitObserved>public static ExploitObserved.Builder builder()
public static Class<? extends ExploitObserved.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.