@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubmitContactEvaluationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SubmitContactEvaluationResult() |
Modifier and Type | Method and Description |
---|---|
SubmitContactEvaluationResult |
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.
|
SubmitContactEvaluationResult |
withEvaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
SubmitContactEvaluationResult |
withEvaluationId(String evaluationId)
A unique identifier for the contact evaluation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 SubmitContactEvaluationResult 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 SubmitContactEvaluationResult 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 Object
Object.toString()
public SubmitContactEvaluationResult clone()