@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LastUploaderStatus extends Object implements Serializable, Cloneable, StructuredPojo
The latest status of a stream’s edge to cloud uploader job.
Constructor and Description |
---|
LastUploaderStatus() |
Modifier and Type | Method and Description |
---|---|
LastUploaderStatus |
clone() |
boolean |
equals(Object obj) |
String |
getJobStatusDetails()
A description of an uploader job’s latest status.
|
Date |
getLastCollectedTime()
The timestamp at which the uploader job was last executed and media collected to the cloud.
|
Date |
getLastUpdatedTime()
The timestamp at which the uploader status was last updated.
|
String |
getUploaderStatus()
The status of the latest uploader job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setJobStatusDetails(String jobStatusDetails)
A description of an uploader job’s latest status.
|
void |
setLastCollectedTime(Date lastCollectedTime)
The timestamp at which the uploader job was last executed and media collected to the cloud.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
The timestamp at which the uploader status was last updated.
|
void |
setUploaderStatus(String uploaderStatus)
The status of the latest uploader job.
|
String |
toString()
Returns a string representation of this object.
|
LastUploaderStatus |
withJobStatusDetails(String jobStatusDetails)
A description of an uploader job’s latest status.
|
LastUploaderStatus |
withLastCollectedTime(Date lastCollectedTime)
The timestamp at which the uploader job was last executed and media collected to the cloud.
|
LastUploaderStatus |
withLastUpdatedTime(Date lastUpdatedTime)
The timestamp at which the uploader status was last updated.
|
LastUploaderStatus |
withUploaderStatus(String uploaderStatus)
The status of the latest uploader job.
|
LastUploaderStatus |
withUploaderStatus(UploaderStatus uploaderStatus)
The status of the latest uploader job.
|
public void setJobStatusDetails(String jobStatusDetails)
A description of an uploader job’s latest status.
jobStatusDetails
- A description of an uploader job’s latest status.public String getJobStatusDetails()
A description of an uploader job’s latest status.
public LastUploaderStatus withJobStatusDetails(String jobStatusDetails)
A description of an uploader job’s latest status.
jobStatusDetails
- A description of an uploader job’s latest status.public void setLastCollectedTime(Date lastCollectedTime)
The timestamp at which the uploader job was last executed and media collected to the cloud.
lastCollectedTime
- The timestamp at which the uploader job was last executed and media collected to the cloud.public Date getLastCollectedTime()
The timestamp at which the uploader job was last executed and media collected to the cloud.
public LastUploaderStatus withLastCollectedTime(Date lastCollectedTime)
The timestamp at which the uploader job was last executed and media collected to the cloud.
lastCollectedTime
- The timestamp at which the uploader job was last executed and media collected to the cloud.public void setLastUpdatedTime(Date lastUpdatedTime)
The timestamp at which the uploader status was last updated.
lastUpdatedTime
- The timestamp at which the uploader status was last updated.public Date getLastUpdatedTime()
The timestamp at which the uploader status was last updated.
public LastUploaderStatus withLastUpdatedTime(Date lastUpdatedTime)
The timestamp at which the uploader status was last updated.
lastUpdatedTime
- The timestamp at which the uploader status was last updated.public void setUploaderStatus(String uploaderStatus)
The status of the latest uploader job.
uploaderStatus
- The status of the latest uploader job.UploaderStatus
public String getUploaderStatus()
The status of the latest uploader job.
UploaderStatus
public LastUploaderStatus withUploaderStatus(String uploaderStatus)
The status of the latest uploader job.
uploaderStatus
- The status of the latest uploader job.UploaderStatus
public LastUploaderStatus withUploaderStatus(UploaderStatus uploaderStatus)
The status of the latest uploader job.
uploaderStatus
- The status of the latest uploader job.UploaderStatus
public String toString()
toString
in class Object
Object.toString()
public LastUploaderStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.