@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSessionActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSessionActionResult() |
Modifier and Type | Method and Description |
---|---|
GetSessionActionResult |
clone() |
boolean |
equals(Object obj) |
SessionActionDefinition |
getDefinition()
The session action definition.
|
Date |
getEndedAt()
The date and time the resource ended running.
|
Integer |
getProcessExitCode()
The exit code to exit the session.
|
String |
getProgressMessage()
The message that communicates the progress of the session action.
|
Float |
getProgressPercent()
The percentage completed for a session action.
|
String |
getSessionActionId()
The session action ID.
|
String |
getSessionId()
The session ID for the session action.
|
Date |
getStartedAt()
The date and time the resource started running.
|
String |
getStatus()
The status of the session action.
|
Date |
getWorkerUpdatedAt()
The Linux timestamp of the date and time the session action was last updated.
|
int |
hashCode() |
void |
setDefinition(SessionActionDefinition definition)
The session action definition.
|
void |
setEndedAt(Date endedAt)
The date and time the resource ended running.
|
void |
setProcessExitCode(Integer processExitCode)
The exit code to exit the session.
|
void |
setProgressMessage(String progressMessage)
The message that communicates the progress of the session action.
|
void |
setProgressPercent(Float progressPercent)
The percentage completed for a session action.
|
void |
setSessionActionId(String sessionActionId)
The session action ID.
|
void |
setSessionId(String sessionId)
The session ID for the session action.
|
void |
setStartedAt(Date startedAt)
The date and time the resource started running.
|
void |
setStatus(String status)
The status of the session action.
|
void |
setWorkerUpdatedAt(Date workerUpdatedAt)
The Linux timestamp of the date and time the session action was last updated.
|
String |
toString()
Returns a string representation of this object.
|
GetSessionActionResult |
withDefinition(SessionActionDefinition definition)
The session action definition.
|
GetSessionActionResult |
withEndedAt(Date endedAt)
The date and time the resource ended running.
|
GetSessionActionResult |
withProcessExitCode(Integer processExitCode)
The exit code to exit the session.
|
GetSessionActionResult |
withProgressMessage(String progressMessage)
The message that communicates the progress of the session action.
|
GetSessionActionResult |
withProgressPercent(Float progressPercent)
The percentage completed for a session action.
|
GetSessionActionResult |
withSessionActionId(String sessionActionId)
The session action ID.
|
GetSessionActionResult |
withSessionId(String sessionId)
The session ID for the session action.
|
GetSessionActionResult |
withStartedAt(Date startedAt)
The date and time the resource started running.
|
GetSessionActionResult |
withStatus(SessionActionStatus status)
The status of the session action.
|
GetSessionActionResult |
withStatus(String status)
The status of the session action.
|
GetSessionActionResult |
withWorkerUpdatedAt(Date workerUpdatedAt)
The Linux timestamp of the date and time the session action was last updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDefinition(SessionActionDefinition definition)
The session action definition.
definition
- The session action definition.public SessionActionDefinition getDefinition()
The session action definition.
public GetSessionActionResult withDefinition(SessionActionDefinition definition)
The session action definition.
definition
- The session action definition.public void setEndedAt(Date endedAt)
The date and time the resource ended running.
endedAt
- The date and time the resource ended running.public Date getEndedAt()
The date and time the resource ended running.
public GetSessionActionResult withEndedAt(Date endedAt)
The date and time the resource ended running.
endedAt
- The date and time the resource ended running.public void setProcessExitCode(Integer processExitCode)
The exit code to exit the session.
processExitCode
- The exit code to exit the session.public Integer getProcessExitCode()
The exit code to exit the session.
public GetSessionActionResult withProcessExitCode(Integer processExitCode)
The exit code to exit the session.
processExitCode
- The exit code to exit the session.public void setProgressMessage(String progressMessage)
The message that communicates the progress of the session action.
progressMessage
- The message that communicates the progress of the session action.public String getProgressMessage()
The message that communicates the progress of the session action.
public GetSessionActionResult withProgressMessage(String progressMessage)
The message that communicates the progress of the session action.
progressMessage
- The message that communicates the progress of the session action.public void setProgressPercent(Float progressPercent)
The percentage completed for a session action.
progressPercent
- The percentage completed for a session action.public Float getProgressPercent()
The percentage completed for a session action.
public GetSessionActionResult withProgressPercent(Float progressPercent)
The percentage completed for a session action.
progressPercent
- The percentage completed for a session action.public void setSessionActionId(String sessionActionId)
The session action ID.
sessionActionId
- The session action ID.public String getSessionActionId()
The session action ID.
public GetSessionActionResult withSessionActionId(String sessionActionId)
The session action ID.
sessionActionId
- The session action ID.public void setSessionId(String sessionId)
The session ID for the session action.
sessionId
- The session ID for the session action.public String getSessionId()
The session ID for the session action.
public GetSessionActionResult withSessionId(String sessionId)
The session ID for the session action.
sessionId
- The session ID for the session action.public void setStartedAt(Date startedAt)
The date and time the resource started running.
startedAt
- The date and time the resource started running.public Date getStartedAt()
The date and time the resource started running.
public GetSessionActionResult withStartedAt(Date startedAt)
The date and time the resource started running.
startedAt
- The date and time the resource started running.public void setStatus(String status)
The status of the session action.
status
- The status of the session action.SessionActionStatus
public String getStatus()
The status of the session action.
SessionActionStatus
public GetSessionActionResult withStatus(String status)
The status of the session action.
status
- The status of the session action.SessionActionStatus
public GetSessionActionResult withStatus(SessionActionStatus status)
The status of the session action.
status
- The status of the session action.SessionActionStatus
public void setWorkerUpdatedAt(Date workerUpdatedAt)
The Linux timestamp of the date and time the session action was last updated.
workerUpdatedAt
- The Linux timestamp of the date and time the session action was last updated.public Date getWorkerUpdatedAt()
The Linux timestamp of the date and time the session action was last updated.
public GetSessionActionResult withWorkerUpdatedAt(Date workerUpdatedAt)
The Linux timestamp of the date and time the session action was last updated.
workerUpdatedAt
- The Linux timestamp of the date and time the session action was last updated.public String toString()
toString
in class Object
Object.toString()
public GetSessionActionResult clone()