@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReviewInformation extends Object implements Serializable, Cloneable, StructuredPojo
Information about the result of a document review request.
Constructor and Description |
---|
ReviewInformation() |
Modifier and Type | Method and Description |
---|---|
ReviewInformation |
clone() |
boolean |
equals(Object obj) |
Date |
getReviewedTime()
The time that the reviewer took action on the document review request.
|
String |
getReviewer()
The reviewer assigned to take action on the document review request.
|
String |
getStatus()
The current status of the document review request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReviewedTime(Date reviewedTime)
The time that the reviewer took action on the document review request.
|
void |
setReviewer(String reviewer)
The reviewer assigned to take action on the document review request.
|
void |
setStatus(String status)
The current status of the document review request.
|
String |
toString()
Returns a string representation of this object.
|
ReviewInformation |
withReviewedTime(Date reviewedTime)
The time that the reviewer took action on the document review request.
|
ReviewInformation |
withReviewer(String reviewer)
The reviewer assigned to take action on the document review request.
|
ReviewInformation |
withStatus(ReviewStatus status)
The current status of the document review request.
|
ReviewInformation |
withStatus(String status)
The current status of the document review request.
|
public void setReviewedTime(Date reviewedTime)
The time that the reviewer took action on the document review request.
reviewedTime
- The time that the reviewer took action on the document review request.public Date getReviewedTime()
The time that the reviewer took action on the document review request.
public ReviewInformation withReviewedTime(Date reviewedTime)
The time that the reviewer took action on the document review request.
reviewedTime
- The time that the reviewer took action on the document review request.public void setStatus(String status)
The current status of the document review request.
status
- The current status of the document review request.ReviewStatus
public String getStatus()
The current status of the document review request.
ReviewStatus
public ReviewInformation withStatus(String status)
The current status of the document review request.
status
- The current status of the document review request.ReviewStatus
public ReviewInformation withStatus(ReviewStatus status)
The current status of the document review request.
status
- The current status of the document review request.ReviewStatus
public void setReviewer(String reviewer)
The reviewer assigned to take action on the document review request.
reviewer
- The reviewer assigned to take action on the document review request.public String getReviewer()
The reviewer assigned to take action on the document review request.
public ReviewInformation withReviewer(String reviewer)
The reviewer assigned to take action on the document review request.
reviewer
- The reviewer assigned to take action on the document review request.public String toString()
toString
in class Object
Object.toString()
public ReviewInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.