Class AddPermissionResult
java.lang.Object
com.amazonaws.services.lambda.model.AddPermissionResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe permission statement you specified in the request.inthashCode()voidsetStatement(String statement) The permission statement you specified in the request.toString()Returns a string representation of this object; useful for testing and debugging.withStatement(String statement) The permission statement you specified in the request.
-
Constructor Details
-
AddPermissionResult
public AddPermissionResult()
-
-
Method Details
-
setStatement
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withStatement
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-