@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartImportTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartImportTaskRequest() |
Modifier and Type | Method and Description |
---|---|
StartImportTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
Optional.
|
String |
getImportUrl()
The URL for your import file that you've uploaded to Amazon S3.
|
String |
getName()
A descriptive name for this request.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
Optional.
|
void |
setImportUrl(String importUrl)
The URL for your import file that you've uploaded to Amazon S3.
|
void |
setName(String name)
A descriptive name for this request.
|
String |
toString()
Returns a string representation of this object.
|
StartImportTaskRequest |
withClientRequestToken(String clientRequestToken)
Optional.
|
StartImportTaskRequest |
withImportUrl(String importUrl)
The URL for your import file that you've uploaded to Amazon S3.
|
StartImportTaskRequest |
withName(String name)
A descriptive name for this request.
|
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 setClientRequestToken(String clientRequestToken)
Optional. A unique token that you can provide to prevent the same import request from occurring more than once. If you don't provide a token, a token is automatically generated.
Sending more than one StartImportTask
request with the same client request token will return
information about the original import task with that client request token.
clientRequestToken
- Optional. A unique token that you can provide to prevent the same import request from occurring more than
once. If you don't provide a token, a token is automatically generated.
Sending more than one StartImportTask
request with the same client request token will return
information about the original import task with that client request token.
public String getClientRequestToken()
Optional. A unique token that you can provide to prevent the same import request from occurring more than once. If you don't provide a token, a token is automatically generated.
Sending more than one StartImportTask
request with the same client request token will return
information about the original import task with that client request token.
Sending more than one StartImportTask
request with the same client request token will return
information about the original import task with that client request token.
public StartImportTaskRequest withClientRequestToken(String clientRequestToken)
Optional. A unique token that you can provide to prevent the same import request from occurring more than once. If you don't provide a token, a token is automatically generated.
Sending more than one StartImportTask
request with the same client request token will return
information about the original import task with that client request token.
clientRequestToken
- Optional. A unique token that you can provide to prevent the same import request from occurring more than
once. If you don't provide a token, a token is automatically generated.
Sending more than one StartImportTask
request with the same client request token will return
information about the original import task with that client request token.
public void setName(String name)
A descriptive name for this request. You can use this name to filter future requests related to this import task, such as identifying applications and servers that were included in this import task. We recommend that you use a meaningful name for each import task.
name
- A descriptive name for this request. You can use this name to filter future requests related to this
import task, such as identifying applications and servers that were included in this import task. We
recommend that you use a meaningful name for each import task.public String getName()
A descriptive name for this request. You can use this name to filter future requests related to this import task, such as identifying applications and servers that were included in this import task. We recommend that you use a meaningful name for each import task.
public StartImportTaskRequest withName(String name)
A descriptive name for this request. You can use this name to filter future requests related to this import task, such as identifying applications and servers that were included in this import task. We recommend that you use a meaningful name for each import task.
name
- A descriptive name for this request. You can use this name to filter future requests related to this
import task, such as identifying applications and servers that were included in this import task. We
recommend that you use a meaningful name for each import task.public void setImportUrl(String importUrl)
The URL for your import file that you've uploaded to Amazon S3.
If you're using the AWS CLI, this URL is structured as follows: s3://BucketName/ImportFileName.CSV
importUrl
- The URL for your import file that you've uploaded to Amazon S3.
If you're using the AWS CLI, this URL is structured as follows:
s3://BucketName/ImportFileName.CSV
public String getImportUrl()
The URL for your import file that you've uploaded to Amazon S3.
If you're using the AWS CLI, this URL is structured as follows: s3://BucketName/ImportFileName.CSV
If you're using the AWS CLI, this URL is structured as follows:
s3://BucketName/ImportFileName.CSV
public StartImportTaskRequest withImportUrl(String importUrl)
The URL for your import file that you've uploaded to Amazon S3.
If you're using the AWS CLI, this URL is structured as follows: s3://BucketName/ImportFileName.CSV
importUrl
- The URL for your import file that you've uploaded to Amazon S3.
If you're using the AWS CLI, this URL is structured as follows:
s3://BucketName/ImportFileName.CSV
public String toString()
toString
in class Object
Object.toString()
public StartImportTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.