@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRoleCustomPermissionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRoleCustomPermissionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRoleCustomPermissionResult |
clone() |
boolean |
equals(Object obj) |
String |
getCustomPermissionsName()
The name of the custom permission that is described.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setCustomPermissionsName(String customPermissionsName)
The name of the custom permission that is described.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRoleCustomPermissionResult |
withCustomPermissionsName(String customPermissionsName)
The name of the custom permission that is described.
|
DescribeRoleCustomPermissionResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeRoleCustomPermissionResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCustomPermissionsName(String customPermissionsName)
The name of the custom permission that is described.
customPermissionsName
- The name of the custom permission that is described.public String getCustomPermissionsName()
The name of the custom permission that is described.
public DescribeRoleCustomPermissionResult withCustomPermissionsName(String customPermissionsName)
The name of the custom permission that is described.
customPermissionsName
- The name of the custom permission that is described.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public DescribeRoleCustomPermissionResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DescribeRoleCustomPermissionResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public DescribeRoleCustomPermissionResult clone()