@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BillOfMaterialsImportJob extends Object implements Serializable, Cloneable, StructuredPojo
The BillOfMaterialsImportJob details.
| Constructor and Description | 
|---|
| BillOfMaterialsImportJob() | 
| Modifier and Type | Method and Description | 
|---|---|
| BillOfMaterialsImportJob | clone() | 
| boolean | equals(Object obj) | 
| String | getInstanceId()
 The BillOfMaterialsImportJob instanceId. | 
| String | getJobId()
 The BillOfMaterialsImportJob jobId. | 
| String | getMessage()
 When the BillOfMaterialsImportJob has reached a terminal state, there will be a message. | 
| String | getS3uri()
 The S3 URI from which the CSV is read. | 
| String | getStatus()
 The BillOfMaterialsImportJob ConfigurationJobStatus. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setInstanceId(String instanceId)
 The BillOfMaterialsImportJob instanceId. | 
| void | setJobId(String jobId)
 The BillOfMaterialsImportJob jobId. | 
| void | setMessage(String message)
 When the BillOfMaterialsImportJob has reached a terminal state, there will be a message. | 
| void | setS3uri(String s3uri)
 The S3 URI from which the CSV is read. | 
| void | setStatus(String status)
 The BillOfMaterialsImportJob ConfigurationJobStatus. | 
| String | toString()Returns a string representation of this object. | 
| BillOfMaterialsImportJob | withInstanceId(String instanceId)
 The BillOfMaterialsImportJob instanceId. | 
| BillOfMaterialsImportJob | withJobId(String jobId)
 The BillOfMaterialsImportJob jobId. | 
| BillOfMaterialsImportJob | withMessage(String message)
 When the BillOfMaterialsImportJob has reached a terminal state, there will be a message. | 
| BillOfMaterialsImportJob | withS3uri(String s3uri)
 The S3 URI from which the CSV is read. | 
| BillOfMaterialsImportJob | withStatus(ConfigurationJobStatus status)
 The BillOfMaterialsImportJob ConfigurationJobStatus. | 
| BillOfMaterialsImportJob | withStatus(String status)
 The BillOfMaterialsImportJob ConfigurationJobStatus. | 
public void setInstanceId(String instanceId)
The BillOfMaterialsImportJob instanceId.
instanceId - The BillOfMaterialsImportJob instanceId.public String getInstanceId()
The BillOfMaterialsImportJob instanceId.
public BillOfMaterialsImportJob withInstanceId(String instanceId)
The BillOfMaterialsImportJob instanceId.
instanceId - The BillOfMaterialsImportJob instanceId.public void setJobId(String jobId)
The BillOfMaterialsImportJob jobId.
jobId - The BillOfMaterialsImportJob jobId.public String getJobId()
The BillOfMaterialsImportJob jobId.
public BillOfMaterialsImportJob withJobId(String jobId)
The BillOfMaterialsImportJob jobId.
jobId - The BillOfMaterialsImportJob jobId.public void setStatus(String status)
The BillOfMaterialsImportJob ConfigurationJobStatus.
status - The BillOfMaterialsImportJob ConfigurationJobStatus.ConfigurationJobStatuspublic String getStatus()
The BillOfMaterialsImportJob ConfigurationJobStatus.
ConfigurationJobStatuspublic BillOfMaterialsImportJob withStatus(String status)
The BillOfMaterialsImportJob ConfigurationJobStatus.
status - The BillOfMaterialsImportJob ConfigurationJobStatus.ConfigurationJobStatuspublic BillOfMaterialsImportJob withStatus(ConfigurationJobStatus status)
The BillOfMaterialsImportJob ConfigurationJobStatus.
status - The BillOfMaterialsImportJob ConfigurationJobStatus.ConfigurationJobStatuspublic void setS3uri(String s3uri)
The S3 URI from which the CSV is read.
s3uri - The S3 URI from which the CSV is read.public String getS3uri()
The S3 URI from which the CSV is read.
public BillOfMaterialsImportJob withS3uri(String s3uri)
The S3 URI from which the CSV is read.
s3uri - The S3 URI from which the CSV is read.public void setMessage(String message)
When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.
message - When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.public String getMessage()
When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.
public BillOfMaterialsImportJob withMessage(String message)
When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.
message - When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.public String toString()
toString in class ObjectObject.toString()public BillOfMaterialsImportJob clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.