public class UpdateEvaluationFormResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
UpdateEvaluationFormResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEvaluationFormArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
java.lang.String |
getEvaluationFormId()
The unique identifier for the evaluation form.
|
java.lang.Integer |
getEvaluationFormVersion()
The version of the updated evaluation form resource.
|
int |
hashCode() |
void |
setEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
void |
setEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
|
void |
setEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
The version of the updated evaluation form resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateEvaluationFormResult |
withEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
UpdateEvaluationFormResult |
withEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
|
UpdateEvaluationFormResult |
withEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
The version of the updated 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 UpdateEvaluationFormResult 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.String getEvaluationFormArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
The Amazon Resource Name (ARN) for the contact evaluation resource.
public void setEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
evaluationFormArn - The Amazon Resource Name (ARN) for the contact evaluation resource.
public UpdateEvaluationFormResult withEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
Returns a reference to this object so that method calls can be chained together.
evaluationFormArn - The Amazon Resource Name (ARN) for the contact evaluation resource.
public java.lang.Integer getEvaluationFormVersion()
The version of the updated evaluation form resource.
Constraints:
Range: 1 -
The version of the updated evaluation form resource.
public void setEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
The version of the updated evaluation form resource.
Constraints:
Range: 1 -
evaluationFormVersion - The version of the updated evaluation form resource.
public UpdateEvaluationFormResult withEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
The version of the updated evaluation form resource.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
evaluationFormVersion - The version of the updated evaluation form resource.
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