@Generated(value="software.amazon.awssdk:codegen") public final class CustomerManagedPolicyReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerManagedPolicyReference.Builder,CustomerManagedPolicyReference>
Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each AWS account where you want to deploy your permission set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomerManagedPolicyReference.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomerManagedPolicyReference.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 IAM policy that you have configured in each account where you want to deploy your permission set.
|
String |
path()
The path to the IAM policy that you have configured in each account where you want to deploy your permission set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomerManagedPolicyReference.Builder> |
serializableBuilderClass() |
CustomerManagedPolicyReference.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the IAM policy that you have configured in each account where you want to deploy your permission set.
public final String path()
The path to the IAM policy that you have configured in each account where you want to deploy your permission set.
The default is /. For more information, see Friendly names and paths in the IAM User Guide.
/. For more information, see Friendly names and paths in the IAM User Guide.public CustomerManagedPolicyReference.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomerManagedPolicyReference.Builder,CustomerManagedPolicyReference>public static CustomerManagedPolicyReference.Builder builder()
public static Class<? extends CustomerManagedPolicyReference.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.