@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeApplicationAssignmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeApplicationAssignmentResult() |
Modifier and Type | Method and Description |
---|---|
DescribeApplicationAssignmentResult |
clone() |
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 created.
|
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 created.
|
String |
toString()
Returns a string representation of this object.
|
DescribeApplicationAssignmentResult |
withApplicationArn(String applicationArn)
Specifies the ARN of the application.
|
DescribeApplicationAssignmentResult |
withPrincipalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group.
|
DescribeApplicationAssignmentResult |
withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be created.
|
DescribeApplicationAssignmentResult |
withPrincipalType(String principalType)
The entity type for which the assignment will be created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationArn(String applicationArn)
Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
applicationArn
- Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web
Services Service Namespaces in the Amazon Web Services General Reference.public String getApplicationArn()
Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public DescribeApplicationAssignmentResult withApplicationArn(String applicationArn)
Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
applicationArn
- Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web
Services Service Namespaces in the Amazon Web Services General Reference.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 DescribeApplicationAssignmentResult 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 created.
principalType
- The entity type for which the assignment will be created.PrincipalType
public String getPrincipalType()
The entity type for which the assignment will be created.
PrincipalType
public DescribeApplicationAssignmentResult withPrincipalType(String principalType)
The entity type for which the assignment will be created.
principalType
- The entity type for which the assignment will be created.PrincipalType
public DescribeApplicationAssignmentResult withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be created.
principalType
- The entity type for which the assignment will be created.PrincipalType
public String toString()
toString
in class Object
Object.toString()
public DescribeApplicationAssignmentResult clone()