@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartContactEvaluationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartContactEvaluationResult() |
| Modifier and Type | Method and Description |
|---|---|
StartContactEvaluationResult |
clone() |
boolean |
equals(Object obj) |
String |
getEvaluationArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
String |
getEvaluationId()
A unique identifier for the contact evaluation.
|
int |
hashCode() |
void |
setEvaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
void |
setEvaluationId(String evaluationId)
A unique identifier for the contact evaluation.
|
String |
toString()
Returns a string representation of this object.
|
StartContactEvaluationResult |
withEvaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
StartContactEvaluationResult |
withEvaluationId(String evaluationId)
A unique identifier for the contact evaluation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEvaluationId(String evaluationId)
A unique identifier for the contact evaluation.
evaluationId - A unique identifier for the contact evaluation.public String getEvaluationId()
A unique identifier for the contact evaluation.
public StartContactEvaluationResult withEvaluationId(String evaluationId)
A unique identifier for the contact evaluation.
evaluationId - A unique identifier for the contact evaluation.public void setEvaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
evaluationArn - The Amazon Resource Name (ARN) for the contact evaluation resource.public String getEvaluationArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
public StartContactEvaluationResult withEvaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
evaluationArn - The Amazon Resource Name (ARN) for the contact evaluation resource.public String toString()
toString in class ObjectObject.toString()public StartContactEvaluationResult clone()