@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRolePermissionsBoundaryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRolePermissionsBoundaryRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRolePermissionsBoundaryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRoleName()
The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.
|
int |
hashCode() |
void |
setRoleName(String roleName)
The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRolePermissionsBoundaryRequest |
withRoleName(String roleName)
The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.
|
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 DeleteRolePermissionsBoundaryRequest()
public void setRoleName(String roleName)
The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.
roleName
- The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.public String getRoleName()
The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.
public DeleteRolePermissionsBoundaryRequest withRoleName(String roleName)
The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.
roleName
- The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.public String toString()
toString
in class Object
Object.toString()
public DeleteRolePermissionsBoundaryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()