@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary about a job.
Constructor and Description |
---|
AutoMLJobSummary() |
Modifier and Type | Method and Description |
---|---|
AutoMLJobSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAutoMLJobArn()
The ARN of the job.
|
String |
getAutoMLJobName()
The name of the object you are requesting.
|
String |
getAutoMLJobSecondaryStatus()
The job's secondary status.
|
String |
getAutoMLJobStatus()
The job's status.
|
Date |
getCreationTime()
When the job was created.
|
Date |
getEndTime()
The end time.
|
String |
getFailureReason()
The failure reason.
|
Date |
getLastModifiedTime()
When the job was last modified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutoMLJobArn(String autoMLJobArn)
The ARN of the job.
|
void |
setAutoMLJobName(String autoMLJobName)
The name of the object you are requesting.
|
void |
setAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
The job's secondary status.
|
void |
setAutoMLJobStatus(String autoMLJobStatus)
The job's status.
|
void |
setCreationTime(Date creationTime)
When the job was created.
|
void |
setEndTime(Date endTime)
The end time.
|
void |
setFailureReason(String failureReason)
The failure reason.
|
void |
setLastModifiedTime(Date lastModifiedTime)
When the job was last modified.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLJobSummary |
withAutoMLJobArn(String autoMLJobArn)
The ARN of the job.
|
AutoMLJobSummary |
withAutoMLJobName(String autoMLJobName)
The name of the object you are requesting.
|
AutoMLJobSummary |
withAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
The job's secondary status.
|
AutoMLJobSummary |
withAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
The job's secondary status.
|
AutoMLJobSummary |
withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
The job's status.
|
AutoMLJobSummary |
withAutoMLJobStatus(String autoMLJobStatus)
The job's status.
|
AutoMLJobSummary |
withCreationTime(Date creationTime)
When the job was created.
|
AutoMLJobSummary |
withEndTime(Date endTime)
The end time.
|
AutoMLJobSummary |
withFailureReason(String failureReason)
The failure reason.
|
AutoMLJobSummary |
withLastModifiedTime(Date lastModifiedTime)
When the job was last modified.
|
public void setAutoMLJobName(String autoMLJobName)
The name of the object you are requesting.
autoMLJobName
- The name of the object you are requesting.public String getAutoMLJobName()
The name of the object you are requesting.
public AutoMLJobSummary withAutoMLJobName(String autoMLJobName)
The name of the object you are requesting.
autoMLJobName
- The name of the object you are requesting.public void setAutoMLJobArn(String autoMLJobArn)
The ARN of the job.
autoMLJobArn
- The ARN of the job.public String getAutoMLJobArn()
The ARN of the job.
public AutoMLJobSummary withAutoMLJobArn(String autoMLJobArn)
The ARN of the job.
autoMLJobArn
- The ARN of the job.public void setAutoMLJobStatus(String autoMLJobStatus)
The job's status.
autoMLJobStatus
- The job's status.AutoMLJobStatus
public String getAutoMLJobStatus()
The job's status.
AutoMLJobStatus
public AutoMLJobSummary withAutoMLJobStatus(String autoMLJobStatus)
The job's status.
autoMLJobStatus
- The job's status.AutoMLJobStatus
public AutoMLJobSummary withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
The job's status.
autoMLJobStatus
- The job's status.AutoMLJobStatus
public void setAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
The job's secondary status.
autoMLJobSecondaryStatus
- The job's secondary status.AutoMLJobSecondaryStatus
public String getAutoMLJobSecondaryStatus()
The job's secondary status.
AutoMLJobSecondaryStatus
public AutoMLJobSummary withAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
The job's secondary status.
autoMLJobSecondaryStatus
- The job's secondary status.AutoMLJobSecondaryStatus
public AutoMLJobSummary withAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
The job's secondary status.
autoMLJobSecondaryStatus
- The job's secondary status.AutoMLJobSecondaryStatus
public void setCreationTime(Date creationTime)
When the job was created.
creationTime
- When the job was created.public Date getCreationTime()
When the job was created.
public AutoMLJobSummary withCreationTime(Date creationTime)
When the job was created.
creationTime
- When the job was created.public void setEndTime(Date endTime)
The end time.
endTime
- The end time.public Date getEndTime()
The end time.
public AutoMLJobSummary withEndTime(Date endTime)
The end time.
endTime
- The end time.public void setLastModifiedTime(Date lastModifiedTime)
When the job was last modified.
lastModifiedTime
- When the job was last modified.public Date getLastModifiedTime()
When the job was last modified.
public AutoMLJobSummary withLastModifiedTime(Date lastModifiedTime)
When the job was last modified.
lastModifiedTime
- When the job was last modified.public void setFailureReason(String failureReason)
The failure reason.
failureReason
- The failure reason.public String getFailureReason()
The failure reason.
public AutoMLJobSummary withFailureReason(String failureReason)
The failure reason.
failureReason
- The failure reason.public String toString()
toString
in class Object
Object.toString()
public AutoMLJobSummary 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.