@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRescoreExecutionPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateRescoreExecutionPlanRequest() |
Modifier and Type | Method and Description |
---|---|
CreateRescoreExecutionPlanRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
CapacityUnitsConfiguration |
getCapacityUnits()
You can set additional capacity units to meet the needs of your rescore execution plan.
|
String |
getClientToken()
A token that you provide to identify the request to create a rescore execution plan.
|
String |
getDescription()
A description for the rescore execution plan.
|
String |
getName()
A name for the rescore execution plan.
|
List<Tag> |
getTags()
A list of key-value pairs that identify or categorize your rescore execution plan.
|
int |
hashCode() |
void |
setCapacityUnits(CapacityUnitsConfiguration capacityUnits)
You can set additional capacity units to meet the needs of your rescore execution plan.
|
void |
setClientToken(String clientToken)
A token that you provide to identify the request to create a rescore execution plan.
|
void |
setDescription(String description)
A description for the rescore execution plan.
|
void |
setName(String name)
A name for the rescore execution plan.
|
void |
setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your rescore execution plan.
|
String |
toString()
Returns a string representation of this object.
|
CreateRescoreExecutionPlanRequest |
withCapacityUnits(CapacityUnitsConfiguration capacityUnits)
You can set additional capacity units to meet the needs of your rescore execution plan.
|
CreateRescoreExecutionPlanRequest |
withClientToken(String clientToken)
A token that you provide to identify the request to create a rescore execution plan.
|
CreateRescoreExecutionPlanRequest |
withDescription(String description)
A description for the rescore execution plan.
|
CreateRescoreExecutionPlanRequest |
withName(String name)
A name for the rescore execution plan.
|
CreateRescoreExecutionPlanRequest |
withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your rescore execution plan.
|
CreateRescoreExecutionPlanRequest |
withTags(Tag... tags)
A list of key-value pairs that identify or categorize your rescore execution plan.
|
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 setName(String name)
A name for the rescore execution plan.
name
- A name for the rescore execution plan.public String getName()
A name for the rescore execution plan.
public CreateRescoreExecutionPlanRequest withName(String name)
A name for the rescore execution plan.
name
- A name for the rescore execution plan.public void setDescription(String description)
A description for the rescore execution plan.
description
- A description for the rescore execution plan.public String getDescription()
A description for the rescore execution plan.
public CreateRescoreExecutionPlanRequest withDescription(String description)
A description for the rescore execution plan.
description
- A description for the rescore execution plan.public void setCapacityUnits(CapacityUnitsConfiguration capacityUnits)
You can set additional capacity units to meet the needs of your rescore execution plan. You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.
capacityUnits
- You can set additional capacity units to meet the needs of your rescore execution plan. You are given a
single capacity unit by default. If you want to use the default capacity, you don't set additional
capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.public CapacityUnitsConfiguration getCapacityUnits()
You can set additional capacity units to meet the needs of your rescore execution plan. You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.
public CreateRescoreExecutionPlanRequest withCapacityUnits(CapacityUnitsConfiguration capacityUnits)
You can set additional capacity units to meet the needs of your rescore execution plan. You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.
capacityUnits
- You can set additional capacity units to meet the needs of your rescore execution plan. You are given a
single capacity unit by default. If you want to use the default capacity, you don't set additional
capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.public List<Tag> getTags()
A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
public void setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
tags
- A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags
to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters,
digits, white space, and any of the following symbols: _ . : / = + - @.public CreateRescoreExecutionPlanRequest withTags(Tag... tags)
A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags
to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters,
digits, white space, and any of the following symbols: _ . : / = + - @.public CreateRescoreExecutionPlanRequest withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
tags
- A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags
to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters,
digits, white space, and any of the following symbols: _ . : / = + - @.public void setClientToken(String clientToken)
A token that you provide to identify the request to create a rescore execution plan. Multiple calls to the
CreateRescoreExecutionPlanRequest
API with the same client token will create only one rescore
execution plan.
clientToken
- A token that you provide to identify the request to create a rescore execution plan. Multiple calls to the
CreateRescoreExecutionPlanRequest
API with the same client token will create only one rescore
execution plan.public String getClientToken()
A token that you provide to identify the request to create a rescore execution plan. Multiple calls to the
CreateRescoreExecutionPlanRequest
API with the same client token will create only one rescore
execution plan.
CreateRescoreExecutionPlanRequest
API with the same client token will create only one
rescore execution plan.public CreateRescoreExecutionPlanRequest withClientToken(String clientToken)
A token that you provide to identify the request to create a rescore execution plan. Multiple calls to the
CreateRescoreExecutionPlanRequest
API with the same client token will create only one rescore
execution plan.
clientToken
- A token that you provide to identify the request to create a rescore execution plan. Multiple calls to the
CreateRescoreExecutionPlanRequest
API with the same client token will create only one rescore
execution plan.public String toString()
toString
in class Object
Object.toString()
public CreateRescoreExecutionPlanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()