@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivateEvaluationFormResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ActivateEvaluationFormResult() |
Modifier and Type | Method and Description |
---|---|
ActivateEvaluationFormResult |
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()
A version of the evaluation form.
|
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)
A version of the evaluation form.
|
String |
toString()
Returns a string representation of this object.
|
ActivateEvaluationFormResult |
withEvaluationFormArn(String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
|
ActivateEvaluationFormResult |
withEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
ActivateEvaluationFormResult |
withEvaluationFormVersion(Integer evaluationFormVersion)
A version of the evaluation form.
|
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 ActivateEvaluationFormResult 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 ActivateEvaluationFormResult 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)
A version of the evaluation form.
evaluationFormVersion
- A version of the evaluation form.public Integer getEvaluationFormVersion()
A version of the evaluation form.
public ActivateEvaluationFormResult withEvaluationFormVersion(Integer evaluationFormVersion)
A version of the evaluation form.
evaluationFormVersion
- A version of the evaluation form.public String toString()
toString
in class Object
Object.toString()
public ActivateEvaluationFormResult clone()