@Generated(value="software.amazon.awssdk:codegen") public final class PutUserPermissionsBoundaryRequest extends IamRequest implements ToCopyableBuilder<PutUserPermissionsBoundaryRequest.Builder,PutUserPermissionsBoundaryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutUserPermissionsBoundaryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutUserPermissionsBoundaryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
permissionsBoundary()
The ARN of the managed policy that is used to set the permissions boundary for the user.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutUserPermissionsBoundaryRequest.Builder> |
serializableBuilderClass() |
PutUserPermissionsBoundaryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userName()
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
public final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutUserPermissionsBoundaryRequest.Builder,PutUserPermissionsBoundaryRequest>toBuilder in class IamRequestpublic static PutUserPermissionsBoundaryRequest.Builder builder()
public static Class<? extends PutUserPermissionsBoundaryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.