public class DeactivateEvaluationFormResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DeactivateEvaluationFormResult() |
| 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()
The version of the deactivated evaluation form resource.
|
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)
The version of the deactivated evaluation form resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeactivateEvaluationFormResult |
withEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
|
DeactivateEvaluationFormResult |
withEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
|
DeactivateEvaluationFormResult |
withEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
The version of the deactivated 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 DeactivateEvaluationFormResult 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 DeactivateEvaluationFormResult 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()
The version of the deactivated evaluation form resource.
Constraints:
Range: 1 -
The version of the deactivated evaluation form resource.
public void setEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
The version of the deactivated evaluation form resource.
Constraints:
Range: 1 -
evaluationFormVersion - The version of the deactivated evaluation form resource.
public DeactivateEvaluationFormResult withEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
The version of the deactivated 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 deactivated 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