@Generated(value="software.amazon.awssdk:codegen") public final class AttachCustomerManagedPolicyReferenceToPermissionSetRequest extends SsoAdminRequest implements ToCopyableBuilder<AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder,AttachCustomerManagedPolicyReferenceToPermissionSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder |
builder() |
CustomerManagedPolicyReference |
customerManagedPolicyReference()
Specifies the name and path of a customer managed policy.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
String |
permissionSetArn()
The ARN of the
PermissionSet. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder> |
serializableBuilderClass() |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed.
public final String permissionSetArn()
The ARN of the PermissionSet.
PermissionSet.public final CustomerManagedPolicyReference 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.
public AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder,AttachCustomerManagedPolicyReferenceToPermissionSetRequest>toBuilder in class SsoAdminRequestpublic static AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder builder()
public static Class<? extends AttachCustomerManagedPolicyReferenceToPermissionSetRequest.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.