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