@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)
Marshalls this structured data using the given
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 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 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 String toString()
toString
in class Object
Object.toString()
public StageSessionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.