@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TopicsDetectionJobProperties extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a topic detection job.
Constructor and Description |
---|
TopicsDetectionJobProperties() |
Modifier and Type | Method and Description |
---|---|
TopicsDetectionJobProperties |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The time that the topic detection job was completed.
|
InputDataConfig |
getInputDataConfig()
The input data configuration supplied when you created the topic detection job.
|
String |
getJobId()
The identifier assigned to the topic detection job.
|
String |
getJobName()
The name of the topic detection job.
|
String |
getJobStatus()
The current status of the topic detection job.
|
String |
getMessage()
A description for the status of a job.
|
Integer |
getNumberOfTopics()
The number of topics to detect supplied when you created the topic detection job.
|
OutputDataConfig |
getOutputDataConfig()
The output data configuration supplied when you created the topic detection job.
|
Date |
getSubmitTime()
The time that the topic detection job was submitted for processing.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndTime(Date endTime)
The time that the topic detection job was completed.
|
void |
setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
|
void |
setJobId(String jobId)
The identifier assigned to the topic detection job.
|
void |
setJobName(String jobName)
The name of the topic detection job.
|
void |
setJobStatus(String jobStatus)
The current status of the topic detection job.
|
void |
setMessage(String message)
A description for the status of a job.
|
void |
setNumberOfTopics(Integer numberOfTopics)
The number of topics to detect supplied when you created the topic detection job.
|
void |
setOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration supplied when you created the topic detection job.
|
void |
setSubmitTime(Date submitTime)
The time that the topic detection job was submitted for processing.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TopicsDetectionJobProperties |
withEndTime(Date endTime)
The time that the topic detection job was completed.
|
TopicsDetectionJobProperties |
withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
|
TopicsDetectionJobProperties |
withJobId(String jobId)
The identifier assigned to the topic detection job.
|
TopicsDetectionJobProperties |
withJobName(String jobName)
The name of the topic detection job.
|
TopicsDetectionJobProperties |
withJobStatus(JobStatus jobStatus)
The current status of the topic detection job.
|
TopicsDetectionJobProperties |
withJobStatus(String jobStatus)
The current status of the topic detection job.
|
TopicsDetectionJobProperties |
withMessage(String message)
A description for the status of a job.
|
TopicsDetectionJobProperties |
withNumberOfTopics(Integer numberOfTopics)
The number of topics to detect supplied when you created the topic detection job.
|
TopicsDetectionJobProperties |
withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration supplied when you created the topic detection job.
|
TopicsDetectionJobProperties |
withSubmitTime(Date submitTime)
The time that the topic detection job was submitted for processing.
|
public void setJobId(String jobId)
The identifier assigned to the topic detection job.
jobId
- The identifier assigned to the topic detection job.public String getJobId()
The identifier assigned to the topic detection job.
public TopicsDetectionJobProperties withJobId(String jobId)
The identifier assigned to the topic detection job.
jobId
- The identifier assigned to the topic detection job.public void setJobName(String jobName)
The name of the topic detection job.
jobName
- The name of the topic detection job.public String getJobName()
The name of the topic detection job.
public TopicsDetectionJobProperties withJobName(String jobName)
The name of the topic detection job.
jobName
- The name of the topic detection job.public void setJobStatus(String jobStatus)
The current status of the topic detection job. If the status is Failed
, the reason for the failure
is shown in the Message
field.
jobStatus
- The current status of the topic detection job. If the status is Failed
, the reason for the
failure is shown in the Message
field.JobStatus
public String getJobStatus()
The current status of the topic detection job. If the status is Failed
, the reason for the failure
is shown in the Message
field.
Failed
, the reason for the
failure is shown in the Message
field.JobStatus
public TopicsDetectionJobProperties withJobStatus(String jobStatus)
The current status of the topic detection job. If the status is Failed
, the reason for the failure
is shown in the Message
field.
jobStatus
- The current status of the topic detection job. If the status is Failed
, the reason for the
failure is shown in the Message
field.JobStatus
public TopicsDetectionJobProperties withJobStatus(JobStatus jobStatus)
The current status of the topic detection job. If the status is Failed
, the reason for the failure
is shown in the Message
field.
jobStatus
- The current status of the topic detection job. If the status is Failed
, the reason for the
failure is shown in the Message
field.JobStatus
public void setMessage(String message)
A description for the status of a job.
message
- A description for the status of a job.public String getMessage()
A description for the status of a job.
public TopicsDetectionJobProperties withMessage(String message)
A description for the status of a job.
message
- A description for the status of a job.public void setSubmitTime(Date submitTime)
The time that the topic detection job was submitted for processing.
submitTime
- The time that the topic detection job was submitted for processing.public Date getSubmitTime()
The time that the topic detection job was submitted for processing.
public TopicsDetectionJobProperties withSubmitTime(Date submitTime)
The time that the topic detection job was submitted for processing.
submitTime
- The time that the topic detection job was submitted for processing.public void setEndTime(Date endTime)
The time that the topic detection job was completed.
endTime
- The time that the topic detection job was completed.public Date getEndTime()
The time that the topic detection job was completed.
public TopicsDetectionJobProperties withEndTime(Date endTime)
The time that the topic detection job was completed.
endTime
- The time that the topic detection job was completed.public void setInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
inputDataConfig
- The input data configuration supplied when you created the topic detection job.public InputDataConfig getInputDataConfig()
The input data configuration supplied when you created the topic detection job.
public TopicsDetectionJobProperties withInputDataConfig(InputDataConfig inputDataConfig)
The input data configuration supplied when you created the topic detection job.
inputDataConfig
- The input data configuration supplied when you created the topic detection job.public void setOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration supplied when you created the topic detection job.
outputDataConfig
- The output data configuration supplied when you created the topic detection job.public OutputDataConfig getOutputDataConfig()
The output data configuration supplied when you created the topic detection job.
public TopicsDetectionJobProperties withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration supplied when you created the topic detection job.
outputDataConfig
- The output data configuration supplied when you created the topic detection job.public void setNumberOfTopics(Integer numberOfTopics)
The number of topics to detect supplied when you created the topic detection job. The default is 10.
numberOfTopics
- The number of topics to detect supplied when you created the topic detection job. The default is 10.public Integer getNumberOfTopics()
The number of topics to detect supplied when you created the topic detection job. The default is 10.
public TopicsDetectionJobProperties withNumberOfTopics(Integer numberOfTopics)
The number of topics to detect supplied when you created the topic detection job. The default is 10.
numberOfTopics
- The number of topics to detect supplied when you created the topic detection job. The default is 10.public String toString()
toString
in class Object
Object.toString()
public TopicsDetectionJobProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.