@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 last date-time an action was updated.
|
Long |
getOrderingId()
The order in which actions should complete processing.
|
Date |
getReceivedAt()
The date-time 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 last date-time an action was updated.
|
void |
setOrderingId(Long orderingId)
The order in which actions should complete processing.
|
void |
setReceivedAt(Date receivedAt)
The date-time 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 last date-time an action was updated.
|
GroupOrderingIdSummary |
withOrderingId(Long orderingId)
The order in which actions should complete processing.
|
GroupOrderingIdSummary |
withReceivedAt(Date receivedAt)
The date-time 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
.PrincipalMappingStatus
public 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
.PrincipalMappingStatus
public 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
.PrincipalMappingStatus
public 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
.PrincipalMappingStatus
public void setLastUpdatedAt(Date lastUpdatedAt)
The last date-time an action was updated. An action can be a PUT
or DELETE
action for
mapping users to their groups.
lastUpdatedAt
- The last date-time an action was updated. An action can be a PUT
or DELETE
action for mapping users to their groups.public Date getLastUpdatedAt()
The last date-time an action was 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 last date-time an action was updated. An action can be a PUT
or DELETE
action for
mapping users to their groups.
lastUpdatedAt
- The last date-time an action was updated. An action can be a PUT
or DELETE
action for mapping users to their groups.public void setReceivedAt(Date receivedAt)
The date-time an action was received by Amazon Kendra. An action can be a PUT
or DELETE
action for mapping users to their groups.
receivedAt
- The date-time 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 date-time 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 date-time an action was received by Amazon Kendra. An action can be a PUT
or DELETE
action for mapping users to their groups.
receivedAt
- The date-time 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 Object
Object.toString()
public GroupOrderingIdSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.