@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Graph extends Object implements Serializable, Cloneable, StructuredPojo
A behavior graph in Detective.
| Constructor and Description |
|---|
Graph() |
| Modifier and Type | Method and Description |
|---|---|
Graph |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the behavior graph.
|
Date |
getCreatedTime()
The date and time that the behavior graph was created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The ARN of the behavior graph.
|
void |
setCreatedTime(Date createdTime)
The date and time that the behavior graph was created.
|
String |
toString()
Returns a string representation of this object.
|
Graph |
withArn(String arn)
The ARN of the behavior graph.
|
Graph |
withCreatedTime(Date createdTime)
The date and time that the behavior graph was created.
|
public void setArn(String arn)
The ARN of the behavior graph.
arn - The ARN of the behavior graph.public String getArn()
The ARN of the behavior graph.
public Graph withArn(String arn)
The ARN of the behavior graph.
arn - The ARN of the behavior graph.public void setCreatedTime(Date 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.
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.public Date getCreatedTime()
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 withCreatedTime(Date 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.
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.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.