@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 in milliseconds since the epoch.
createdTime
- The date and time that the behavior graph was created. The value is in milliseconds since the epoch.public Date getCreatedTime()
The date and time that the behavior graph was created. The value is in milliseconds since the epoch.
public Graph withCreatedTime(Date createdTime)
The date and time that the behavior graph was created. The value is in milliseconds since the epoch.
createdTime
- The date and time that the behavior graph was created. The value is in milliseconds since the epoch.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.