public class ActivateEvaluationFormResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ActivateEvaluationFormResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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.
|
int |
hashCode() |
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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActivateEvaluationFormResult |
withEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
|
ActivateEvaluationFormResult |
withEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
|
ActivateEvaluationFormResult |
withEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
A version of the evaluation form.
|
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 ActivateEvaluationFormResult 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 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 ActivateEvaluationFormResult 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.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 ActivateEvaluationFormResult 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.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