@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPermissionsBoundary()
The ARN of the managed 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 managed 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 managed 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, 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 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 managed policy that is used to set the permissions boundary for the user.
A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.
For more information about policy types, see Policy types in the IAM User Guide.
permissionsBoundary
- The ARN of the managed policy that is used to set the permissions boundary for the user.
A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.
For more information about policy types, see Policy types in the IAM User Guide.
public String getPermissionsBoundary()
The ARN of the managed policy that is used to set the permissions boundary for the user.
A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.
For more information about policy types, see Policy types in the IAM User Guide.
A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.
For more information about policy types, see Policy types in the IAM User Guide.
public PutUserPermissionsBoundaryRequest withPermissionsBoundary(String permissionsBoundary)
The ARN of the managed policy that is used to set the permissions boundary for the user.
A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.
For more information about policy types, see Policy types in the IAM User Guide.
permissionsBoundary
- The ARN of the managed policy that is used to set the permissions boundary for the user.
A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.
For more information about policy types, see Policy types in the IAM User Guide.
public String toString()
toString
in class Object
Object.toString()
public PutUserPermissionsBoundaryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()