@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRoleCustomPermissionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeRoleCustomPermissionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRoleCustomPermissionRequest |
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 you want to create a group in.
|
String |
getNamespace()
The namespace that contains the role.
|
String |
getRole()
The name of the role whose permissions you want described.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to create a group in.
|
void |
setNamespace(String namespace)
The namespace that contains the role.
|
void |
setRole(String role)
The name of the role whose permissions you want described.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRoleCustomPermissionRequest |
withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to create a group in.
|
DescribeRoleCustomPermissionRequest |
withNamespace(String namespace)
The namespace that contains the role.
|
DescribeRoleCustomPermissionRequest |
withRole(Role role)
The name of the role whose permissions you want described.
|
DescribeRoleCustomPermissionRequest |
withRole(String role)
The name of the role whose permissions you want described.
|
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 name of the role whose permissions you want described.
role
- The name of the role whose permissions you want described.Role
public String getRole()
The name of the role whose permissions you want described.
Role
public DescribeRoleCustomPermissionRequest withRole(String role)
The name of the role whose permissions you want described.
role
- The name of the role whose permissions you want described.Role
public DescribeRoleCustomPermissionRequest withRole(Role role)
The name of the role whose permissions you want described.
role
- The name of the role whose permissions you want described.Role
public void setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.
awsAccountId
- The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services
account ID that you provide must be the same Amazon Web Services account that contains your Amazon
QuickSight account.public String getAwsAccountId()
The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.
public DescribeRoleCustomPermissionRequest withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.
awsAccountId
- The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services
account ID that you provide must be the same Amazon Web Services account that contains your Amazon
QuickSight account.public void setNamespace(String namespace)
The namespace that contains the role.
namespace
- The namespace that contains the role.public String getNamespace()
The namespace that contains the role.
public DescribeRoleCustomPermissionRequest withNamespace(String namespace)
The namespace that contains the role.
namespace
- The namespace that contains the role.public String toString()
toString
in class Object
Object.toString()
public DescribeRoleCustomPermissionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()