@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a specific job including shipping information, job status, and other important metadata.
This information is returned as a part of the response syntax of the DescribeJob
action.
Constructor and Description |
---|
JobMetadata() |
Modifier and Type | Method and Description |
---|---|
JobMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getAddressId()
The ID for the address that you want the Snow device shipped to.
|
String |
getClusterId()
The 39-character ID for the cluster, for example
CID123e4567-e89b-12d3-a456-426655440000 . |
Date |
getCreationDate()
The creation date for this job.
|
DataTransfer |
getDataTransferProgress()
A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon Web
Services.
|
String |
getDescription()
The description of the job, provided at job creation.
|
DeviceConfiguration |
getDeviceConfiguration() |
String |
getForwardingAddressId()
The ID of the address that you want a job shipped to, after it will be shipped to its primary address.
|
String |
getImpactLevel()
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
String |
getJobId()
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000 . |
JobLogs |
getJobLogInfo()
Links to Amazon S3 presigned URLs for the job report and logs.
|
String |
getJobState()
The current status of the jobs.
|
String |
getJobType()
The type of job.
|
String |
getKmsKeyARN()
The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job.
|
String |
getLongTermPricingId()
The ID of the long-term pricing type for the device.
|
Notification |
getNotification()
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
|
OnDeviceServiceConfiguration |
getOnDeviceServiceConfiguration()
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
|
PickupDetails |
getPickupDetails()
Information identifying the person picking up the device.
|
String |
getRemoteManagement()
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
JobResource |
getResources()
An array of
S3Resource objects. |
String |
getRoleARN()
The role ARN associated with this job.
|
ShippingDetails |
getShippingDetails()
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
|
String |
getSnowballCapacityPreference()
The Snow device capacity preference for this job, specified at job creation.
|
String |
getSnowballId()
Unique ID associated with a device.
|
String |
getSnowballType()
The type of device used with this job.
|
TaxDocuments |
getTaxDocuments()
The metadata associated with the tax documents required in your Amazon Web Services Region.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAddressId(String addressId)
The ID for the address that you want the Snow device shipped to.
|
void |
setClusterId(String clusterId)
The 39-character ID for the cluster, for example
CID123e4567-e89b-12d3-a456-426655440000 . |
void |
setCreationDate(Date creationDate)
The creation date for this job.
|
void |
setDataTransferProgress(DataTransfer dataTransferProgress)
A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon Web
Services.
|
void |
setDescription(String description)
The description of the job, provided at job creation.
|
void |
setDeviceConfiguration(DeviceConfiguration deviceConfiguration) |
void |
setForwardingAddressId(String forwardingAddressId)
The ID of the address that you want a job shipped to, after it will be shipped to its primary address.
|
void |
setImpactLevel(ImpactLevel impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
void |
setImpactLevel(String impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
void |
setJobId(String jobId)
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000 . |
void |
setJobLogInfo(JobLogs jobLogInfo)
Links to Amazon S3 presigned URLs for the job report and logs.
|
void |
setJobState(JobState jobState)
The current status of the jobs.
|
void |
setJobState(String jobState)
The current status of the jobs.
|
void |
setJobType(JobType jobType)
The type of job.
|
void |
setJobType(String jobType)
The type of job.
|
void |
setKmsKeyARN(String kmsKeyARN)
The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job.
|
void |
setLongTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
|
void |
setNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
|
void |
setOnDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
|
void |
setPickupDetails(PickupDetails pickupDetails)
Information identifying the person picking up the device.
|
void |
setRemoteManagement(RemoteManagement remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
void |
setRemoteManagement(String remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
void |
setResources(JobResource resources)
An array of
S3Resource objects. |
void |
setRoleARN(String roleARN)
The role ARN associated with this job.
|
void |
setShippingDetails(ShippingDetails shippingDetails)
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
|
void |
setSnowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation.
|
void |
setSnowballCapacityPreference(String snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation.
|
void |
setSnowballId(String snowballId)
Unique ID associated with a device.
|
void |
setSnowballType(SnowballType snowballType)
The type of device used with this job.
|
void |
setSnowballType(String snowballType)
The type of device used with this job.
|
void |
setTaxDocuments(TaxDocuments taxDocuments)
The metadata associated with the tax documents required in your Amazon Web Services Region.
|
String |
toString()
Returns a string representation of this object.
|
JobMetadata |
withAddressId(String addressId)
The ID for the address that you want the Snow device shipped to.
|
JobMetadata |
withClusterId(String clusterId)
The 39-character ID for the cluster, for example
CID123e4567-e89b-12d3-a456-426655440000 . |
JobMetadata |
withCreationDate(Date creationDate)
The creation date for this job.
|
JobMetadata |
withDataTransferProgress(DataTransfer dataTransferProgress)
A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon Web
Services.
|
JobMetadata |
withDescription(String description)
The description of the job, provided at job creation.
|
JobMetadata |
withDeviceConfiguration(DeviceConfiguration deviceConfiguration) |
JobMetadata |
withForwardingAddressId(String forwardingAddressId)
The ID of the address that you want a job shipped to, after it will be shipped to its primary address.
|
JobMetadata |
withImpactLevel(ImpactLevel impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
JobMetadata |
withImpactLevel(String impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
|
JobMetadata |
withJobId(String jobId)
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000 . |
JobMetadata |
withJobLogInfo(JobLogs jobLogInfo)
Links to Amazon S3 presigned URLs for the job report and logs.
|
JobMetadata |
withJobState(JobState jobState)
The current status of the jobs.
|
JobMetadata |
withJobState(String jobState)
The current status of the jobs.
|
JobMetadata |
withJobType(JobType jobType)
The type of job.
|
JobMetadata |
withJobType(String jobType)
The type of job.
|
JobMetadata |
withKmsKeyARN(String kmsKeyARN)
The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job.
|
JobMetadata |
withLongTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
|
JobMetadata |
withNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
|
JobMetadata |
withOnDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
|
JobMetadata |
withPickupDetails(PickupDetails pickupDetails)
Information identifying the person picking up the device.
|
JobMetadata |
withRemoteManagement(RemoteManagement remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
JobMetadata |
withRemoteManagement(String remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
JobMetadata |
withResources(JobResource resources)
An array of
S3Resource objects. |
JobMetadata |
withRoleARN(String roleARN)
The role ARN associated with this job.
|
JobMetadata |
withShippingDetails(ShippingDetails shippingDetails)
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
|
JobMetadata |
withSnowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation.
|
JobMetadata |
withSnowballCapacityPreference(String snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation.
|
JobMetadata |
withSnowballId(String snowballId)
Unique ID associated with a device.
|
JobMetadata |
withSnowballType(SnowballType snowballType)
The type of device used with this job.
|
JobMetadata |
withSnowballType(String snowballType)
The type of device used with this job.
|
JobMetadata |
withTaxDocuments(TaxDocuments taxDocuments)
The metadata associated with the tax documents required in your Amazon Web Services Region.
|
public void setJobId(String jobId)
The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000
.
jobId
- The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000
.public String getJobId()
The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000
.
JID123e4567-e89b-12d3-a456-426655440000
.public JobMetadata withJobId(String jobId)
The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000
.
jobId
- The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000
.public void setJobState(String jobState)
The current status of the jobs.
jobState
- The current status of the jobs.JobState
public String getJobState()
The current status of the jobs.
JobState
public JobMetadata withJobState(String jobState)
The current status of the jobs.
jobState
- The current status of the jobs.JobState
public void setJobState(JobState jobState)
The current status of the jobs.
jobState
- The current status of the jobs.JobState
public JobMetadata withJobState(JobState jobState)
The current status of the jobs.
jobState
- The current status of the jobs.JobState
public void setJobType(String jobType)
The type of job.
jobType
- The type of job.JobType
public JobMetadata withJobType(String jobType)
The type of job.
jobType
- The type of job.JobType
public void setJobType(JobType jobType)
The type of job.
jobType
- The type of job.JobType
public JobMetadata withJobType(JobType jobType)
The type of job.
jobType
- The type of job.JobType
public void setSnowballType(String snowballType)
The type of device used with this job.
snowballType
- The type of device used with this job.SnowballType
public String getSnowballType()
The type of device used with this job.
SnowballType
public JobMetadata withSnowballType(String snowballType)
The type of device used with this job.
snowballType
- The type of device used with this job.SnowballType
public void setSnowballType(SnowballType snowballType)
The type of device used with this job.
snowballType
- The type of device used with this job.SnowballType
public JobMetadata withSnowballType(SnowballType snowballType)
The type of device used with this job.
snowballType
- The type of device used with this job.SnowballType
public void setCreationDate(Date creationDate)
The creation date for this job.
creationDate
- The creation date for this job.public Date getCreationDate()
The creation date for this job.
public JobMetadata withCreationDate(Date creationDate)
The creation date for this job.
creationDate
- The creation date for this job.public void setResources(JobResource resources)
An array of S3Resource
objects. Each S3Resource
object represents an Amazon S3 bucket
that your transferred data will be exported from or imported into.
resources
- An array of S3Resource
objects. Each S3Resource
object represents an Amazon S3
bucket that your transferred data will be exported from or imported into.public JobResource getResources()
An array of S3Resource
objects. Each S3Resource
object represents an Amazon S3 bucket
that your transferred data will be exported from or imported into.
S3Resource
objects. Each S3Resource
object represents an Amazon S3
bucket that your transferred data will be exported from or imported into.public JobMetadata withResources(JobResource resources)
An array of S3Resource
objects. Each S3Resource
object represents an Amazon S3 bucket
that your transferred data will be exported from or imported into.
resources
- An array of S3Resource
objects. Each S3Resource
object represents an Amazon S3
bucket that your transferred data will be exported from or imported into.public void setDescription(String description)
The description of the job, provided at job creation.
description
- The description of the job, provided at job creation.public String getDescription()
The description of the job, provided at job creation.
public JobMetadata withDescription(String description)
The description of the job, provided at job creation.
description
- The description of the job, provided at job creation.public void setKmsKeyARN(String kmsKeyARN)
The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job. This ARN was created using the CreateKey API action in KMS.
kmsKeyARN
- The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job. This ARN
was created using the CreateKey API action in
KMS.public String getKmsKeyARN()
The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job. This ARN was created using the CreateKey API action in KMS.
public JobMetadata withKmsKeyARN(String kmsKeyARN)
The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job. This ARN was created using the CreateKey API action in KMS.
kmsKeyARN
- The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job. This ARN
was created using the CreateKey API action in
KMS.public void setRoleARN(String roleARN)
The role ARN associated with this job. This ARN was created using the CreateRole API action in Identity and Access Management.
roleARN
- The role ARN associated with this job. This ARN was created using the CreateRole API action
in Identity and Access Management.public String getRoleARN()
The role ARN associated with this job. This ARN was created using the CreateRole API action in Identity and Access Management.
public JobMetadata withRoleARN(String roleARN)
The role ARN associated with this job. This ARN was created using the CreateRole API action in Identity and Access Management.
roleARN
- The role ARN associated with this job. This ARN was created using the CreateRole API action
in Identity and Access Management.public void setAddressId(String addressId)
The ID for the address that you want the Snow device shipped to.
addressId
- The ID for the address that you want the Snow device shipped to.public String getAddressId()
The ID for the address that you want the Snow device shipped to.
public JobMetadata withAddressId(String addressId)
The ID for the address that you want the Snow device shipped to.
addressId
- The ID for the address that you want the Snow device shipped to.public void setShippingDetails(ShippingDetails shippingDetails)
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
shippingDetails
- A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.public ShippingDetails getShippingDetails()
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
public JobMetadata withShippingDetails(ShippingDetails shippingDetails)
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
shippingDetails
- A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.public void setSnowballCapacityPreference(String snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
snowballCapacityPreference
- The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose
between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
SnowballCapacity
public String getSnowballCapacityPreference()
The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
SnowballCapacity
public JobMetadata withSnowballCapacityPreference(String snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
snowballCapacityPreference
- The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose
between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
SnowballCapacity
public void setSnowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
snowballCapacityPreference
- The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose
between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
SnowballCapacity
public JobMetadata withSnowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
snowballCapacityPreference
- The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose
between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.
For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.
SnowballCapacity
public void setNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The
Notification
object is returned as a part of the response syntax of the DescribeJob
action in the JobMetadata
data type.
notification
- The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
The Notification
object is returned as a part of the response syntax of the
DescribeJob
action in the JobMetadata
data type.public Notification getNotification()
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The
Notification
object is returned as a part of the response syntax of the DescribeJob
action in the JobMetadata
data type.
Notification
object is returned as a part of the response syntax of the
DescribeJob
action in the JobMetadata
data type.public JobMetadata withNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The
Notification
object is returned as a part of the response syntax of the DescribeJob
action in the JobMetadata
data type.
notification
- The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job.
The Notification
object is returned as a part of the response syntax of the
DescribeJob
action in the JobMetadata
data type.public void setDataTransferProgress(DataTransfer dataTransferProgress)
A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon Web
Services. This data is only available while a job has a JobState
value of InProgress
,
for both import and export jobs.
dataTransferProgress
- A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon
Web Services. This data is only available while a job has a JobState
value of
InProgress
, for both import and export jobs.public DataTransfer getDataTransferProgress()
A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon Web
Services. This data is only available while a job has a JobState
value of InProgress
,
for both import and export jobs.
JobState
value of
InProgress
, for both import and export jobs.public JobMetadata withDataTransferProgress(DataTransfer dataTransferProgress)
A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon Web
Services. This data is only available while a job has a JobState
value of InProgress
,
for both import and export jobs.
dataTransferProgress
- A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon
Web Services. This data is only available while a job has a JobState
value of
InProgress
, for both import and export jobs.public void setJobLogInfo(JobLogs jobLogInfo)
Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snow device for your job part is being delivered to you.
jobLogInfo
- Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes
available at the end of the import process. For export jobs, your job report typically becomes available
while the Snow device for your job part is being delivered to you.public JobLogs getJobLogInfo()
Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snow device for your job part is being delivered to you.
public JobMetadata withJobLogInfo(JobLogs jobLogInfo)
Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snow device for your job part is being delivered to you.
jobLogInfo
- Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes
available at the end of the import process. For export jobs, your job report typically becomes available
while the Snow device for your job part is being delivered to you.public void setClusterId(String clusterId)
The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000
.
clusterId
- The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000
.public String getClusterId()
The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000
.
CID123e4567-e89b-12d3-a456-426655440000
.public JobMetadata withClusterId(String clusterId)
The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000
.
clusterId
- The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000
.public void setForwardingAddressId(String forwardingAddressId)
The ID of the address that you want a job shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
forwardingAddressId
- The ID of the address that you want a job shipped to, after it will be shipped to its primary address.
This field is not supported in most regions.public String getForwardingAddressId()
The ID of the address that you want a job shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
public JobMetadata withForwardingAddressId(String forwardingAddressId)
The ID of the address that you want a job shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
forwardingAddressId
- The ID of the address that you want a job shipped to, after it will be shipped to its primary address.
This field is not supported in most regions.public void setTaxDocuments(TaxDocuments taxDocuments)
The metadata associated with the tax documents required in your Amazon Web Services Region.
taxDocuments
- The metadata associated with the tax documents required in your Amazon Web Services Region.public TaxDocuments getTaxDocuments()
The metadata associated with the tax documents required in your Amazon Web Services Region.
public JobMetadata withTaxDocuments(TaxDocuments taxDocuments)
The metadata associated with the tax documents required in your Amazon Web Services Region.
taxDocuments
- The metadata associated with the tax documents required in your Amazon Web Services Region.public void setDeviceConfiguration(DeviceConfiguration deviceConfiguration)
deviceConfiguration
- public DeviceConfiguration getDeviceConfiguration()
public JobMetadata withDeviceConfiguration(DeviceConfiguration deviceConfiguration)
deviceConfiguration
- public void setRemoteManagement(String remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When
set to INSTALLED_AUTOSTART
, remote management will automatically be available when the device
arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.
remoteManagement
- Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
When set to INSTALLED_AUTOSTART
, remote management will automatically be available when the
device arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.RemoteManagement
public String getRemoteManagement()
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When
set to INSTALLED_AUTOSTART
, remote management will automatically be available when the device
arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.
INSTALLED_AUTOSTART
, remote management will automatically be available
when the device arrives at your location. Otherwise, you need to use the Snowball Client to manage the
device.RemoteManagement
public JobMetadata withRemoteManagement(String remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When
set to INSTALLED_AUTOSTART
, remote management will automatically be available when the device
arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.
remoteManagement
- Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
When set to INSTALLED_AUTOSTART
, remote management will automatically be available when the
device arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.RemoteManagement
public void setRemoteManagement(RemoteManagement remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When
set to INSTALLED_AUTOSTART
, remote management will automatically be available when the device
arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.
remoteManagement
- Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
When set to INSTALLED_AUTOSTART
, remote management will automatically be available when the
device arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.RemoteManagement
public JobMetadata withRemoteManagement(RemoteManagement remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When
set to INSTALLED_AUTOSTART
, remote management will automatically be available when the device
arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.
remoteManagement
- Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
When set to INSTALLED_AUTOSTART
, remote management will automatically be available when the
device arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.RemoteManagement
public void setLongTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
longTermPricingId
- The ID of the long-term pricing type for the device.public String getLongTermPricingId()
The ID of the long-term pricing type for the device.
public JobMetadata withLongTermPricingId(String longTermPricingId)
The ID of the long-term pricing type for the device.
longTermPricingId
- The ID of the long-term pricing type for the device.public void setOnDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
onDeviceServiceConfiguration
- Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.public OnDeviceServiceConfiguration getOnDeviceServiceConfiguration()
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
public JobMetadata withOnDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
onDeviceServiceConfiguration
- Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.public void setImpactLevel(String impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
impactLevel
- The highest impact level of data that will be stored or processed on the device, provided at job creation.ImpactLevel
public String getImpactLevel()
The highest impact level of data that will be stored or processed on the device, provided at job creation.
ImpactLevel
public JobMetadata withImpactLevel(String impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
impactLevel
- The highest impact level of data that will be stored or processed on the device, provided at job creation.ImpactLevel
public void setImpactLevel(ImpactLevel impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
impactLevel
- The highest impact level of data that will be stored or processed on the device, provided at job creation.ImpactLevel
public JobMetadata withImpactLevel(ImpactLevel impactLevel)
The highest impact level of data that will be stored or processed on the device, provided at job creation.
impactLevel
- The highest impact level of data that will be stored or processed on the device, provided at job creation.ImpactLevel
public void setPickupDetails(PickupDetails pickupDetails)
Information identifying the person picking up the device.
pickupDetails
- Information identifying the person picking up the device.public PickupDetails getPickupDetails()
Information identifying the person picking up the device.
public JobMetadata withPickupDetails(PickupDetails pickupDetails)
Information identifying the person picking up the device.
pickupDetails
- Information identifying the person picking up the device.public void setSnowballId(String snowballId)
Unique ID associated with a device.
snowballId
- Unique ID associated with a device.public String getSnowballId()
Unique ID associated with a device.
public JobMetadata withSnowballId(String snowballId)
Unique ID associated with a device.
snowballId
- Unique ID associated with a device.public String toString()
toString
in class Object
Object.toString()
public JobMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.