@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 final String arn()
The ARN of the behavior graph.
public final Instant createdTime()
The date and time that the behavior graph was created. The value is an ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z.
2021-08-18T16:35:56.284Z.public Graph.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Graph.Builder,Graph>public static Graph.Builder builder()
public static Class<? extends Graph.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.