@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePredictorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreatePredictorRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePredictorRequest |
addTrainingParametersEntry(String key,
String value) |
CreatePredictorRequest |
clearTrainingParametersEntries()
Removes all the entries added into TrainingParameters.
|
CreatePredictorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAlgorithmArn()
The Amazon Resource Name (ARN) of the algorithm to use for model training.
|
EncryptionConfig |
getEncryptionConfig()
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the key.
|
EvaluationParameters |
getEvaluationParameters()
Used to override the default evaluation parameters of the specified algorithm.
|
FeaturizationConfig |
getFeaturizationConfig()
The featurization configuration.
|
Integer |
getForecastHorizon()
Specifies the number of time-steps that the model is trained to predict.
|
HyperParameterTuningJobConfig |
getHPOConfig()
Provides hyperparameter override values for the algorithm.
|
InputDataConfig |
getInputDataConfig()
Describes the dataset group that contains the data to use to train the predictor.
|
Boolean |
getPerformAutoML()
Whether to perform AutoML.
|
Boolean |
getPerformHPO()
Whether to perform hyperparameter optimization (HPO).
|
String |
getPredictorName()
A name for the predictor.
|
Map<String,String> |
getTrainingParameters()
The hyperparameters to override for model training.
|
int |
hashCode() |
Boolean |
isPerformAutoML()
Whether to perform AutoML.
|
Boolean |
isPerformHPO()
Whether to perform hyperparameter optimization (HPO).
|
void |
setAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm to use for model training.
|
void |
setEncryptionConfig(EncryptionConfig encryptionConfig)
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the key.
|
void |
setEvaluationParameters(EvaluationParameters evaluationParameters)
Used to override the default evaluation parameters of the specified algorithm.
|
void |
setFeaturizationConfig(FeaturizationConfig featurizationConfig)
The featurization configuration.
|
void |
setForecastHorizon(Integer forecastHorizon)
Specifies the number of time-steps that the model is trained to predict.
|
void |
setHPOConfig(HyperParameterTuningJobConfig hPOConfig)
Provides hyperparameter override values for the algorithm.
|
void |
setInputDataConfig(InputDataConfig inputDataConfig)
Describes the dataset group that contains the data to use to train the predictor.
|
void |
setPerformAutoML(Boolean performAutoML)
Whether to perform AutoML.
|
void |
setPerformHPO(Boolean performHPO)
Whether to perform hyperparameter optimization (HPO).
|
void |
setPredictorName(String predictorName)
A name for the predictor.
|
void |
setTrainingParameters(Map<String,String> trainingParameters)
The hyperparameters to override for model training.
|
String |
toString()
Returns a string representation of this object.
|
CreatePredictorRequest |
withAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm to use for model training.
|
CreatePredictorRequest |
withEncryptionConfig(EncryptionConfig encryptionConfig)
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the key.
|
CreatePredictorRequest |
withEvaluationParameters(EvaluationParameters evaluationParameters)
Used to override the default evaluation parameters of the specified algorithm.
|
CreatePredictorRequest |
withFeaturizationConfig(FeaturizationConfig featurizationConfig)
The featurization configuration.
|
CreatePredictorRequest |
withForecastHorizon(Integer forecastHorizon)
Specifies the number of time-steps that the model is trained to predict.
|
CreatePredictorRequest |
withHPOConfig(HyperParameterTuningJobConfig hPOConfig)
Provides hyperparameter override values for the algorithm.
|
CreatePredictorRequest |
withInputDataConfig(InputDataConfig inputDataConfig)
Describes the dataset group that contains the data to use to train the predictor.
|
CreatePredictorRequest |
withPerformAutoML(Boolean performAutoML)
Whether to perform AutoML.
|
CreatePredictorRequest |
withPerformHPO(Boolean performHPO)
Whether to perform hyperparameter optimization (HPO).
|
CreatePredictorRequest |
withPredictorName(String predictorName)
A name for the predictor.
|
CreatePredictorRequest |
withTrainingParameters(Map<String,String> trainingParameters)
The hyperparameters to override for model training.
|
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 setPredictorName(String predictorName)
A name for the predictor.
predictorName
- A name for the predictor.public String getPredictorName()
A name for the predictor.
public CreatePredictorRequest withPredictorName(String predictorName)
A name for the predictor.
predictorName
- A name for the predictor.public void setAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm to use for model training. Required if PerformAutoML
is not set to true
.
Supported algorithms:
arn:aws:forecast:::algorithm/ARIMA
arn:aws:forecast:::algorithm/Deep_AR_Plus
Supports hyperparameter optimization (HPO)
arn:aws:forecast:::algorithm/ETS
arn:aws:forecast:::algorithm/NPTS
arn:aws:forecast:::algorithm/Prophet
algorithmArn
- The Amazon Resource Name (ARN) of the algorithm to use for model training. Required if
PerformAutoML
is not set to true
.
Supported algorithms:
arn:aws:forecast:::algorithm/ARIMA
arn:aws:forecast:::algorithm/Deep_AR_Plus
Supports hyperparameter optimization (HPO)
arn:aws:forecast:::algorithm/ETS
arn:aws:forecast:::algorithm/NPTS
arn:aws:forecast:::algorithm/Prophet
public String getAlgorithmArn()
The Amazon Resource Name (ARN) of the algorithm to use for model training. Required if PerformAutoML
is not set to true
.
Supported algorithms:
arn:aws:forecast:::algorithm/ARIMA
arn:aws:forecast:::algorithm/Deep_AR_Plus
Supports hyperparameter optimization (HPO)
arn:aws:forecast:::algorithm/ETS
arn:aws:forecast:::algorithm/NPTS
arn:aws:forecast:::algorithm/Prophet
PerformAutoML
is not set to true
.
Supported algorithms:
arn:aws:forecast:::algorithm/ARIMA
arn:aws:forecast:::algorithm/Deep_AR_Plus
Supports hyperparameter optimization (HPO)
arn:aws:forecast:::algorithm/ETS
arn:aws:forecast:::algorithm/NPTS
arn:aws:forecast:::algorithm/Prophet
public CreatePredictorRequest withAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm to use for model training. Required if PerformAutoML
is not set to true
.
Supported algorithms:
arn:aws:forecast:::algorithm/ARIMA
arn:aws:forecast:::algorithm/Deep_AR_Plus
Supports hyperparameter optimization (HPO)
arn:aws:forecast:::algorithm/ETS
arn:aws:forecast:::algorithm/NPTS
arn:aws:forecast:::algorithm/Prophet
algorithmArn
- The Amazon Resource Name (ARN) of the algorithm to use for model training. Required if
PerformAutoML
is not set to true
.
Supported algorithms:
arn:aws:forecast:::algorithm/ARIMA
arn:aws:forecast:::algorithm/Deep_AR_Plus
Supports hyperparameter optimization (HPO)
arn:aws:forecast:::algorithm/ETS
arn:aws:forecast:::algorithm/NPTS
arn:aws:forecast:::algorithm/Prophet
public void setForecastHorizon(Integer forecastHorizon)
Specifies the number of time-steps that the model is trained to predict. The forecast horizon is also called the prediction length.
For example, if you configure a dataset for daily data collection (using the DataFrequency
parameter
of the CreateDataset operation) and set the forecast horizon to 10, the model returns predictions for 10
days.
The maximum forecast horizon is the lesser of 500 time-steps or 1/3 of the TARGET_TIME_SERIES dataset length.
forecastHorizon
- Specifies the number of time-steps that the model is trained to predict. The forecast horizon is also
called the prediction length.
For example, if you configure a dataset for daily data collection (using the DataFrequency
parameter of the CreateDataset operation) and set the forecast horizon to 10, the model returns
predictions for 10 days.
The maximum forecast horizon is the lesser of 500 time-steps or 1/3 of the TARGET_TIME_SERIES dataset length.
public Integer getForecastHorizon()
Specifies the number of time-steps that the model is trained to predict. The forecast horizon is also called the prediction length.
For example, if you configure a dataset for daily data collection (using the DataFrequency
parameter
of the CreateDataset operation) and set the forecast horizon to 10, the model returns predictions for 10
days.
The maximum forecast horizon is the lesser of 500 time-steps or 1/3 of the TARGET_TIME_SERIES dataset length.
For example, if you configure a dataset for daily data collection (using the DataFrequency
parameter of the CreateDataset operation) and set the forecast horizon to 10, the model returns
predictions for 10 days.
The maximum forecast horizon is the lesser of 500 time-steps or 1/3 of the TARGET_TIME_SERIES dataset length.
public CreatePredictorRequest withForecastHorizon(Integer forecastHorizon)
Specifies the number of time-steps that the model is trained to predict. The forecast horizon is also called the prediction length.
For example, if you configure a dataset for daily data collection (using the DataFrequency
parameter
of the CreateDataset operation) and set the forecast horizon to 10, the model returns predictions for 10
days.
The maximum forecast horizon is the lesser of 500 time-steps or 1/3 of the TARGET_TIME_SERIES dataset length.
forecastHorizon
- Specifies the number of time-steps that the model is trained to predict. The forecast horizon is also
called the prediction length.
For example, if you configure a dataset for daily data collection (using the DataFrequency
parameter of the CreateDataset operation) and set the forecast horizon to 10, the model returns
predictions for 10 days.
The maximum forecast horizon is the lesser of 500 time-steps or 1/3 of the TARGET_TIME_SERIES dataset length.
public void setPerformAutoML(Boolean performAutoML)
Whether to perform AutoML. When Amazon Forecast performs AutoML, it evaluates the algorithms it provides and chooses the best algorithm and configuration for your training dataset.
The default value is false
. In this case, you are required to specify an algorithm.
Set PerformAutoML
to true
to have Amazon Forecast perform AutoML. This is a good option
if you aren't sure which algorithm is suitable for your training data. In this case, PerformHPO
must
be false.
performAutoML
- Whether to perform AutoML. When Amazon Forecast performs AutoML, it evaluates the algorithms it provides
and chooses the best algorithm and configuration for your training dataset.
The default value is false
. In this case, you are required to specify an algorithm.
Set PerformAutoML
to true
to have Amazon Forecast perform AutoML. This is a good
option if you aren't sure which algorithm is suitable for your training data. In this case,
PerformHPO
must be false.
public Boolean getPerformAutoML()
Whether to perform AutoML. When Amazon Forecast performs AutoML, it evaluates the algorithms it provides and chooses the best algorithm and configuration for your training dataset.
The default value is false
. In this case, you are required to specify an algorithm.
Set PerformAutoML
to true
to have Amazon Forecast perform AutoML. This is a good option
if you aren't sure which algorithm is suitable for your training data. In this case, PerformHPO
must
be false.
The default value is false
. In this case, you are required to specify an algorithm.
Set PerformAutoML
to true
to have Amazon Forecast perform AutoML. This is a
good option if you aren't sure which algorithm is suitable for your training data. In this case,
PerformHPO
must be false.
public CreatePredictorRequest withPerformAutoML(Boolean performAutoML)
Whether to perform AutoML. When Amazon Forecast performs AutoML, it evaluates the algorithms it provides and chooses the best algorithm and configuration for your training dataset.
The default value is false
. In this case, you are required to specify an algorithm.
Set PerformAutoML
to true
to have Amazon Forecast perform AutoML. This is a good option
if you aren't sure which algorithm is suitable for your training data. In this case, PerformHPO
must
be false.
performAutoML
- Whether to perform AutoML. When Amazon Forecast performs AutoML, it evaluates the algorithms it provides
and chooses the best algorithm and configuration for your training dataset.
The default value is false
. In this case, you are required to specify an algorithm.
Set PerformAutoML
to true
to have Amazon Forecast perform AutoML. This is a good
option if you aren't sure which algorithm is suitable for your training data. In this case,
PerformHPO
must be false.
public Boolean isPerformAutoML()
Whether to perform AutoML. When Amazon Forecast performs AutoML, it evaluates the algorithms it provides and chooses the best algorithm and configuration for your training dataset.
The default value is false
. In this case, you are required to specify an algorithm.
Set PerformAutoML
to true
to have Amazon Forecast perform AutoML. This is a good option
if you aren't sure which algorithm is suitable for your training data. In this case, PerformHPO
must
be false.
The default value is false
. In this case, you are required to specify an algorithm.
Set PerformAutoML
to true
to have Amazon Forecast perform AutoML. This is a
good option if you aren't sure which algorithm is suitable for your training data. In this case,
PerformHPO
must be false.
public void setPerformHPO(Boolean performHPO)
Whether to perform hyperparameter optimization (HPO). HPO finds optimal hyperparameter values for your training data. The process of performing HPO is known as running a hyperparameter tuning job.
The default value is false
. In this case, Amazon Forecast uses default hyperparameter values from
the chosen algorithm.
To override the default values, set PerformHPO
to true
and, optionally, supply the
HyperParameterTuningJobConfig object. The tuning job specifies a metric to optimize, which hyperparameters
participate in tuning, and the valid range for each tunable hyperparameter. In this case, you are required to
specify an algorithm and PerformAutoML
must be false.
The following algorithm supports HPO:
DeepAR+
performHPO
- Whether to perform hyperparameter optimization (HPO). HPO finds optimal hyperparameter values for your
training data. The process of performing HPO is known as running a hyperparameter tuning job.
The default value is false
. In this case, Amazon Forecast uses default hyperparameter values
from the chosen algorithm.
To override the default values, set PerformHPO
to true
and, optionally, supply
the HyperParameterTuningJobConfig object. The tuning job specifies a metric to optimize, which
hyperparameters participate in tuning, and the valid range for each tunable hyperparameter. In this case,
you are required to specify an algorithm and PerformAutoML
must be false.
The following algorithm supports HPO:
DeepAR+
public Boolean getPerformHPO()
Whether to perform hyperparameter optimization (HPO). HPO finds optimal hyperparameter values for your training data. The process of performing HPO is known as running a hyperparameter tuning job.
The default value is false
. In this case, Amazon Forecast uses default hyperparameter values from
the chosen algorithm.
To override the default values, set PerformHPO
to true
and, optionally, supply the
HyperParameterTuningJobConfig object. The tuning job specifies a metric to optimize, which hyperparameters
participate in tuning, and the valid range for each tunable hyperparameter. In this case, you are required to
specify an algorithm and PerformAutoML
must be false.
The following algorithm supports HPO:
DeepAR+
The default value is false
. In this case, Amazon Forecast uses default hyperparameter values
from the chosen algorithm.
To override the default values, set PerformHPO
to true
and, optionally, supply
the HyperParameterTuningJobConfig object. The tuning job specifies a metric to optimize, which
hyperparameters participate in tuning, and the valid range for each tunable hyperparameter. In this case,
you are required to specify an algorithm and PerformAutoML
must be false.
The following algorithm supports HPO:
DeepAR+
public CreatePredictorRequest withPerformHPO(Boolean performHPO)
Whether to perform hyperparameter optimization (HPO). HPO finds optimal hyperparameter values for your training data. The process of performing HPO is known as running a hyperparameter tuning job.
The default value is false
. In this case, Amazon Forecast uses default hyperparameter values from
the chosen algorithm.
To override the default values, set PerformHPO
to true
and, optionally, supply the
HyperParameterTuningJobConfig object. The tuning job specifies a metric to optimize, which hyperparameters
participate in tuning, and the valid range for each tunable hyperparameter. In this case, you are required to
specify an algorithm and PerformAutoML
must be false.
The following algorithm supports HPO:
DeepAR+
performHPO
- Whether to perform hyperparameter optimization (HPO). HPO finds optimal hyperparameter values for your
training data. The process of performing HPO is known as running a hyperparameter tuning job.
The default value is false
. In this case, Amazon Forecast uses default hyperparameter values
from the chosen algorithm.
To override the default values, set PerformHPO
to true
and, optionally, supply
the HyperParameterTuningJobConfig object. The tuning job specifies a metric to optimize, which
hyperparameters participate in tuning, and the valid range for each tunable hyperparameter. In this case,
you are required to specify an algorithm and PerformAutoML
must be false.
The following algorithm supports HPO:
DeepAR+
public Boolean isPerformHPO()
Whether to perform hyperparameter optimization (HPO). HPO finds optimal hyperparameter values for your training data. The process of performing HPO is known as running a hyperparameter tuning job.
The default value is false
. In this case, Amazon Forecast uses default hyperparameter values from
the chosen algorithm.
To override the default values, set PerformHPO
to true
and, optionally, supply the
HyperParameterTuningJobConfig object. The tuning job specifies a metric to optimize, which hyperparameters
participate in tuning, and the valid range for each tunable hyperparameter. In this case, you are required to
specify an algorithm and PerformAutoML
must be false.
The following algorithm supports HPO:
DeepAR+
The default value is false
. In this case, Amazon Forecast uses default hyperparameter values
from the chosen algorithm.
To override the default values, set PerformHPO
to true
and, optionally, supply
the HyperParameterTuningJobConfig object. The tuning job specifies a metric to optimize, which
hyperparameters participate in tuning, and the valid range for each tunable hyperparameter. In this case,
you are required to specify an algorithm and PerformAutoML
must be false.
The following algorithm supports HPO:
DeepAR+
public Map<String,String> getTrainingParameters()
The hyperparameters to override for model training. The hyperparameters that you can override are listed in the individual algorithms. For the list of supported algorithms, see aws-forecast-choosing-recipes.
public void setTrainingParameters(Map<String,String> trainingParameters)
The hyperparameters to override for model training. The hyperparameters that you can override are listed in the individual algorithms. For the list of supported algorithms, see aws-forecast-choosing-recipes.
trainingParameters
- The hyperparameters to override for model training. The hyperparameters that you can override are listed
in the individual algorithms. For the list of supported algorithms, see
aws-forecast-choosing-recipes.public CreatePredictorRequest withTrainingParameters(Map<String,String> trainingParameters)
The hyperparameters to override for model training. The hyperparameters that you can override are listed in the individual algorithms. For the list of supported algorithms, see aws-forecast-choosing-recipes.
trainingParameters
- The hyperparameters to override for model training. The hyperparameters that you can override are listed
in the individual algorithms. For the list of supported algorithms, see
aws-forecast-choosing-recipes.public CreatePredictorRequest addTrainingParametersEntry(String key, String value)
public CreatePredictorRequest clearTrainingParametersEntries()
public void setEvaluationParameters(EvaluationParameters evaluationParameters)
Used to override the default evaluation parameters of the specified algorithm. Amazon Forecast evaluates a predictor by splitting a dataset into training data and testing data. The evaluation parameters define how to perform the split and the number of iterations.
evaluationParameters
- Used to override the default evaluation parameters of the specified algorithm. Amazon Forecast evaluates a
predictor by splitting a dataset into training data and testing data. The evaluation parameters define how
to perform the split and the number of iterations.public EvaluationParameters getEvaluationParameters()
Used to override the default evaluation parameters of the specified algorithm. Amazon Forecast evaluates a predictor by splitting a dataset into training data and testing data. The evaluation parameters define how to perform the split and the number of iterations.
public CreatePredictorRequest withEvaluationParameters(EvaluationParameters evaluationParameters)
Used to override the default evaluation parameters of the specified algorithm. Amazon Forecast evaluates a predictor by splitting a dataset into training data and testing data. The evaluation parameters define how to perform the split and the number of iterations.
evaluationParameters
- Used to override the default evaluation parameters of the specified algorithm. Amazon Forecast evaluates a
predictor by splitting a dataset into training data and testing data. The evaluation parameters define how
to perform the split and the number of iterations.public void setHPOConfig(HyperParameterTuningJobConfig hPOConfig)
Provides hyperparameter override values for the algorithm. If you don't provide this parameter, Amazon Forecast uses default values. The individual algorithms specify which hyperparameters support hyperparameter optimization (HPO). For more information, see aws-forecast-choosing-recipes.
If you included the HPOConfig
object, you must set PerformHPO
to true.
hPOConfig
- Provides hyperparameter override values for the algorithm. If you don't provide this parameter, Amazon
Forecast uses default values. The individual algorithms specify which hyperparameters support
hyperparameter optimization (HPO). For more information, see aws-forecast-choosing-recipes.
If you included the HPOConfig
object, you must set PerformHPO
to true.
public HyperParameterTuningJobConfig getHPOConfig()
Provides hyperparameter override values for the algorithm. If you don't provide this parameter, Amazon Forecast uses default values. The individual algorithms specify which hyperparameters support hyperparameter optimization (HPO). For more information, see aws-forecast-choosing-recipes.
If you included the HPOConfig
object, you must set PerformHPO
to true.
If you included the HPOConfig
object, you must set PerformHPO
to true.
public CreatePredictorRequest withHPOConfig(HyperParameterTuningJobConfig hPOConfig)
Provides hyperparameter override values for the algorithm. If you don't provide this parameter, Amazon Forecast uses default values. The individual algorithms specify which hyperparameters support hyperparameter optimization (HPO). For more information, see aws-forecast-choosing-recipes.
If you included the HPOConfig
object, you must set PerformHPO
to true.
hPOConfig
- Provides hyperparameter override values for the algorithm. If you don't provide this parameter, Amazon
Forecast uses default values. The individual algorithms specify which hyperparameters support
hyperparameter optimization (HPO). For more information, see aws-forecast-choosing-recipes.
If you included the HPOConfig
object, you must set PerformHPO
to true.
public void setInputDataConfig(InputDataConfig inputDataConfig)
Describes the dataset group that contains the data to use to train the predictor.
inputDataConfig
- Describes the dataset group that contains the data to use to train the predictor.public InputDataConfig getInputDataConfig()
Describes the dataset group that contains the data to use to train the predictor.
public CreatePredictorRequest withInputDataConfig(InputDataConfig inputDataConfig)
Describes the dataset group that contains the data to use to train the predictor.
inputDataConfig
- Describes the dataset group that contains the data to use to train the predictor.public void setFeaturizationConfig(FeaturizationConfig featurizationConfig)
The featurization configuration.
featurizationConfig
- The featurization configuration.public FeaturizationConfig getFeaturizationConfig()
The featurization configuration.
public CreatePredictorRequest withFeaturizationConfig(FeaturizationConfig featurizationConfig)
The featurization configuration.
featurizationConfig
- The featurization configuration.public void setEncryptionConfig(EncryptionConfig encryptionConfig)
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig
- An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the key.public EncryptionConfig getEncryptionConfig()
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
public CreatePredictorRequest withEncryptionConfig(EncryptionConfig encryptionConfig)
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig
- An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the key.public String toString()
toString
in class Object
Object.toString()
public CreatePredictorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.