@Generated(value="software.amazon.awssdk:codegen") public final class PutRolePermissionsBoundaryRequest extends IamRequest implements ToCopyableBuilder<PutRolePermissionsBoundaryRequest.Builder,PutRolePermissionsBoundaryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutRolePermissionsBoundaryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutRolePermissionsBoundaryRequest.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 policy that is used to set the permissions boundary for the role.
|
String |
roleName()
The name (friendly name, not ARN) of the IAM role for which you want to set the permissions boundary.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutRolePermissionsBoundaryRequest.Builder> |
serializableBuilderClass() |
PutRolePermissionsBoundaryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roleName()
The name (friendly name, not ARN) of the IAM role for which you want to set the permissions boundary.
public final String permissionsBoundary()
The ARN of the policy that is used to set the permissions boundary for the role.
public PutRolePermissionsBoundaryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutRolePermissionsBoundaryRequest.Builder,PutRolePermissionsBoundaryRequest>toBuilder in class IamRequestpublic static PutRolePermissionsBoundaryRequest.Builder builder()
public static Class<? extends PutRolePermissionsBoundaryRequest.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 © 2022. All rights reserved.