@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotebookSessionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains the notebook session ID and notebook session creation time.
| Constructor and Description | 
|---|
NotebookSessionSummary()  | 
| Modifier and Type | Method and Description | 
|---|---|
NotebookSessionSummary | 
clone()  | 
boolean | 
equals(Object obj)  | 
Date | 
getCreationTime()
 The time when the notebook session was created. 
 | 
String | 
getSessionId()
 The notebook session ID. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setCreationTime(Date creationTime)
 The time when the notebook session was created. 
 | 
void | 
setSessionId(String sessionId)
 The notebook session ID. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
NotebookSessionSummary | 
withCreationTime(Date creationTime)
 The time when the notebook session was created. 
 | 
NotebookSessionSummary | 
withSessionId(String sessionId)
 The notebook session ID. 
 | 
public void setSessionId(String sessionId)
The notebook session ID.
sessionId - The notebook session ID.public String getSessionId()
The notebook session ID.
public NotebookSessionSummary withSessionId(String sessionId)
The notebook session ID.
sessionId - The notebook session ID.public void setCreationTime(Date creationTime)
The time when the notebook session was created.
creationTime - The time when the notebook session was created.public Date getCreationTime()
The time when the notebook session was created.
public NotebookSessionSummary withCreationTime(Date creationTime)
The time when the notebook session was created.
creationTime - The time when the notebook session was created.public String toString()
toString in class ObjectObject.toString()public NotebookSessionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.