@Generated(value="software.amazon.awssdk:codegen") public final class AttachedManagedPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttachedManagedPolicy.Builder,AttachedManagedPolicy>
A structure that stores the details of the Amazon Web Services managed policy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttachedManagedPolicy.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the Amazon Web Services managed policy.
|
static AttachedManagedPolicy.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the Amazon Web Services managed policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttachedManagedPolicy.Builder> |
serializableBuilderClass() |
AttachedManagedPolicy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the Amazon Web Services managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public final String name()
The name of the Amazon Web Services managed policy.
public AttachedManagedPolicy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttachedManagedPolicy.Builder,AttachedManagedPolicy>public static AttachedManagedPolicy.Builder builder()
public static Class<? extends AttachedManagedPolicy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.