@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountAssignmentOperationStatusMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the AccountAssignment creation request.
Constructor and Description |
---|
AccountAssignmentOperationStatusMetadata() |
Modifier and Type | Method and Description |
---|---|
AccountAssignmentOperationStatusMetadata |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedDate()
The date that the permission set was 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.
|
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 |
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.
|
String |
toString()
Returns a string representation of this object.
|
AccountAssignmentOperationStatusMetadata |
withCreatedDate(Date createdDate)
The date that the permission set was created.
|
AccountAssignmentOperationStatusMetadata |
withRequestId(String requestId)
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID)
workflow.
|
AccountAssignmentOperationStatusMetadata |
withStatus(StatusValues status)
The status of the permission set provisioning process.
|
AccountAssignmentOperationStatusMetadata |
withStatus(String status)
The status of the permission set provisioning process.
|
public AccountAssignmentOperationStatusMetadata()
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 AccountAssignmentOperationStatusMetadata withCreatedDate(Date createdDate)
The date that the permission set was created.
createdDate
- The date that the permission set was created.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 AccountAssignmentOperationStatusMetadata 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 AccountAssignmentOperationStatusMetadata withStatus(String status)
The status of the permission set provisioning process.
status
- The status of the permission set provisioning process.StatusValues
public AccountAssignmentOperationStatusMetadata withStatus(StatusValues status)
The status of the permission set provisioning process.
status
- The status of the permission set provisioning process.StatusValues
public String toString()
toString
in class Object
Object.toString()
public AccountAssignmentOperationStatusMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.