@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEvaluationFormRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEvaluationFormRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEvaluationFormRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Boolean |
getCreateNewVersion()
A flag indicating whether the operation must create a new version.
|
String |
getDescription()
The description of the evaluation form.
|
String |
getEvaluationFormId()
The unique identifier for the evaluation form.
|
Integer |
getEvaluationFormVersion()
A version of the evaluation form to update.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
List<EvaluationFormItem> |
getItems()
Items that are part of the evaluation form.
|
EvaluationFormScoringStrategy |
getScoringStrategy()
A scoring strategy of the evaluation form.
|
String |
getTitle()
A title of the evaluation form.
|
int |
hashCode() |
Boolean |
isCreateNewVersion()
A flag indicating whether the operation must create a new version.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setCreateNewVersion(Boolean createNewVersion)
A flag indicating whether the operation must create a new version.
|
void |
setDescription(String description)
The description of the evaluation form.
|
void |
setEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
void |
setEvaluationFormVersion(Integer evaluationFormVersion)
A version of the evaluation form to update.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
void |
setScoringStrategy(EvaluationFormScoringStrategy scoringStrategy)
A scoring strategy of the evaluation form.
|
void |
setTitle(String title)
A title of the evaluation form.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEvaluationFormRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateEvaluationFormRequest |
withCreateNewVersion(Boolean createNewVersion)
A flag indicating whether the operation must create a new version.
|
UpdateEvaluationFormRequest |
withDescription(String description)
The description of the evaluation form.
|
UpdateEvaluationFormRequest |
withEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
UpdateEvaluationFormRequest |
withEvaluationFormVersion(Integer evaluationFormVersion)
A version of the evaluation form to update.
|
UpdateEvaluationFormRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateEvaluationFormRequest |
withItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
UpdateEvaluationFormRequest |
withItems(EvaluationFormItem... items)
Items that are part of the evaluation form.
|
UpdateEvaluationFormRequest |
withScoringStrategy(EvaluationFormScoringStrategy scoringStrategy)
A scoring strategy of the evaluation form.
|
UpdateEvaluationFormRequest |
withTitle(String title)
A title of the evaluation form.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public UpdateEvaluationFormRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.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 UpdateEvaluationFormRequest withEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
evaluationFormId
- The unique identifier for the evaluation form.public void setEvaluationFormVersion(Integer evaluationFormVersion)
A version of the evaluation form to update.
evaluationFormVersion
- A version of the evaluation form to update.public Integer getEvaluationFormVersion()
A version of the evaluation form to update.
public UpdateEvaluationFormRequest withEvaluationFormVersion(Integer evaluationFormVersion)
A version of the evaluation form to update.
evaluationFormVersion
- A version of the evaluation form to update.public void setCreateNewVersion(Boolean createNewVersion)
A flag indicating whether the operation must create a new version.
createNewVersion
- A flag indicating whether the operation must create a new version.public Boolean getCreateNewVersion()
A flag indicating whether the operation must create a new version.
public UpdateEvaluationFormRequest withCreateNewVersion(Boolean createNewVersion)
A flag indicating whether the operation must create a new version.
createNewVersion
- A flag indicating whether the operation must create a new version.public Boolean isCreateNewVersion()
A flag indicating whether the operation must create a new version.
public void setTitle(String title)
A title of the evaluation form.
title
- A title of the evaluation form.public String getTitle()
A title of the evaluation form.
public UpdateEvaluationFormRequest withTitle(String title)
A title of the evaluation form.
title
- A title of the evaluation form.public void setDescription(String description)
The description of the evaluation form.
description
- The description of the evaluation form.public String getDescription()
The description of the evaluation form.
public UpdateEvaluationFormRequest withDescription(String description)
The description of the evaluation form.
description
- The description of the evaluation form.public List<EvaluationFormItem> getItems()
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
public void setItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
items
- Items that are part of the evaluation form. The total number of sections and questions must not exceed 100
each. Questions must be contained in a section.public UpdateEvaluationFormRequest withItems(EvaluationFormItem... items)
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- Items that are part of the evaluation form. The total number of sections and questions must not exceed 100
each. Questions must be contained in a section.public UpdateEvaluationFormRequest withItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
items
- Items that are part of the evaluation form. The total number of sections and questions must not exceed 100
each. Questions must be contained in a section.public void setScoringStrategy(EvaluationFormScoringStrategy scoringStrategy)
A scoring strategy of the evaluation form.
scoringStrategy
- A scoring strategy of the evaluation form.public EvaluationFormScoringStrategy getScoringStrategy()
A scoring strategy of the evaluation form.
public UpdateEvaluationFormRequest withScoringStrategy(EvaluationFormScoringStrategy scoringStrategy)
A scoring strategy of the evaluation form.
scoringStrategy
- A scoring strategy of the evaluation form.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries
safe with idempotent APIs.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
public UpdateEvaluationFormRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries
safe with idempotent APIs.public String toString()
toString
in class Object
Object.toString()
public UpdateEvaluationFormRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()