@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupStatusDetail extends Object implements Serializable, Cloneable, StructuredPojo
Provides the details of a group's status.
| Constructor and Description |
|---|
GroupStatusDetail() |
| Modifier and Type | Method and Description |
|---|---|
GroupStatusDetail |
clone() |
boolean |
equals(Object obj) |
ErrorDetail |
getErrorDetail()
The details of an error associated a group status.
|
Date |
getLastUpdatedAt()
The Unix timestamp when the Amazon Q Business application was last updated.
|
String |
getStatus()
The status of a group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setErrorDetail(ErrorDetail errorDetail)
The details of an error associated a group status.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The Unix timestamp when the Amazon Q Business application was last updated.
|
void |
setStatus(String status)
The status of a group.
|
String |
toString()
Returns a string representation of this object.
|
GroupStatusDetail |
withErrorDetail(ErrorDetail errorDetail)
The details of an error associated a group status.
|
GroupStatusDetail |
withLastUpdatedAt(Date lastUpdatedAt)
The Unix timestamp when the Amazon Q Business application was last updated.
|
GroupStatusDetail |
withStatus(GroupStatus status)
The status of a group.
|
GroupStatusDetail |
withStatus(String status)
The status of a group.
|
public void setStatus(String status)
The status of a group.
status - The status of a group.GroupStatuspublic String getStatus()
The status of a group.
GroupStatuspublic GroupStatusDetail withStatus(String status)
The status of a group.
status - The status of a group.GroupStatuspublic GroupStatusDetail withStatus(GroupStatus status)
The status of a group.
status - The status of a group.GroupStatuspublic void setLastUpdatedAt(Date lastUpdatedAt)
The Unix timestamp when the Amazon Q Business application was last updated.
lastUpdatedAt - The Unix timestamp when the Amazon Q Business application was last updated.public Date getLastUpdatedAt()
The Unix timestamp when the Amazon Q Business application was last updated.
public GroupStatusDetail withLastUpdatedAt(Date lastUpdatedAt)
The Unix timestamp when the Amazon Q Business application was last updated.
lastUpdatedAt - The Unix timestamp when the Amazon Q Business application was last updated.public void setErrorDetail(ErrorDetail errorDetail)
The details of an error associated a group status.
errorDetail - The details of an error associated a group status.public ErrorDetail getErrorDetail()
The details of an error associated a group status.
public GroupStatusDetail withErrorDetail(ErrorDetail errorDetail)
The details of an error associated a group status.
errorDetail - The details of an error associated a group status.public String toString()
toString in class ObjectObject.toString()public GroupStatusDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.