@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAccountAssignmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAccountAssignmentRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAccountAssignmentRequest |
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 that will be used to remove access.
|
String |
getPrincipalId()
The identifier of the principal.
|
String |
getPrincipalType()
The entity type for which the assignment will be deleted.
|
String |
getTargetId()
The identifier for the chosen target.
|
String |
getTargetType()
The entity type for which the assignment will be deleted.
|
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 that will be used to remove access.
|
void |
setPrincipalId(String principalId)
The identifier of the principal.
|
void |
setPrincipalType(String principalType)
The entity type for which the assignment will be deleted.
|
void |
setTargetId(String targetId)
The identifier for the chosen target.
|
void |
setTargetType(String targetType)
The entity type for which the assignment will be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAccountAssignmentRequest |
withInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
DeleteAccountAssignmentRequest |
withPermissionSetArn(String permissionSetArn)
The ARN of the permission set that will be used to remove access.
|
DeleteAccountAssignmentRequest |
withPrincipalId(String principalId)
The identifier of the principal.
|
DeleteAccountAssignmentRequest |
withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be deleted.
|
DeleteAccountAssignmentRequest |
withPrincipalType(String principalType)
The entity type for which the assignment will be deleted.
|
DeleteAccountAssignmentRequest |
withTargetId(String targetId)
The identifier for the chosen target.
|
DeleteAccountAssignmentRequest |
withTargetType(String targetType)
The entity type for which the assignment will be deleted.
|
DeleteAccountAssignmentRequest |
withTargetType(TargetType targetType)
The entity type for which the assignment will be deleted.
|
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, withSdkRequestTimeout
public 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 DeleteAccountAssignmentRequest 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 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 DeleteAccountAssignmentRequest 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 deleted.
targetType
- The entity type for which the assignment will be deleted.TargetType
public String getTargetType()
The entity type for which the assignment will be deleted.
TargetType
public DeleteAccountAssignmentRequest withTargetType(String targetType)
The entity type for which the assignment will be deleted.
targetType
- The entity type for which the assignment will be deleted.TargetType
public DeleteAccountAssignmentRequest withTargetType(TargetType targetType)
The entity type for which the assignment will be deleted.
targetType
- The entity type for which the assignment will be deleted.TargetType
public void setPermissionSetArn(String permissionSetArn)
The ARN of the permission set that will be used to remove access.
permissionSetArn
- The ARN of the permission set that will be used to remove access.public String getPermissionSetArn()
The ARN of the permission set that will be used to remove access.
public DeleteAccountAssignmentRequest withPermissionSetArn(String permissionSetArn)
The ARN of the permission set that will be used to remove access.
permissionSetArn
- The ARN of the permission set that will be used to remove access.public void setPrincipalType(String principalType)
The entity type for which the assignment will be deleted.
principalType
- The entity type for which the assignment will be deleted.PrincipalType
public String getPrincipalType()
The entity type for which the assignment will be deleted.
PrincipalType
public DeleteAccountAssignmentRequest withPrincipalType(String principalType)
The entity type for which the assignment will be deleted.
principalType
- The entity type for which the assignment will be deleted.PrincipalType
public DeleteAccountAssignmentRequest withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be deleted.
principalType
- The entity type for which the assignment will be deleted.PrincipalType
public void setPrincipalId(String principalId)
The identifier of the principal.
principalId
- The identifier of the principal.public String getPrincipalId()
The identifier of the principal.
public DeleteAccountAssignmentRequest withPrincipalId(String principalId)
The identifier of the principal.
principalId
- The identifier of the principal.public String toString()
toString
in class Object
Object.toString()
public DeleteAccountAssignmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()