@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRoleCustomPermissionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateRoleCustomPermissionRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRoleCustomPermissionRequest |
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 |
getCustomPermissionsName()
The name of the custom permission that you want to update the role with.
|
String |
getNamespace()
The namespace that contains the role that you want to update.
|
String |
getRole()
The name of role tht you want to update.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to create a group in.
|
void |
setCustomPermissionsName(String customPermissionsName)
The name of the custom permission that you want to update the role with.
|
void |
setNamespace(String namespace)
The namespace that contains the role that you want to update.
|
void |
setRole(String role)
The name of role tht you want to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRoleCustomPermissionRequest |
withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to create a group in.
|
UpdateRoleCustomPermissionRequest |
withCustomPermissionsName(String customPermissionsName)
The name of the custom permission that you want to update the role with.
|
UpdateRoleCustomPermissionRequest |
withNamespace(String namespace)
The namespace that contains the role that you want to update.
|
UpdateRoleCustomPermissionRequest |
withRole(Role role)
The name of role tht you want to update.
|
UpdateRoleCustomPermissionRequest |
withRole(String role)
The name of role tht you want to update.
|
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, withSdkRequestTimeoutpublic void setCustomPermissionsName(String customPermissionsName)
The name of the custom permission that you want to update the role with.
customPermissionsName - The name of the custom permission that you want to update the role with.public String getCustomPermissionsName()
The name of the custom permission that you want to update the role with.
public UpdateRoleCustomPermissionRequest withCustomPermissionsName(String customPermissionsName)
The name of the custom permission that you want to update the role with.
customPermissionsName - The name of the custom permission that you want to update the role with.public void setRole(String role)
The name of role tht you want to update.
role - The name of role tht you want to update.Rolepublic String getRole()
The name of role tht you want to update.
Rolepublic UpdateRoleCustomPermissionRequest withRole(String role)
The name of role tht you want to update.
role - The name of role tht you want to update.Rolepublic UpdateRoleCustomPermissionRequest withRole(Role role)
The name of role tht you want to update.
role - The name of role tht you want to update.Rolepublic 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 UpdateRoleCustomPermissionRequest 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 that you want to update.
namespace - The namespace that contains the role that you want to update.public String getNamespace()
The namespace that contains the role that you want to update.
public UpdateRoleCustomPermissionRequest withNamespace(String namespace)
The namespace that contains the role that you want to update.
namespace - The namespace that contains the role that you want to update.public String toString()
toString in class ObjectObject.toString()public UpdateRoleCustomPermissionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()