@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRoleCustomPermissionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRoleCustomPermissionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRoleCustomPermissionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the Amazon Web Services account that the group is in.
|
String |
getNamespace()
The namespace that includes the role.
|
String |
getRole()
The role that you want to remove permissions from.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in.
|
void |
setNamespace(String namespace)
The namespace that includes the role.
|
void |
setRole(String role)
The role that you want to remove permissions from.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRoleCustomPermissionRequest |
withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in.
|
DeleteRoleCustomPermissionRequest |
withNamespace(String namespace)
The namespace that includes the role.
|
DeleteRoleCustomPermissionRequest |
withRole(Role role)
The role that you want to remove permissions from.
|
DeleteRoleCustomPermissionRequest |
withRole(String role)
The role that you want to remove permissions from.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRole(String role)
The role that you want to remove permissions from.
role
- The role that you want to remove permissions from.Role
public String getRole()
The role that you want to remove permissions from.
Role
public DeleteRoleCustomPermissionRequest withRole(String role)
The role that you want to remove permissions from.
role
- The role that you want to remove permissions from.Role
public DeleteRoleCustomPermissionRequest withRole(Role role)
The role that you want to remove permissions from.
role
- The role that you want to remove permissions from.Role
public void setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
awsAccountId
- The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon
Web Services account that contains your Amazon QuickSight account.public String getAwsAccountId()
The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
public DeleteRoleCustomPermissionRequest withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
awsAccountId
- The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon
Web Services account that contains your Amazon QuickSight account.public void setNamespace(String namespace)
The namespace that includes the role.
namespace
- The namespace that includes the role.public String getNamespace()
The namespace that includes the role.
public DeleteRoleCustomPermissionRequest withNamespace(String namespace)
The namespace that includes the role.
namespace
- The namespace that includes the role.public String toString()
toString
in class Object
Object.toString()
public DeleteRoleCustomPermissionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()