@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportDatasetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ImportDatasetRequest() |
Modifier and Type | Method and Description |
---|---|
ImportDatasetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique identifier for the request.
|
String |
getDatasetName()
The name of the machine learning dataset to be created.
|
String |
getServerSideKmsKeyId()
Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.
|
String |
getSourceDatasetArn()
The Amazon Resource Name (ARN) of the dataset to import.
|
List<Tag> |
getTags()
Any tags associated with the dataset to be created.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique identifier for the request.
|
void |
setDatasetName(String datasetName)
The name of the machine learning dataset to be created.
|
void |
setServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.
|
void |
setSourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the dataset to import.
|
void |
setTags(Collection<Tag> tags)
Any tags associated with the dataset to be created.
|
String |
toString()
Returns a string representation of this object.
|
ImportDatasetRequest |
withClientToken(String clientToken)
A unique identifier for the request.
|
ImportDatasetRequest |
withDatasetName(String datasetName)
The name of the machine learning dataset to be created.
|
ImportDatasetRequest |
withServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.
|
ImportDatasetRequest |
withSourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the dataset to import.
|
ImportDatasetRequest |
withTags(Collection<Tag> tags)
Any tags associated with the dataset to be created.
|
ImportDatasetRequest |
withTags(Tag... tags)
Any tags associated with the dataset to be created.
|
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 setSourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the dataset to import.
sourceDatasetArn
- The Amazon Resource Name (ARN) of the dataset to import.public String getSourceDatasetArn()
The Amazon Resource Name (ARN) of the dataset to import.
public ImportDatasetRequest withSourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the dataset to import.
sourceDatasetArn
- The Amazon Resource Name (ARN) of the dataset to import.public void setDatasetName(String datasetName)
The name of the machine learning dataset to be created. If the dataset already exists, Amazon Lookout for Equipment overwrites the existing dataset. If you don't specify this field, it is filled with the name of the source dataset.
datasetName
- The name of the machine learning dataset to be created. If the dataset already exists, Amazon Lookout for
Equipment overwrites the existing dataset. If you don't specify this field, it is filled with the name of
the source dataset.public String getDatasetName()
The name of the machine learning dataset to be created. If the dataset already exists, Amazon Lookout for Equipment overwrites the existing dataset. If you don't specify this field, it is filled with the name of the source dataset.
public ImportDatasetRequest withDatasetName(String datasetName)
The name of the machine learning dataset to be created. If the dataset already exists, Amazon Lookout for Equipment overwrites the existing dataset. If you don't specify this field, it is filled with the name of the source dataset.
datasetName
- The name of the machine learning dataset to be created. If the dataset already exists, Amazon Lookout for
Equipment overwrites the existing dataset. If you don't specify this field, it is filled with the name of
the source dataset.public void setClientToken(String clientToken)
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
clientToken
- A unique identifier for the request. If you do not set the client request token, Amazon Lookout for
Equipment generates one.public String getClientToken()
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
public ImportDatasetRequest withClientToken(String clientToken)
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
clientToken
- A unique identifier for the request. If you do not set the client request token, Amazon Lookout for
Equipment generates one.public void setServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.
serverSideKmsKeyId
- Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.public String getServerSideKmsKeyId()
Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.
public ImportDatasetRequest withServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.
serverSideKmsKeyId
- Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.public List<Tag> getTags()
Any tags associated with the dataset to be created.
public void setTags(Collection<Tag> tags)
Any tags associated with the dataset to be created.
tags
- Any tags associated with the dataset to be created.public ImportDatasetRequest withTags(Tag... tags)
Any tags associated with the dataset to be created.
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
- Any tags associated with the dataset to be created.public ImportDatasetRequest withTags(Collection<Tag> tags)
Any tags associated with the dataset to be created.
tags
- Any tags associated with the dataset to be created.public String toString()
toString
in class Object
Object.toString()
public ImportDatasetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()