@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpaceSettings extends Object implements Serializable, Cloneable, StructuredPojo
A collection of space settings.
| Constructor and Description |
|---|
SpaceSettings() |
| Modifier and Type | Method and Description |
|---|---|
SpaceSettings |
clone() |
boolean |
equals(Object obj) |
JupyterServerAppSettings |
getJupyterServerAppSettings() |
KernelGatewayAppSettings |
getKernelGatewayAppSettings() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings) |
void |
setKernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings) |
String |
toString()
Returns a string representation of this object.
|
SpaceSettings |
withJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings) |
SpaceSettings |
withKernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings) |
public void setJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)
jupyterServerAppSettings - public JupyterServerAppSettings getJupyterServerAppSettings()
public SpaceSettings withJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)
jupyterServerAppSettings - public void setKernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings)
kernelGatewayAppSettings - public KernelGatewayAppSettings getKernelGatewayAppSettings()
public SpaceSettings withKernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings)
kernelGatewayAppSettings - public String toString()
toString in class ObjectObject.toString()public SpaceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.