@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSessionResult() |
Modifier and Type | Method and Description |
---|---|
GetSessionResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The session description.
|
EngineConfiguration |
getEngineConfiguration()
Contains engine configuration information like DPU usage.
|
String |
getEngineVersion()
The engine version used by the session (for example,
PySpark engine version 3 ). |
String |
getNotebookVersion()
The notebook version.
|
SessionConfiguration |
getSessionConfiguration()
Contains the workgroup configuration information used by the session.
|
String |
getSessionId()
The session ID.
|
SessionStatistics |
getStatistics()
Contains the DPU execution time.
|
SessionStatus |
getStatus()
Contains information about the status of the session.
|
String |
getWorkGroup()
The workgroup to which the session belongs.
|
int |
hashCode() |
void |
setDescription(String description)
The session description.
|
void |
setEngineConfiguration(EngineConfiguration engineConfiguration)
Contains engine configuration information like DPU usage.
|
void |
setEngineVersion(String engineVersion)
The engine version used by the session (for example,
PySpark engine version 3 ). |
void |
setNotebookVersion(String notebookVersion)
The notebook version.
|
void |
setSessionConfiguration(SessionConfiguration sessionConfiguration)
Contains the workgroup configuration information used by the session.
|
void |
setSessionId(String sessionId)
The session ID.
|
void |
setStatistics(SessionStatistics statistics)
Contains the DPU execution time.
|
void |
setStatus(SessionStatus status)
Contains information about the status of the session.
|
void |
setWorkGroup(String workGroup)
The workgroup to which the session belongs.
|
String |
toString()
Returns a string representation of this object.
|
GetSessionResult |
withDescription(String description)
The session description.
|
GetSessionResult |
withEngineConfiguration(EngineConfiguration engineConfiguration)
Contains engine configuration information like DPU usage.
|
GetSessionResult |
withEngineVersion(String engineVersion)
The engine version used by the session (for example,
PySpark engine version 3 ). |
GetSessionResult |
withNotebookVersion(String notebookVersion)
The notebook version.
|
GetSessionResult |
withSessionConfiguration(SessionConfiguration sessionConfiguration)
Contains the workgroup configuration information used by the session.
|
GetSessionResult |
withSessionId(String sessionId)
The session ID.
|
GetSessionResult |
withStatistics(SessionStatistics statistics)
Contains the DPU execution time.
|
GetSessionResult |
withStatus(SessionStatus status)
Contains information about the status of the session.
|
GetSessionResult |
withWorkGroup(String workGroup)
The workgroup to which the session belongs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSessionId(String sessionId)
The session ID.
sessionId
- The session ID.public String getSessionId()
The session ID.
public GetSessionResult withSessionId(String sessionId)
The session ID.
sessionId
- The session ID.public void setDescription(String description)
The session description.
description
- The session description.public String getDescription()
The session description.
public GetSessionResult withDescription(String description)
The session description.
description
- The session description.public void setWorkGroup(String workGroup)
The workgroup to which the session belongs.
workGroup
- The workgroup to which the session belongs.public String getWorkGroup()
The workgroup to which the session belongs.
public GetSessionResult withWorkGroup(String workGroup)
The workgroup to which the session belongs.
workGroup
- The workgroup to which the session belongs.public void setEngineVersion(String engineVersion)
The engine version used by the session (for example, PySpark engine version 3
). You can get a list
of engine versions by calling ListEngineVersions.
engineVersion
- The engine version used by the session (for example, PySpark engine version 3
). You can get a
list of engine versions by calling ListEngineVersions.public String getEngineVersion()
The engine version used by the session (for example, PySpark engine version 3
). You can get a list
of engine versions by calling ListEngineVersions.
PySpark engine version 3
). You can get
a list of engine versions by calling ListEngineVersions.public GetSessionResult withEngineVersion(String engineVersion)
The engine version used by the session (for example, PySpark engine version 3
). You can get a list
of engine versions by calling ListEngineVersions.
engineVersion
- The engine version used by the session (for example, PySpark engine version 3
). You can get a
list of engine versions by calling ListEngineVersions.public void setEngineConfiguration(EngineConfiguration engineConfiguration)
Contains engine configuration information like DPU usage.
engineConfiguration
- Contains engine configuration information like DPU usage.public EngineConfiguration getEngineConfiguration()
Contains engine configuration information like DPU usage.
public GetSessionResult withEngineConfiguration(EngineConfiguration engineConfiguration)
Contains engine configuration information like DPU usage.
engineConfiguration
- Contains engine configuration information like DPU usage.public void setNotebookVersion(String notebookVersion)
The notebook version.
notebookVersion
- The notebook version.public String getNotebookVersion()
The notebook version.
public GetSessionResult withNotebookVersion(String notebookVersion)
The notebook version.
notebookVersion
- The notebook version.public void setSessionConfiguration(SessionConfiguration sessionConfiguration)
Contains the workgroup configuration information used by the session.
sessionConfiguration
- Contains the workgroup configuration information used by the session.public SessionConfiguration getSessionConfiguration()
Contains the workgroup configuration information used by the session.
public GetSessionResult withSessionConfiguration(SessionConfiguration sessionConfiguration)
Contains the workgroup configuration information used by the session.
sessionConfiguration
- Contains the workgroup configuration information used by the session.public void setStatus(SessionStatus status)
Contains information about the status of the session.
status
- Contains information about the status of the session.public SessionStatus getStatus()
Contains information about the status of the session.
public GetSessionResult withStatus(SessionStatus status)
Contains information about the status of the session.
status
- Contains information about the status of the session.public void setStatistics(SessionStatistics statistics)
Contains the DPU execution time.
statistics
- Contains the DPU execution time.public SessionStatistics getStatistics()
Contains the DPU execution time.
public GetSessionResult withStatistics(SessionStatistics statistics)
Contains the DPU execution time.
statistics
- Contains the DPU execution time.public String toString()
toString
in class Object
Object.toString()
public GetSessionResult clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.