@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisionPermissionSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ProvisionPermissionSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
ProvisionPermissionSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceArn()
The ARN of the SSO instance under which the operation will be executed.
|
String |
getPermissionSetArn()
The ARN of the permission set.
|
String |
getTargetId()
The identifier for the chosen target.
|
String |
getTargetType()
The entity type for which the assignment will be created.
|
int |
hashCode() |
void |
setInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
void |
setPermissionSetArn(String permissionSetArn)
The ARN of the permission set.
|
void |
setTargetId(String targetId)
The identifier for the chosen target.
|
void |
setTargetType(String targetType)
The entity type for which the assignment will be created.
|
String |
toString()
Returns a string representation of this object.
|
ProvisionPermissionSetRequest |
withInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
ProvisionPermissionSetRequest |
withPermissionSetArn(String permissionSetArn)
The ARN of the permission set.
|
ProvisionPermissionSetRequest |
withTargetId(String targetId)
The identifier for the chosen target.
|
ProvisionPermissionSetRequest |
withTargetType(ProvisionTargetType targetType)
The entity type for which the assignment will be created.
|
ProvisionPermissionSetRequest |
withTargetType(String targetType)
The entity type for which the assignment will be created.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setInstanceArn(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.
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 getInstanceArn()
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 ProvisionPermissionSetRequest withInstanceArn(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.
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 void setPermissionSetArn(String permissionSetArn)
The ARN of the permission set.
permissionSetArn - The ARN of the permission set.public String getPermissionSetArn()
The ARN of the permission set.
public ProvisionPermissionSetRequest withPermissionSetArn(String permissionSetArn)
The ARN of the permission set.
permissionSetArn - The ARN of the permission set.public void setTargetId(String targetId)
The identifier for the chosen target.
targetId - The identifier for the chosen target.public String getTargetId()
The identifier for the chosen target.
public ProvisionPermissionSetRequest withTargetId(String targetId)
The identifier for the chosen target.
targetId - The identifier for the chosen target.public void setTargetType(String targetType)
The entity type for which the assignment will be created.
targetType - The entity type for which the assignment will be created.ProvisionTargetTypepublic String getTargetType()
The entity type for which the assignment will be created.
ProvisionTargetTypepublic ProvisionPermissionSetRequest withTargetType(String targetType)
The entity type for which the assignment will be created.
targetType - The entity type for which the assignment will be created.ProvisionTargetTypepublic ProvisionPermissionSetRequest withTargetType(ProvisionTargetType targetType)
The entity type for which the assignment will be created.
targetType - The entity type for which the assignment will be created.ProvisionTargetTypepublic String toString()
toString in class ObjectObject.toString()public ProvisionPermissionSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()