Class AttachedPermissionsBoundary
- java.lang.Object
-
- software.amazon.awssdk.services.iam.model.AttachedPermissionsBoundary
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AttachedPermissionsBoundary.Builder,AttachedPermissionsBoundary>
@Generated("software.amazon.awssdk:codegen") public final class AttachedPermissionsBoundary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttachedPermissionsBoundary.Builder,AttachedPermissionsBoundary>
Contains information about an attached permissions boundary.
An attached permissions boundary is a managed policy that has been attached to a user or role to set the permissions boundary.
For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AttachedPermissionsBoundary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttachedPermissionsBoundary.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
permissionsBoundaryArn()
The ARN of the policy used to set the permissions boundary for the user or role.PermissionsBoundaryAttachmentType
permissionsBoundaryType()
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity.String
permissionsBoundaryTypeAsString()
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends AttachedPermissionsBoundary.Builder>
serializableBuilderClass()
AttachedPermissionsBoundary.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
permissionsBoundaryType
public final PermissionsBoundaryAttachmentType permissionsBoundaryType()
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity. This data type can only have a value of
Policy
.If the service returns an enum value that is not available in the current SDK version,
permissionsBoundaryType
will returnPermissionsBoundaryAttachmentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompermissionsBoundaryTypeAsString()
.- Returns:
- The permissions boundary usage type that indicates what type of IAM resource is used as the permissions
boundary for an entity. This data type can only have a value of
Policy
. - See Also:
PermissionsBoundaryAttachmentType
-
permissionsBoundaryTypeAsString
public final String permissionsBoundaryTypeAsString()
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity. This data type can only have a value of
Policy
.If the service returns an enum value that is not available in the current SDK version,
permissionsBoundaryType
will returnPermissionsBoundaryAttachmentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompermissionsBoundaryTypeAsString()
.- Returns:
- The permissions boundary usage type that indicates what type of IAM resource is used as the permissions
boundary for an entity. This data type can only have a value of
Policy
. - See Also:
PermissionsBoundaryAttachmentType
-
permissionsBoundaryArn
public final String permissionsBoundaryArn()
The ARN of the policy used to set the permissions boundary for the user or role.
- Returns:
- The ARN of the policy used to set the permissions boundary for the user or role.
-
toBuilder
public AttachedPermissionsBoundary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<AttachedPermissionsBoundary.Builder,AttachedPermissionsBoundary>
-
builder
public static AttachedPermissionsBoundary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AttachedPermissionsBoundary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-