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