@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePackageImportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreatePackageImportJobRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePackageImportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A client token for the package import job.
|
PackageImportJobInputConfig |
getInputConfig()
An input config for the package import job.
|
List<JobResourceTags> |
getJobTags()
Tags for the package import job.
|
String |
getJobType()
A job type for the package import job.
|
PackageImportJobOutputConfig |
getOutputConfig()
An output config for the package import job.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A client token for the package import job.
|
void |
setInputConfig(PackageImportJobInputConfig inputConfig)
An input config for the package import job.
|
void |
setJobTags(Collection<JobResourceTags> jobTags)
Tags for the package import job.
|
void |
setJobType(String jobType)
A job type for the package import job.
|
void |
setOutputConfig(PackageImportJobOutputConfig outputConfig)
An output config for the package import job.
|
String |
toString()
Returns a string representation of this object.
|
CreatePackageImportJobRequest |
withClientToken(String clientToken)
A client token for the package import job.
|
CreatePackageImportJobRequest |
withInputConfig(PackageImportJobInputConfig inputConfig)
An input config for the package import job.
|
CreatePackageImportJobRequest |
withJobTags(Collection<JobResourceTags> jobTags)
Tags for the package import job.
|
CreatePackageImportJobRequest |
withJobTags(JobResourceTags... jobTags)
Tags for the package import job.
|
CreatePackageImportJobRequest |
withJobType(PackageImportJobType jobType)
A job type for the package import job.
|
CreatePackageImportJobRequest |
withJobType(String jobType)
A job type for the package import job.
|
CreatePackageImportJobRequest |
withOutputConfig(PackageImportJobOutputConfig outputConfig)
An output config for the package import job.
|
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 setClientToken(String clientToken)
A client token for the package import job.
clientToken
- A client token for the package import job.public String getClientToken()
A client token for the package import job.
public CreatePackageImportJobRequest withClientToken(String clientToken)
A client token for the package import job.
clientToken
- A client token for the package import job.public void setInputConfig(PackageImportJobInputConfig inputConfig)
An input config for the package import job.
inputConfig
- An input config for the package import job.public PackageImportJobInputConfig getInputConfig()
An input config for the package import job.
public CreatePackageImportJobRequest withInputConfig(PackageImportJobInputConfig inputConfig)
An input config for the package import job.
inputConfig
- An input config for the package import job.public List<JobResourceTags> getJobTags()
Tags for the package import job.
public void setJobTags(Collection<JobResourceTags> jobTags)
Tags for the package import job.
jobTags
- Tags for the package import job.public CreatePackageImportJobRequest withJobTags(JobResourceTags... jobTags)
Tags for the package import job.
NOTE: This method appends the values to the existing list (if any). Use
setJobTags(java.util.Collection)
or withJobTags(java.util.Collection)
if you want to override
the existing values.
jobTags
- Tags for the package import job.public CreatePackageImportJobRequest withJobTags(Collection<JobResourceTags> jobTags)
Tags for the package import job.
jobTags
- Tags for the package import job.public void setJobType(String jobType)
A job type for the package import job.
jobType
- A job type for the package import job.PackageImportJobType
public String getJobType()
A job type for the package import job.
PackageImportJobType
public CreatePackageImportJobRequest withJobType(String jobType)
A job type for the package import job.
jobType
- A job type for the package import job.PackageImportJobType
public CreatePackageImportJobRequest withJobType(PackageImportJobType jobType)
A job type for the package import job.
jobType
- A job type for the package import job.PackageImportJobType
public void setOutputConfig(PackageImportJobOutputConfig outputConfig)
An output config for the package import job.
outputConfig
- An output config for the package import job.public PackageImportJobOutputConfig getOutputConfig()
An output config for the package import job.
public CreatePackageImportJobRequest withOutputConfig(PackageImportJobOutputConfig outputConfig)
An output config for the package import job.
outputConfig
- An output config for the package import job.public String toString()
toString
in class Object
Object.toString()
public CreatePackageImportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()