@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JupyterLabAppImageConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for the file system and kernels in a SageMaker image running as a JupyterLab app. The
FileSystemConfig
object is not supported.
Constructor and Description |
---|
JupyterLabAppImageConfig() |
Modifier and Type | Method and Description |
---|---|
JupyterLabAppImageConfig |
clone() |
boolean |
equals(Object obj) |
ContainerConfig |
getContainerConfig() |
FileSystemConfig |
getFileSystemConfig() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContainerConfig(ContainerConfig containerConfig) |
void |
setFileSystemConfig(FileSystemConfig fileSystemConfig) |
String |
toString()
Returns a string representation of this object.
|
JupyterLabAppImageConfig |
withContainerConfig(ContainerConfig containerConfig) |
JupyterLabAppImageConfig |
withFileSystemConfig(FileSystemConfig fileSystemConfig) |
public void setFileSystemConfig(FileSystemConfig fileSystemConfig)
fileSystemConfig
- public FileSystemConfig getFileSystemConfig()
public JupyterLabAppImageConfig withFileSystemConfig(FileSystemConfig fileSystemConfig)
fileSystemConfig
- public void setContainerConfig(ContainerConfig containerConfig)
containerConfig
- public ContainerConfig getContainerConfig()
public JupyterLabAppImageConfig withContainerConfig(ContainerConfig containerConfig)
containerConfig
- public String toString()
toString
in class Object
Object.toString()
public JupyterLabAppImageConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.