@Generated(value="software.amazon.awssdk:codegen") public final class Graph extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Graph.Builder,Graph>
A behavior graph in Detective.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Graph.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the behavior graph.
|
static Graph.Builder |
builder() |
Instant |
createdTime()
The date and time that the behavior graph was created.
|
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 Graph.Builder> |
serializableBuilderClass() |
Graph.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The ARN of the behavior graph.
public Instant createdTime()
The date and time that the behavior graph was created. The value is in milliseconds since the epoch.
public Graph.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Graph.Builder,Graph>public static Graph.Builder builder()
public static Class<? extends Graph.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.