@Generated(value="software.amazon.awssdk:codegen") public final class ProvisionPermissionSetRequest extends SsoAdminRequest implements ToCopyableBuilder<ProvisionPermissionSetRequest.Builder,ProvisionPermissionSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProvisionPermissionSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionPermissionSetRequest.Builder |
builder() |
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 permission set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisionPermissionSetRequest.Builder> |
serializableBuilderClass() |
String |
targetId()
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
|
ProvisionTargetType |
targetType()
The entity type for which the assignment will be created.
|
String |
targetTypeAsString()
The entity type for which the assignment will be created.
|
ProvisionPermissionSetRequest.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. 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 permissionSetArn()
The ARN of the permission set.
public final String targetId()
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
public final ProvisionTargetType targetType()
The entity type for which the assignment will be created.
If the service returns an enum value that is not available in the current SDK version, targetType will
return ProvisionTargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from targetTypeAsString().
ProvisionTargetTypepublic final String targetTypeAsString()
The entity type for which the assignment will be created.
If the service returns an enum value that is not available in the current SDK version, targetType will
return ProvisionTargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from targetTypeAsString().
ProvisionTargetTypepublic ProvisionPermissionSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProvisionPermissionSetRequest.Builder,ProvisionPermissionSetRequest>toBuilder in class SsoAdminRequestpublic static ProvisionPermissionSetRequest.Builder builder()
public static Class<? extends ProvisionPermissionSetRequest.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.