@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppImageConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAppImageConfigResult () |
| Modifier and Type | Method and Description |
|---|---|
DescribeAppImageConfigResult |
clone () |
boolean |
equals (Object obj) |
String |
getAppImageConfigArn ()
The ARN of the AppImageConfig.
|
String |
getAppImageConfigName ()
The name of the AppImageConfig.
|
CodeEditorAppImageConfig |
getCodeEditorAppImageConfig ()
The configuration of the Code Editor app.
|
Date |
getCreationTime ()
When the AppImageConfig was created.
|
JupyterLabAppImageConfig |
getJupyterLabAppImageConfig ()
The configuration of the JupyterLab app.
|
KernelGatewayImageConfig |
getKernelGatewayImageConfig ()
The configuration of a KernelGateway app.
|
Date |
getLastModifiedTime ()
When the AppImageConfig was last modified.
|
int |
hashCode () |
void |
setAppImageConfigArn (String appImageConfigArn)
The ARN of the AppImageConfig.
|
void |
setAppImageConfigName (String appImageConfigName)
The name of the AppImageConfig.
|
void |
setCodeEditorAppImageConfig (CodeEditorAppImageConfig codeEditorAppImageConfig)
The configuration of the Code Editor app.
|
void |
setCreationTime (Date creationTime)
When the AppImageConfig was created.
|
void |
setJupyterLabAppImageConfig (JupyterLabAppImageConfig jupyterLabAppImageConfig)
The configuration of the JupyterLab app.
|
void |
setKernelGatewayImageConfig (KernelGatewayImageConfig kernelGatewayImageConfig)
The configuration of a KernelGateway app.
|
void |
setLastModifiedTime (Date lastModifiedTime)
When the AppImageConfig was last modified.
|
String |
toString ()
Returns a string representation of this object.
|
DescribeAppImageConfigResult |
withAppImageConfigArn (String appImageConfigArn)
The ARN of the AppImageConfig.
|
DescribeAppImageConfigResult |
withAppImageConfigName (String appImageConfigName)
The name of the AppImageConfig.
|
DescribeAppImageConfigResult |
withCodeEditorAppImageConfig (CodeEditorAppImageConfig codeEditorAppImageConfig)
The configuration of the Code Editor app.
|
DescribeAppImageConfigResult |
withCreationTime (Date creationTime)
When the AppImageConfig was created.
|
DescribeAppImageConfigResult |
withJupyterLabAppImageConfig (JupyterLabAppImageConfig jupyterLabAppImageConfig)
The configuration of the JupyterLab app.
|
DescribeAppImageConfigResult |
withKernelGatewayImageConfig (KernelGatewayImageConfig kernelGatewayImageConfig)
The configuration of a KernelGateway app.
|
DescribeAppImageConfigResult |
withLastModifiedTime (Date lastModifiedTime)
When the AppImageConfig was last modified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public DescribeAppImageConfigResult()
public void setAppImageConfigArn(String appImageConfigArn)
The ARN of the AppImageConfig.
appImageConfigArn - The ARN of the AppImageConfig.public String getAppImageConfigArn()
The ARN of the AppImageConfig.
public DescribeAppImageConfigResult withAppImageConfigArn(String appImageConfigArn)
The ARN of the AppImageConfig.
appImageConfigArn - The ARN of the AppImageConfig.public void setAppImageConfigName(String appImageConfigName)
The name of the AppImageConfig.
appImageConfigName - The name of the AppImageConfig.public String getAppImageConfigName()
The name of the AppImageConfig.
public DescribeAppImageConfigResult withAppImageConfigName(String appImageConfigName)
The name of the AppImageConfig.
appImageConfigName - The name of the AppImageConfig.public void setCreationTime(Date creationTime)
When the AppImageConfig was created.
creationTime - When the AppImageConfig was created.public Date getCreationTime()
When the AppImageConfig was created.
public DescribeAppImageConfigResult withCreationTime(Date creationTime)
When the AppImageConfig was created.
creationTime - When the AppImageConfig was created.public void setLastModifiedTime(Date lastModifiedTime)
When the AppImageConfig was last modified.
lastModifiedTime - When the AppImageConfig was last modified.public Date getLastModifiedTime()
When the AppImageConfig was last modified.
public DescribeAppImageConfigResult withLastModifiedTime(Date lastModifiedTime)
When the AppImageConfig was last modified.
lastModifiedTime - When the AppImageConfig was last modified.public void setKernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The configuration of a KernelGateway app.
kernelGatewayImageConfig - The configuration of a KernelGateway app.public KernelGatewayImageConfig getKernelGatewayImageConfig()
The configuration of a KernelGateway app.
public DescribeAppImageConfigResult withKernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The configuration of a KernelGateway app.
kernelGatewayImageConfig - The configuration of a KernelGateway app.public void setJupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)
The configuration of the JupyterLab app.
jupyterLabAppImageConfig - The configuration of the JupyterLab app.public JupyterLabAppImageConfig getJupyterLabAppImageConfig()
The configuration of the JupyterLab app.
public DescribeAppImageConfigResult withJupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)
The configuration of the JupyterLab app.
jupyterLabAppImageConfig - The configuration of the JupyterLab app.public void setCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The configuration of the Code Editor app.
codeEditorAppImageConfig - The configuration of the Code Editor app.public CodeEditorAppImageConfig getCodeEditorAppImageConfig()
The configuration of the Code Editor app.
public DescribeAppImageConfigResult withCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The configuration of the Code Editor app.
codeEditorAppImageConfig - The configuration of the Code Editor app.public String toString()
toString in class Object Object.toString() public DescribeAppImageConfigResult clone()