@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutUserPermissionsBoundaryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutUserPermissionsBoundaryRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutUserPermissionsBoundaryRequest |
clone() |
boolean |
equals(Object obj) |
String |
getPermissionsBoundary()
The ARN of the policy that is used to set the permissions boundary for the user.
|
String |
getUserName()
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
|
int |
hashCode() |
void |
setPermissionsBoundary(String permissionsBoundary)
The ARN of the policy that is used to set the permissions boundary for the user.
|
void |
setUserName(String userName)
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
|
String |
toString()
Returns a string representation of this object.
|
PutUserPermissionsBoundaryRequest |
withPermissionsBoundary(String permissionsBoundary)
The ARN of the policy that is used to set the permissions boundary for the user.
|
PutUserPermissionsBoundaryRequest |
withUserName(String userName)
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
|
addHandlerContext, copyBaseTo, 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 setUserName(String userName)
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
userName - The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.public String getUserName()
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
public PutUserPermissionsBoundaryRequest withUserName(String userName)
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
userName - The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.public void setPermissionsBoundary(String permissionsBoundary)
The ARN of the policy that is used to set the permissions boundary for the user.
permissionsBoundary - The ARN of the policy that is used to set the permissions boundary for the user.public String getPermissionsBoundary()
The ARN of the policy that is used to set the permissions boundary for the user.
public PutUserPermissionsBoundaryRequest withPermissionsBoundary(String permissionsBoundary)
The ARN of the policy that is used to set the permissions boundary for the user.
permissionsBoundary - The ARN of the policy that is used to set the permissions boundary for the user.public String toString()
toString in class ObjectObject.toString()public PutUserPermissionsBoundaryRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.