@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluateMappingTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
EvaluateMappingTemplateResult() |
| Modifier and Type | Method and Description |
|---|---|
EvaluateMappingTemplateResult |
clone() |
boolean |
equals(Object obj) |
ErrorDetail |
getError()
The
ErrorDetail object. |
String |
getEvaluationResult()
The mapping template; this can be a request or response template.
|
int |
hashCode() |
void |
setError(ErrorDetail error)
The
ErrorDetail object. |
void |
setEvaluationResult(String evaluationResult)
The mapping template; this can be a request or response template.
|
String |
toString()
Returns a string representation of this object.
|
EvaluateMappingTemplateResult |
withError(ErrorDetail error)
The
ErrorDetail object. |
EvaluateMappingTemplateResult |
withEvaluationResult(String evaluationResult)
The mapping template; this can be a request or response template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEvaluationResult(String evaluationResult)
The mapping template; this can be a request or response template.
evaluationResult - The mapping template; this can be a request or response template.public String getEvaluationResult()
The mapping template; this can be a request or response template.
public EvaluateMappingTemplateResult withEvaluationResult(String evaluationResult)
The mapping template; this can be a request or response template.
evaluationResult - The mapping template; this can be a request or response template.public void setError(ErrorDetail error)
The ErrorDetail object.
error - The ErrorDetail object.public ErrorDetail getError()
The ErrorDetail object.
ErrorDetail object.public EvaluateMappingTemplateResult withError(ErrorDetail error)
The ErrorDetail object.
error - The ErrorDetail object.public String toString()
toString in class ObjectObject.toString()public EvaluateMappingTemplateResult clone()
Copyright © 2022. All rights reserved.