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