@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 SSO 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 AWS account identifier, typically a 10-12 digit string (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 String instanceArn()
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public String permissionSetArn()
The ARN of the permission set.
public String targetId()
TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).
public 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 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.