@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeactivateEvaluationFormResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeactivateEvaluationFormResult() |
Modifier and Type | Method and Description |
---|---|
DeactivateEvaluationFormResult |
clone() |
boolean |
equals(Object obj) |
String |
getEvaluationFormArn()
The Amazon Resource Name (ARN) for the evaluation form resource.
|
String |
getEvaluationFormId()
The unique identifier for the evaluation form.
|
Integer |
getEvaluationFormVersion()
The version of the deactivated evaluation form resource.
|
int |
hashCode() |
void |
setEvaluationFormArn(String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
|
void |
setEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
void |
setEvaluationFormVersion(Integer evaluationFormVersion)
The version of the deactivated evaluation form resource.
|
String |
toString()
Returns a string representation of this object.
|
DeactivateEvaluationFormResult |
withEvaluationFormArn(String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
|
DeactivateEvaluationFormResult |
withEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
DeactivateEvaluationFormResult |
withEvaluationFormVersion(Integer evaluationFormVersion)
The version of the deactivated evaluation form resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
evaluationFormId
- The unique identifier for the evaluation form.public String getEvaluationFormId()
The unique identifier for the evaluation form.
public DeactivateEvaluationFormResult withEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
evaluationFormId
- The unique identifier for the evaluation form.public void setEvaluationFormArn(String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
evaluationFormArn
- The Amazon Resource Name (ARN) for the evaluation form resource.public String getEvaluationFormArn()
The Amazon Resource Name (ARN) for the evaluation form resource.
public DeactivateEvaluationFormResult withEvaluationFormArn(String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
evaluationFormArn
- The Amazon Resource Name (ARN) for the evaluation form resource.public void setEvaluationFormVersion(Integer evaluationFormVersion)
The version of the deactivated evaluation form resource.
evaluationFormVersion
- The version of the deactivated evaluation form resource.public Integer getEvaluationFormVersion()
The version of the deactivated evaluation form resource.
public DeactivateEvaluationFormResult withEvaluationFormVersion(Integer evaluationFormVersion)
The version of the deactivated evaluation form resource.
evaluationFormVersion
- The version of the deactivated evaluation form resource.public String toString()
toString
in class Object
Object.toString()
public DeactivateEvaluationFormResult clone()