@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupOrderingIdSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information on the processing of PUT and DELETE actions for mapping users to their
groups.
| Constructor and Description |
|---|
GroupOrderingIdSummary() |
| Modifier and Type | Method and Description |
|---|---|
GroupOrderingIdSummary |
clone() |
boolean |
equals(Object obj) |
String |
getFailureReason()
The reason an action could not be processed.
|
Date |
getLastUpdatedAt()
The Unix timestamp when an action was last updated.
|
Long |
getOrderingId()
The order in which actions should complete processing.
|
Date |
getReceivedAt()
The Unix timestamp when an action was received by Amazon Kendra.
|
String |
getStatus()
The current processing status of actions for mapping users to their groups.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFailureReason(String failureReason)
The reason an action could not be processed.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The Unix timestamp when an action was last updated.
|
void |
setOrderingId(Long orderingId)
The order in which actions should complete processing.
|
void |
setReceivedAt(Date receivedAt)
The Unix timestamp when an action was received by Amazon Kendra.
|
void |
setStatus(String status)
The current processing status of actions for mapping users to their groups.
|
String |
toString()
Returns a string representation of this object.
|
GroupOrderingIdSummary |
withFailureReason(String failureReason)
The reason an action could not be processed.
|
GroupOrderingIdSummary |
withLastUpdatedAt(Date lastUpdatedAt)
The Unix timestamp when an action was last updated.
|
GroupOrderingIdSummary |
withOrderingId(Long orderingId)
The order in which actions should complete processing.
|
GroupOrderingIdSummary |
withReceivedAt(Date receivedAt)
The Unix timestamp when an action was received by Amazon Kendra.
|
GroupOrderingIdSummary |
withStatus(PrincipalMappingStatus status)
The current processing status of actions for mapping users to their groups.
|
GroupOrderingIdSummary |
withStatus(String status)
The current processing status of actions for mapping users to their groups.
|
public void setStatus(String status)
The current processing status of actions for mapping users to their groups. The status can be either
PROCESSING, SUCCEEDED, DELETING, DELETED, or
FAILED.
status - The current processing status of actions for mapping users to their groups. The status can be either
PROCESSING, SUCCEEDED, DELETING, DELETED, or
FAILED.PrincipalMappingStatuspublic String getStatus()
The current processing status of actions for mapping users to their groups. The status can be either
PROCESSING, SUCCEEDED, DELETING, DELETED, or
FAILED.
PROCESSING, SUCCEEDED, DELETING, DELETED, or
FAILED.PrincipalMappingStatuspublic GroupOrderingIdSummary withStatus(String status)
The current processing status of actions for mapping users to their groups. The status can be either
PROCESSING, SUCCEEDED, DELETING, DELETED, or
FAILED.
status - The current processing status of actions for mapping users to their groups. The status can be either
PROCESSING, SUCCEEDED, DELETING, DELETED, or
FAILED.PrincipalMappingStatuspublic GroupOrderingIdSummary withStatus(PrincipalMappingStatus status)
The current processing status of actions for mapping users to their groups. The status can be either
PROCESSING, SUCCEEDED, DELETING, DELETED, or
FAILED.
status - The current processing status of actions for mapping users to their groups. The status can be either
PROCESSING, SUCCEEDED, DELETING, DELETED, or
FAILED.PrincipalMappingStatuspublic void setLastUpdatedAt(Date lastUpdatedAt)
The Unix timestamp when an action was last updated. An action can be a PUT or DELETE
action for mapping users to their groups.
lastUpdatedAt - The Unix timestamp when an action was last updated. An action can be a PUT or
DELETE action for mapping users to their groups.public Date getLastUpdatedAt()
The Unix timestamp when an action was last updated. An action can be a PUT or DELETE
action for mapping users to their groups.
PUT or
DELETE action for mapping users to their groups.public GroupOrderingIdSummary withLastUpdatedAt(Date lastUpdatedAt)
The Unix timestamp when an action was last updated. An action can be a PUT or DELETE
action for mapping users to their groups.
lastUpdatedAt - The Unix timestamp when an action was last updated. An action can be a PUT or
DELETE action for mapping users to their groups.public void setReceivedAt(Date receivedAt)
The Unix timestamp when an action was received by Amazon Kendra. An action can be a PUT or
DELETE action for mapping users to their groups.
receivedAt - The Unix timestamp when an action was received by Amazon Kendra. An action can be a PUT or
DELETE action for mapping users to their groups.public Date getReceivedAt()
The Unix timestamp when an action was received by Amazon Kendra. An action can be a PUT or
DELETE action for mapping users to their groups.
PUT or
DELETE action for mapping users to their groups.public GroupOrderingIdSummary withReceivedAt(Date receivedAt)
The Unix timestamp when an action was received by Amazon Kendra. An action can be a PUT or
DELETE action for mapping users to their groups.
receivedAt - The Unix timestamp when an action was received by Amazon Kendra. An action can be a PUT or
DELETE action for mapping users to their groups.public void setOrderingId(Long orderingId)
The order in which actions should complete processing. An action can be a PUT or DELETE
action for mapping users to their groups.
orderingId - The order in which actions should complete processing. An action can be a PUT or
DELETE action for mapping users to their groups.public Long getOrderingId()
The order in which actions should complete processing. An action can be a PUT or DELETE
action for mapping users to their groups.
PUT or
DELETE action for mapping users to their groups.public GroupOrderingIdSummary withOrderingId(Long orderingId)
The order in which actions should complete processing. An action can be a PUT or DELETE
action for mapping users to their groups.
orderingId - The order in which actions should complete processing. An action can be a PUT or
DELETE action for mapping users to their groups.public void setFailureReason(String failureReason)
The reason an action could not be processed. An action can be a PUT or DELETE action
for mapping users to their groups.
failureReason - The reason an action could not be processed. An action can be a PUT or DELETE
action for mapping users to their groups.public String getFailureReason()
The reason an action could not be processed. An action can be a PUT or DELETE action
for mapping users to their groups.
PUT or DELETE
action for mapping users to their groups.public GroupOrderingIdSummary withFailureReason(String failureReason)
The reason an action could not be processed. An action can be a PUT or DELETE action
for mapping users to their groups.
failureReason - The reason an action could not be processed. An action can be a PUT or DELETE
action for mapping users to their groups.public String toString()
toString in class ObjectObject.toString()public GroupOrderingIdSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.