@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JourneyRunResponse extends Object implements Serializable, Cloneable, StructuredPojo
Provides information from a specified run of a journey.
Constructor and Description |
---|
JourneyRunResponse() |
Modifier and Type | Method and Description |
---|---|
JourneyRunResponse |
clone() |
boolean |
equals(Object obj) |
String |
getCreationTime()
The time when the journey run was created or scheduled, in ISO 8601 format.
|
String |
getLastUpdateTime()
The last time the journey run was updated, in ISO 8601 format..
|
String |
getRunId()
The unique identifier for the run.
|
String |
getStatus()
The current status of the journey run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(String creationTime)
The time when the journey run was created or scheduled, in ISO 8601 format.
|
void |
setLastUpdateTime(String lastUpdateTime)
The last time the journey run was updated, in ISO 8601 format..
|
void |
setRunId(String runId)
The unique identifier for the run.
|
void |
setStatus(String status)
The current status of the journey run.
|
String |
toString()
Returns a string representation of this object.
|
JourneyRunResponse |
withCreationTime(String creationTime)
The time when the journey run was created or scheduled, in ISO 8601 format.
|
JourneyRunResponse |
withLastUpdateTime(String lastUpdateTime)
The last time the journey run was updated, in ISO 8601 format..
|
JourneyRunResponse |
withRunId(String runId)
The unique identifier for the run.
|
JourneyRunResponse |
withStatus(JourneyRunStatus status)
The current status of the journey run.
|
JourneyRunResponse |
withStatus(String status)
The current status of the journey run.
|
public void setCreationTime(String creationTime)
The time when the journey run was created or scheduled, in ISO 8601 format.
creationTime
- The time when the journey run was created or scheduled, in ISO 8601 format.public String getCreationTime()
The time when the journey run was created or scheduled, in ISO 8601 format.
public JourneyRunResponse withCreationTime(String creationTime)
The time when the journey run was created or scheduled, in ISO 8601 format.
creationTime
- The time when the journey run was created or scheduled, in ISO 8601 format.public void setLastUpdateTime(String lastUpdateTime)
The last time the journey run was updated, in ISO 8601 format..
lastUpdateTime
- The last time the journey run was updated, in ISO 8601 format..public String getLastUpdateTime()
The last time the journey run was updated, in ISO 8601 format..
public JourneyRunResponse withLastUpdateTime(String lastUpdateTime)
The last time the journey run was updated, in ISO 8601 format..
lastUpdateTime
- The last time the journey run was updated, in ISO 8601 format..public void setRunId(String runId)
The unique identifier for the run.
runId
- The unique identifier for the run.public String getRunId()
The unique identifier for the run.
public JourneyRunResponse withRunId(String runId)
The unique identifier for the run.
runId
- The unique identifier for the run.public void setStatus(String status)
The current status of the journey run.
status
- The current status of the journey run.JourneyRunStatus
public String getStatus()
The current status of the journey run.
JourneyRunStatus
public JourneyRunResponse withStatus(String status)
The current status of the journey run.
status
- The current status of the journey run.JourneyRunStatus
public JourneyRunResponse withStatus(JourneyRunStatus status)
The current status of the journey run.
status
- The current status of the journey run.JourneyRunStatus
public String toString()
toString
in class Object
Object.toString()
public JourneyRunResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.