public class SubmitContactEvaluationResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SubmitContactEvaluationResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEvaluationArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
java.lang.String |
getEvaluationId()
A unique identifier for the contact evaluation.
|
int |
hashCode() |
void |
setEvaluationArn(java.lang.String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
void |
setEvaluationId(java.lang.String evaluationId)
A unique identifier for the contact evaluation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SubmitContactEvaluationResult |
withEvaluationArn(java.lang.String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
SubmitContactEvaluationResult |
withEvaluationId(java.lang.String evaluationId)
A unique identifier for the contact evaluation.
|
public java.lang.String getEvaluationId()
A unique identifier for the contact evaluation.
Constraints:
Length: 1 - 500
A unique identifier for the contact evaluation.
public void setEvaluationId(java.lang.String evaluationId)
A unique identifier for the contact evaluation.
Constraints:
Length: 1 - 500
evaluationId - A unique identifier for the contact evaluation.
public SubmitContactEvaluationResult withEvaluationId(java.lang.String evaluationId)
A unique identifier for the contact evaluation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 500
evaluationId - A unique identifier for the contact evaluation.
public java.lang.String getEvaluationArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
The Amazon Resource Name (ARN) for the contact evaluation resource.
public void setEvaluationArn(java.lang.String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
evaluationArn - The Amazon Resource Name (ARN) for the contact evaluation resource.
public SubmitContactEvaluationResult withEvaluationArn(java.lang.String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
Returns a reference to this object so that method calls can be chained together.
evaluationArn - The Amazon Resource Name (ARN) for the contact evaluation 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