public class AddPermissionResult extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
| AddPermissionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| AddPermissionResult | clone() | 
| boolean | equals(Object obj) | 
| String | getStatement()The permission statement you specified in the request. | 
| int | hashCode() | 
| void | setStatement(String statement)The permission statement you specified in the request. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| AddPermissionResult | withStatement(String statement)The permission statement you specified in the request. | 
public String getStatement()
public void setStatement(String statement)
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 AddPermissionResult withStatement(String statement)
Returns a reference to this object so that method calls can be chained together.
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 String toString()
toString in class ObjectObject.toString()public AddPermissionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.