@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompilationJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of a model compilation job.
Constructor and Description |
---|
CompilationJobSummary() |
Modifier and Type | Method and Description |
---|---|
CompilationJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCompilationEndTime()
The time when the model compilation job completed.
|
String |
getCompilationJobArn()
The Amazon Resource Name (ARN) of the model compilation job.
|
String |
getCompilationJobName()
The name of the model compilation job that you want a summary for.
|
String |
getCompilationJobStatus()
The status of the model compilation job.
|
Date |
getCompilationStartTime()
The time when the model compilation job started.
|
String |
getCompilationTargetDevice()
The type of device that the model will run on after compilation has completed.
|
Date |
getCreationTime()
The time when the model compilation job was created.
|
Date |
getLastModifiedTime()
The time when the model compilation job was last modified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompilationEndTime(Date compilationEndTime)
The time when the model compilation job completed.
|
void |
setCompilationJobArn(String compilationJobArn)
The Amazon Resource Name (ARN) of the model compilation job.
|
void |
setCompilationJobName(String compilationJobName)
The name of the model compilation job that you want a summary for.
|
void |
setCompilationJobStatus(String compilationJobStatus)
The status of the model compilation job.
|
void |
setCompilationStartTime(Date compilationStartTime)
The time when the model compilation job started.
|
void |
setCompilationTargetDevice(String compilationTargetDevice)
The type of device that the model will run on after compilation has completed.
|
void |
setCreationTime(Date creationTime)
The time when the model compilation job was created.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The time when the model compilation job was last modified.
|
String |
toString()
Returns a string representation of this object.
|
CompilationJobSummary |
withCompilationEndTime(Date compilationEndTime)
The time when the model compilation job completed.
|
CompilationJobSummary |
withCompilationJobArn(String compilationJobArn)
The Amazon Resource Name (ARN) of the model compilation job.
|
CompilationJobSummary |
withCompilationJobName(String compilationJobName)
The name of the model compilation job that you want a summary for.
|
CompilationJobSummary |
withCompilationJobStatus(CompilationJobStatus compilationJobStatus)
The status of the model compilation job.
|
CompilationJobSummary |
withCompilationJobStatus(String compilationJobStatus)
The status of the model compilation job.
|
CompilationJobSummary |
withCompilationStartTime(Date compilationStartTime)
The time when the model compilation job started.
|
CompilationJobSummary |
withCompilationTargetDevice(String compilationTargetDevice)
The type of device that the model will run on after compilation has completed.
|
CompilationJobSummary |
withCompilationTargetDevice(TargetDevice compilationTargetDevice)
The type of device that the model will run on after compilation has completed.
|
CompilationJobSummary |
withCreationTime(Date creationTime)
The time when the model compilation job was created.
|
CompilationJobSummary |
withLastModifiedTime(Date lastModifiedTime)
The time when the model compilation job was last modified.
|
public void setCompilationJobName(String compilationJobName)
The name of the model compilation job that you want a summary for.
compilationJobName
- The name of the model compilation job that you want a summary for.public String getCompilationJobName()
The name of the model compilation job that you want a summary for.
public CompilationJobSummary withCompilationJobName(String compilationJobName)
The name of the model compilation job that you want a summary for.
compilationJobName
- The name of the model compilation job that you want a summary for.public void setCompilationJobArn(String compilationJobArn)
The Amazon Resource Name (ARN) of the model compilation job.
compilationJobArn
- The Amazon Resource Name (ARN) of the model compilation job.public String getCompilationJobArn()
The Amazon Resource Name (ARN) of the model compilation job.
public CompilationJobSummary withCompilationJobArn(String compilationJobArn)
The Amazon Resource Name (ARN) of the model compilation job.
compilationJobArn
- The Amazon Resource Name (ARN) of the model compilation job.public void setCreationTime(Date creationTime)
The time when the model compilation job was created.
creationTime
- The time when the model compilation job was created.public Date getCreationTime()
The time when the model compilation job was created.
public CompilationJobSummary withCreationTime(Date creationTime)
The time when the model compilation job was created.
creationTime
- The time when the model compilation job was created.public void setCompilationStartTime(Date compilationStartTime)
The time when the model compilation job started.
compilationStartTime
- The time when the model compilation job started.public Date getCompilationStartTime()
The time when the model compilation job started.
public CompilationJobSummary withCompilationStartTime(Date compilationStartTime)
The time when the model compilation job started.
compilationStartTime
- The time when the model compilation job started.public void setCompilationEndTime(Date compilationEndTime)
The time when the model compilation job completed.
compilationEndTime
- The time when the model compilation job completed.public Date getCompilationEndTime()
The time when the model compilation job completed.
public CompilationJobSummary withCompilationEndTime(Date compilationEndTime)
The time when the model compilation job completed.
compilationEndTime
- The time when the model compilation job completed.public void setCompilationTargetDevice(String compilationTargetDevice)
The type of device that the model will run on after compilation has completed.
compilationTargetDevice
- The type of device that the model will run on after compilation has completed.TargetDevice
public String getCompilationTargetDevice()
The type of device that the model will run on after compilation has completed.
TargetDevice
public CompilationJobSummary withCompilationTargetDevice(String compilationTargetDevice)
The type of device that the model will run on after compilation has completed.
compilationTargetDevice
- The type of device that the model will run on after compilation has completed.TargetDevice
public CompilationJobSummary withCompilationTargetDevice(TargetDevice compilationTargetDevice)
The type of device that the model will run on after compilation has completed.
compilationTargetDevice
- The type of device that the model will run on after compilation has completed.TargetDevice
public void setLastModifiedTime(Date lastModifiedTime)
The time when the model compilation job was last modified.
lastModifiedTime
- The time when the model compilation job was last modified.public Date getLastModifiedTime()
The time when the model compilation job was last modified.
public CompilationJobSummary withLastModifiedTime(Date lastModifiedTime)
The time when the model compilation job was last modified.
lastModifiedTime
- The time when the model compilation job was last modified.public void setCompilationJobStatus(String compilationJobStatus)
The status of the model compilation job.
compilationJobStatus
- The status of the model compilation job.CompilationJobStatus
public String getCompilationJobStatus()
The status of the model compilation job.
CompilationJobStatus
public CompilationJobSummary withCompilationJobStatus(String compilationJobStatus)
The status of the model compilation job.
compilationJobStatus
- The status of the model compilation job.CompilationJobStatus
public CompilationJobSummary withCompilationJobStatus(CompilationJobStatus compilationJobStatus)
The status of the model compilation job.
compilationJobStatus
- The status of the model compilation job.CompilationJobStatus
public String toString()
toString
in class Object
Object.toString()
public CompilationJobSummary 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.