@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEvaluationFormRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateEvaluationFormRequest() |
Modifier and Type | Method and Description |
---|---|
CreateEvaluationFormRequest |
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.
|
String |
getDescription()
The description of the evaluation form.
|
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() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setDescription(String description)
The description of the evaluation form.
|
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.
|
CreateEvaluationFormRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateEvaluationFormRequest |
withDescription(String description)
The description of the evaluation form.
|
CreateEvaluationFormRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateEvaluationFormRequest |
withItems(Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
CreateEvaluationFormRequest |
withItems(EvaluationFormItem... items)
Items that are part of the evaluation form.
|
CreateEvaluationFormRequest |
withScoringStrategy(EvaluationFormScoringStrategy scoringStrategy)
A scoring strategy of the evaluation form.
|
CreateEvaluationFormRequest |
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 CreateEvaluationFormRequest 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 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 CreateEvaluationFormRequest 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 CreateEvaluationFormRequest 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 CreateEvaluationFormRequest 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 CreateEvaluationFormRequest 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 CreateEvaluationFormRequest 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 CreateEvaluationFormRequest 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 CreateEvaluationFormRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()