@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationAssignmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteApplicationAssignmentRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteApplicationAssignmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationArn()
Specifies the ARN of the application.
|
String |
getPrincipalId()
An identifier for an object in IAM Identity Center, such as a user or group.
|
String |
getPrincipalType()
The entity type for which the assignment will be deleted.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
Specifies the ARN of the application.
|
void |
setPrincipalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group.
|
void |
setPrincipalType(String principalType)
The entity type for which the assignment will be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationAssignmentRequest |
withApplicationArn(String applicationArn)
Specifies the ARN of the application.
|
DeleteApplicationAssignmentRequest |
withPrincipalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group.
|
DeleteApplicationAssignmentRequest |
withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be deleted.
|
DeleteApplicationAssignmentRequest |
withPrincipalType(String principalType)
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, withSdkRequestTimeoutpublic void setApplicationArn(String applicationArn)
Specifies the ARN of the application.
applicationArn - Specifies the ARN of the application.public String getApplicationArn()
Specifies the ARN of the application.
public DeleteApplicationAssignmentRequest withApplicationArn(String applicationArn)
Specifies the ARN of the application.
applicationArn - Specifies the ARN of the application.public void setPrincipalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
principalId - An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For
example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity
Center, see the IAM Identity Center
Identity Store API Reference.public String getPrincipalId()
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
public DeleteApplicationAssignmentRequest withPrincipalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
principalId - An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For
example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity
Center, see the IAM Identity Center
Identity Store API Reference.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.PrincipalTypepublic String getPrincipalType()
The entity type for which the assignment will be deleted.
PrincipalTypepublic DeleteApplicationAssignmentRequest withPrincipalType(String principalType)
The entity type for which the assignment will be deleted.
principalType - The entity type for which the assignment will be deleted.PrincipalTypepublic DeleteApplicationAssignmentRequest withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be deleted.
principalType - The entity type for which the assignment will be deleted.PrincipalTypepublic String toString()
toString in class ObjectObject.toString()public DeleteApplicationAssignmentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()