@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGraphResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateGraphResult() |
Modifier and Type | Method and Description |
---|---|
CreateGraphResult |
clone() |
boolean |
equals(Object obj) |
String |
getGraphArn()
The ARN of the new behavior graph.
|
int |
hashCode() |
void |
setGraphArn(String graphArn)
The ARN of the new behavior graph.
|
String |
toString()
Returns a string representation of this object.
|
CreateGraphResult |
withGraphArn(String graphArn)
The ARN of the new behavior graph.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGraphArn(String graphArn)
The ARN of the new behavior graph.
graphArn
- The ARN of the new behavior graph.public String getGraphArn()
The ARN of the new behavior graph.
public CreateGraphResult withGraphArn(String graphArn)
The ARN of the new behavior graph.
graphArn
- The ARN of the new behavior graph.public String toString()
toString
in class Object
Object.toString()
public CreateGraphResult clone()