public class EvaluationFormVersionSummary
extends java.lang.Object
implements java.io.Serializable
Summary information about an evaluation form.
| Constructor and Description |
|---|
EvaluationFormVersionSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCreatedBy()
The Amazon Resource Name (ARN) of the user who created the evaluation
form.
|
java.util.Date |
getCreatedTime()
The timestamp for when the evaluation form was created.
|
java.lang.String |
getEvaluationFormArn()
The Amazon Resource Name (ARN) for the evaluation form resource.
|
java.lang.String |
getEvaluationFormId()
The unique identifier for the evaluation form.
|
java.lang.Integer |
getEvaluationFormVersion()
A version of the evaluation form.
|
java.lang.String |
getLastModifiedBy()
The Amazon Resource Name (ARN) of the user who last updated the
evaluation form.
|
java.util.Date |
getLastModifiedTime()
The timestamp for when the evaluation form was last updated.
|
java.lang.Boolean |
getLocked()
The flag indicating whether the evaluation form is locked for changes.
|
java.lang.String |
getStatus()
The status of the evaluation form.
|
int |
hashCode() |
java.lang.Boolean |
isLocked()
The flag indicating whether the evaluation form is locked for changes.
|
void |
setCreatedBy(java.lang.String createdBy)
The Amazon Resource Name (ARN) of the user who created the evaluation
form.
|
void |
setCreatedTime(java.util.Date createdTime)
The timestamp for when the evaluation form was created.
|
void |
setEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
|
void |
setEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
|
void |
setEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
A version of the evaluation form.
|
void |
setLastModifiedBy(java.lang.String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last updated the
evaluation form.
|
void |
setLastModifiedTime(java.util.Date lastModifiedTime)
The timestamp for when the evaluation form was last updated.
|
void |
setLocked(java.lang.Boolean locked)
The flag indicating whether the evaluation form is locked for changes.
|
void |
setStatus(EvaluationFormVersionStatus status)
The status of the evaluation form.
|
void |
setStatus(java.lang.String status)
The status of the evaluation form.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluationFormVersionSummary |
withCreatedBy(java.lang.String createdBy)
The Amazon Resource Name (ARN) of the user who created the evaluation
form.
|
EvaluationFormVersionSummary |
withCreatedTime(java.util.Date createdTime)
The timestamp for when the evaluation form was created.
|
EvaluationFormVersionSummary |
withEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
|
EvaluationFormVersionSummary |
withEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
|
EvaluationFormVersionSummary |
withEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
A version of the evaluation form.
|
EvaluationFormVersionSummary |
withLastModifiedBy(java.lang.String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last updated the
evaluation form.
|
EvaluationFormVersionSummary |
withLastModifiedTime(java.util.Date lastModifiedTime)
The timestamp for when the evaluation form was last updated.
|
EvaluationFormVersionSummary |
withLocked(java.lang.Boolean locked)
The flag indicating whether the evaluation form is locked for changes.
|
EvaluationFormVersionSummary |
withStatus(EvaluationFormVersionStatus status)
The status of the evaluation form.
|
EvaluationFormVersionSummary |
withStatus(java.lang.String status)
The status of the evaluation form.
|
public java.lang.String getEvaluationFormArn()
The Amazon Resource Name (ARN) for the evaluation form resource.
The Amazon Resource Name (ARN) for the evaluation form resource.
public void setEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
evaluationFormArn - The Amazon Resource Name (ARN) for the evaluation form resource.
public EvaluationFormVersionSummary withEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
Returns a reference to this object so that method calls can be chained together.
evaluationFormArn - The Amazon Resource Name (ARN) for the evaluation form resource.
public java.lang.String getEvaluationFormId()
The unique identifier for the evaluation form.
Constraints:
Length: 1 - 500
The unique identifier for the evaluation form.
public void setEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
Constraints:
Length: 1 - 500
evaluationFormId - The unique identifier for the evaluation form.
public EvaluationFormVersionSummary withEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 500
evaluationFormId - The unique identifier for the evaluation form.
public java.lang.Integer getEvaluationFormVersion()
A version of the evaluation form.
Constraints:
Range: 1 -
A version of the evaluation form.
public void setEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
A version of the evaluation form.
Constraints:
Range: 1 -
evaluationFormVersion - A version of the evaluation form.
public EvaluationFormVersionSummary withEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
A version of the evaluation form.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
evaluationFormVersion - A version of the evaluation form.
public java.lang.Boolean isLocked()
The flag indicating whether the evaluation form is locked for changes.
The flag indicating whether the evaluation form is locked for changes.
public java.lang.Boolean getLocked()
The flag indicating whether the evaluation form is locked for changes.
The flag indicating whether the evaluation form is locked for changes.
public void setLocked(java.lang.Boolean locked)
The flag indicating whether the evaluation form is locked for changes.
locked - The flag indicating whether the evaluation form is locked for changes.
public EvaluationFormVersionSummary withLocked(java.lang.Boolean locked)
The flag indicating whether the evaluation form is locked for changes.
Returns a reference to this object so that method calls can be chained together.
locked - The flag indicating whether the evaluation form is locked for changes.
public java.lang.String getStatus()
The status of the evaluation form.
Constraints:
Allowed Values: DRAFT, ACTIVE
The status of the evaluation form.
EvaluationFormVersionStatuspublic void setStatus(java.lang.String status)
The status of the evaluation form.
Constraints:
Allowed Values: DRAFT, ACTIVE
status - The status of the evaluation form.
EvaluationFormVersionStatuspublic EvaluationFormVersionSummary withStatus(java.lang.String status)
The status of the evaluation form.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: DRAFT, ACTIVE
status - The status of the evaluation form.
EvaluationFormVersionStatuspublic void setStatus(EvaluationFormVersionStatus status)
The status of the evaluation form.
Constraints:
Allowed Values: DRAFT, ACTIVE
status - The status of the evaluation form.
EvaluationFormVersionStatuspublic EvaluationFormVersionSummary withStatus(EvaluationFormVersionStatus status)
The status of the evaluation form.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: DRAFT, ACTIVE
status - The status of the evaluation form.
EvaluationFormVersionStatuspublic java.util.Date getCreatedTime()
The timestamp for when the evaluation form was created.
The timestamp for when the evaluation form was created.
public void setCreatedTime(java.util.Date createdTime)
The timestamp for when the evaluation form was created.
createdTime - The timestamp for when the evaluation form was created.
public EvaluationFormVersionSummary withCreatedTime(java.util.Date createdTime)
The timestamp for when the evaluation form was created.
Returns a reference to this object so that method calls can be chained together.
createdTime - The timestamp for when the evaluation form was created.
public java.lang.String getCreatedBy()
The Amazon Resource Name (ARN) of the user who created the evaluation form.
The Amazon Resource Name (ARN) of the user who created the evaluation form.
public void setCreatedBy(java.lang.String createdBy)
The Amazon Resource Name (ARN) of the user who created the evaluation form.
createdBy - The Amazon Resource Name (ARN) of the user who created the evaluation form.
public EvaluationFormVersionSummary withCreatedBy(java.lang.String createdBy)
The Amazon Resource Name (ARN) of the user who created the evaluation form.
Returns a reference to this object so that method calls can be chained together.
createdBy - The Amazon Resource Name (ARN) of the user who created the evaluation form.
public java.util.Date getLastModifiedTime()
The timestamp for when the evaluation form was last updated.
The timestamp for when the evaluation form was last updated.
public void setLastModifiedTime(java.util.Date lastModifiedTime)
The timestamp for when the evaluation form was last updated.
lastModifiedTime - The timestamp for when the evaluation form was last updated.
public EvaluationFormVersionSummary withLastModifiedTime(java.util.Date lastModifiedTime)
The timestamp for when the evaluation form was last updated.
Returns a reference to this object so that method calls can be chained together.
lastModifiedTime - The timestamp for when the evaluation form was last updated.
public java.lang.String getLastModifiedBy()
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
public void setLastModifiedBy(java.lang.String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
lastModifiedBy - The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
public EvaluationFormVersionSummary withLastModifiedBy(java.lang.String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
Returns a reference to this object so that method calls can be chained together.
lastModifiedBy - The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object