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