@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountAssignmentOperationStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the creation or deletion operation of an assignment that a principal needs to access an account.
Constructor and Description |
---|
AccountAssignmentOperationStatus() |
Modifier and Type | Method and Description |
---|---|
AccountAssignmentOperationStatus |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedDate()
The date that the permission set was created.
|
String |
getFailureReason()
The message that contains an error or exception in case of an operation failure.
|
String |
getPermissionSetArn()
The ARN of the permission set.
|
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.
|
String |
getRequestId()
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID)
workflow.
|
String |
getStatus()
The status of the permission set provisioning process.
|
String |
getTargetId()
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
|
String |
getTargetType()
The entity type for which the assignment will be created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedDate(Date createdDate)
The date that the permission set was created.
|
void |
setFailureReason(String failureReason)
The message that contains an error or exception in case of an operation failure.
|
void |
setPermissionSetArn(String permissionSetArn)
The ARN of the permission set.
|
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.
|
void |
setRequestId(String requestId)
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID)
workflow.
|
void |
setStatus(String status)
The status of the permission set provisioning process.
|
void |
setTargetId(String targetId)
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
|
void |
setTargetType(String targetType)
The entity type for which the assignment will be created.
|
String |
toString()
Returns a string representation of this object.
|
AccountAssignmentOperationStatus |
withCreatedDate(Date createdDate)
The date that the permission set was created.
|
AccountAssignmentOperationStatus |
withFailureReason(String failureReason)
The message that contains an error or exception in case of an operation failure.
|
AccountAssignmentOperationStatus |
withPermissionSetArn(String permissionSetArn)
The ARN of the permission set.
|
AccountAssignmentOperationStatus |
withPrincipalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group.
|
AccountAssignmentOperationStatus |
withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be created.
|
AccountAssignmentOperationStatus |
withPrincipalType(String principalType)
The entity type for which the assignment will be created.
|
AccountAssignmentOperationStatus |
withRequestId(String requestId)
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID)
workflow.
|
AccountAssignmentOperationStatus |
withStatus(StatusValues status)
The status of the permission set provisioning process.
|
AccountAssignmentOperationStatus |
withStatus(String status)
The status of the permission set provisioning process.
|
AccountAssignmentOperationStatus |
withTargetId(String targetId)
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
|
AccountAssignmentOperationStatus |
withTargetType(String targetType)
The entity type for which the assignment will be created.
|
AccountAssignmentOperationStatus |
withTargetType(TargetType targetType)
The entity type for which the assignment will be created.
|
public void setCreatedDate(Date createdDate)
The date that the permission set was created.
createdDate
- The date that the permission set was created.public Date getCreatedDate()
The date that the permission set was created.
public AccountAssignmentOperationStatus withCreatedDate(Date createdDate)
The date that the permission set was created.
createdDate
- The date that the permission set was created.public void setFailureReason(String failureReason)
The message that contains an error or exception in case of an operation failure.
failureReason
- The message that contains an error or exception in case of an operation failure.public String getFailureReason()
The message that contains an error or exception in case of an operation failure.
public AccountAssignmentOperationStatus withFailureReason(String failureReason)
The message that contains an error or exception in case of an operation failure.
failureReason
- The message that contains an error or exception in case of an operation failure.public void setPermissionSetArn(String permissionSetArn)
The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
permissionSetArn
- The ARN of the permission set. 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 getPermissionSetArn()
The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public AccountAssignmentOperationStatus withPermissionSetArn(String permissionSetArn)
The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
permissionSetArn
- The ARN of the permission set. 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 AccountAssignmentOperationStatus 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 AccountAssignmentOperationStatus 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 AccountAssignmentOperationStatus 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 void setRequestId(String requestId)
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
requestId
- The identifier for tracking the request operation that is generated by the universally unique identifier
(UUID) workflow.public String getRequestId()
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
public AccountAssignmentOperationStatus withRequestId(String requestId)
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
requestId
- The identifier for tracking the request operation that is generated by the universally unique identifier
(UUID) workflow.public void setStatus(String status)
The status of the permission set provisioning process.
status
- The status of the permission set provisioning process.StatusValues
public String getStatus()
The status of the permission set provisioning process.
StatusValues
public AccountAssignmentOperationStatus withStatus(String status)
The status of the permission set provisioning process.
status
- The status of the permission set provisioning process.StatusValues
public AccountAssignmentOperationStatus withStatus(StatusValues status)
The status of the permission set provisioning process.
status
- The status of the permission set provisioning process.StatusValues
public void setTargetId(String targetId)
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
targetId
- TargetID is an Amazon Web Services account identifier, (For example, 123456789012).public String getTargetId()
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
public AccountAssignmentOperationStatus withTargetId(String targetId)
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
targetId
- TargetID is an Amazon Web Services account identifier, (For example, 123456789012).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.TargetType
public String getTargetType()
The entity type for which the assignment will be created.
TargetType
public AccountAssignmentOperationStatus withTargetType(String targetType)
The entity type for which the assignment will be created.
targetType
- The entity type for which the assignment will be created.TargetType
public AccountAssignmentOperationStatus withTargetType(TargetType targetType)
The entity type for which the assignment will be created.
targetType
- The entity type for which the assignment will be created.TargetType
public String toString()
toString
in class Object
Object.toString()
public AccountAssignmentOperationStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.