public class AddPermissionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
statement
The permission statement you specified in the request.
|
Constructor and Description |
---|
AddPermissionResult() |
Modifier and Type | Method and Description |
---|---|
AddPermissionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStatement()
The permission statement you specified in the request.
|
int |
hashCode() |
void |
setStatement(java.lang.String statement)
The permission statement you specified in the request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddPermissionResult |
withStatement(java.lang.String statement)
The permission statement you specified in the request.
|
private java.lang.String statement
The permission statement you specified in the request. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.
public void setStatement(java.lang.String statement)
The permission statement you specified in the request. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.
statement
- The permission statement you specified in the request. The
response returns the same as a string using a backslash ("\") as
an escape character in the JSON.public java.lang.String getStatement()
The permission statement you specified in the request. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.
public AddPermissionResult withStatement(java.lang.String statement)
The permission statement you specified in the request. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.
statement
- The permission statement you specified in the request. The
response returns the same as a string using a backslash ("\") as
an escape character in the JSON.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AddPermissionResult clone()
clone
in class java.lang.Object