@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StageSessionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about a stage session.
| Constructor and Description |
|---|
StageSessionSummary() |
| Modifier and Type | Method and Description |
|---|---|
StageSessionSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
ISO 8601 timestamp (returned as a string) when the stage session ended.
|
String |
getSessionId()
ID of the session within the stage.
|
Date |
getStartTime()
ISO 8601 timestamp (returned as a string) when this stage session began.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndTime(Date endTime)
ISO 8601 timestamp (returned as a string) when the stage session ended.
|
void |
setSessionId(String sessionId)
ID of the session within the stage.
|
void |
setStartTime(Date startTime)
ISO 8601 timestamp (returned as a string) when this stage session began.
|
String |
toString()
Returns a string representation of this object.
|
StageSessionSummary |
withEndTime(Date endTime)
ISO 8601 timestamp (returned as a string) when the stage session ended.
|
StageSessionSummary |
withSessionId(String sessionId)
ID of the session within the stage.
|
StageSessionSummary |
withStartTime(Date startTime)
ISO 8601 timestamp (returned as a string) when this stage session began.
|
public void setEndTime(Date endTime)
ISO 8601 timestamp (returned as a string) when the stage session ended. This is null if the stage is active.
endTime - ISO 8601 timestamp (returned as a string) when the stage session ended. This is null if the stage is
active.public Date getEndTime()
ISO 8601 timestamp (returned as a string) when the stage session ended. This is null if the stage is active.
public StageSessionSummary withEndTime(Date endTime)
ISO 8601 timestamp (returned as a string) when the stage session ended. This is null if the stage is active.
endTime - ISO 8601 timestamp (returned as a string) when the stage session ended. This is null if the stage is
active.public void setSessionId(String sessionId)
ID of the session within the stage.
sessionId - ID of the session within the stage.public String getSessionId()
ID of the session within the stage.
public StageSessionSummary withSessionId(String sessionId)
ID of the session within the stage.
sessionId - ID of the session within the stage.public void setStartTime(Date startTime)
ISO 8601 timestamp (returned as a string) when this stage session began.
startTime - ISO 8601 timestamp (returned as a string) when this stage session began.public Date getStartTime()
ISO 8601 timestamp (returned as a string) when this stage session began.
public StageSessionSummary withStartTime(Date startTime)
ISO 8601 timestamp (returned as a string) when this stage session began.
startTime - ISO 8601 timestamp (returned as a string) when this stage session began.public String toString()
toString in class ObjectObject.toString()public StageSessionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.