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