@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LastRecorderStatus extends Object implements Serializable, Cloneable, StructuredPojo
The latest status of a stream's edge recording job.
Constructor and Description |
---|
LastRecorderStatus() |
Modifier and Type | Method and Description |
---|---|
LastRecorderStatus |
clone() |
boolean |
equals(Object obj) |
String |
getJobStatusDetails()
A description of a recorder job’s latest status.
|
Date |
getLastCollectedTime()
The timestamp at which the recorder job was last executed and media stored to local disk.
|
Date |
getLastUpdatedTime()
The timestamp at which the recorder status was last updated.
|
String |
getRecorderStatus()
The status of the latest recorder job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJobStatusDetails(String jobStatusDetails)
A description of a recorder job’s latest status.
|
void |
setLastCollectedTime(Date lastCollectedTime)
The timestamp at which the recorder job was last executed and media stored to local disk.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
The timestamp at which the recorder status was last updated.
|
void |
setRecorderStatus(String recorderStatus)
The status of the latest recorder job.
|
String |
toString()
Returns a string representation of this object.
|
LastRecorderStatus |
withJobStatusDetails(String jobStatusDetails)
A description of a recorder job’s latest status.
|
LastRecorderStatus |
withLastCollectedTime(Date lastCollectedTime)
The timestamp at which the recorder job was last executed and media stored to local disk.
|
LastRecorderStatus |
withLastUpdatedTime(Date lastUpdatedTime)
The timestamp at which the recorder status was last updated.
|
LastRecorderStatus |
withRecorderStatus(RecorderStatus recorderStatus)
The status of the latest recorder job.
|
LastRecorderStatus |
withRecorderStatus(String recorderStatus)
The status of the latest recorder job.
|
public void setJobStatusDetails(String jobStatusDetails)
A description of a recorder job’s latest status.
jobStatusDetails
- A description of a recorder job’s latest status.public String getJobStatusDetails()
A description of a recorder job’s latest status.
public LastRecorderStatus withJobStatusDetails(String jobStatusDetails)
A description of a recorder job’s latest status.
jobStatusDetails
- A description of a recorder job’s latest status.public void setLastCollectedTime(Date lastCollectedTime)
The timestamp at which the recorder job was last executed and media stored to local disk.
lastCollectedTime
- The timestamp at which the recorder job was last executed and media stored to local disk.public Date getLastCollectedTime()
The timestamp at which the recorder job was last executed and media stored to local disk.
public LastRecorderStatus withLastCollectedTime(Date lastCollectedTime)
The timestamp at which the recorder job was last executed and media stored to local disk.
lastCollectedTime
- The timestamp at which the recorder job was last executed and media stored to local disk.public void setLastUpdatedTime(Date lastUpdatedTime)
The timestamp at which the recorder status was last updated.
lastUpdatedTime
- The timestamp at which the recorder status was last updated.public Date getLastUpdatedTime()
The timestamp at which the recorder status was last updated.
public LastRecorderStatus withLastUpdatedTime(Date lastUpdatedTime)
The timestamp at which the recorder status was last updated.
lastUpdatedTime
- The timestamp at which the recorder status was last updated.public void setRecorderStatus(String recorderStatus)
The status of the latest recorder job.
recorderStatus
- The status of the latest recorder job.RecorderStatus
public String getRecorderStatus()
The status of the latest recorder job.
RecorderStatus
public LastRecorderStatus withRecorderStatus(String recorderStatus)
The status of the latest recorder job.
recorderStatus
- The status of the latest recorder job.RecorderStatus
public LastRecorderStatus withRecorderStatus(RecorderStatus recorderStatus)
The status of the latest recorder job.
recorderStatus
- The status of the latest recorder job.RecorderStatus
public String toString()
toString
in class Object
Object.toString()
public LastRecorderStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.