@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAppImageConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
UpdateAppImageConfigRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateAppImageConfigRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getAppImageConfigName()
 The name of the AppImageConfig to update. 
 | 
CodeEditorAppImageConfig | 
getCodeEditorAppImageConfig()
 The Code Editor app running on the image. 
 | 
JupyterLabAppImageConfig | 
getJupyterLabAppImageConfig()
 The JupyterLab app running on the image. 
 | 
KernelGatewayImageConfig | 
getKernelGatewayImageConfig()
 The new KernelGateway app to run on the image. 
 | 
int | 
hashCode()  | 
void | 
setAppImageConfigName(String appImageConfigName)
 The name of the AppImageConfig to update. 
 | 
void | 
setCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
 The Code Editor app running on the image. 
 | 
void | 
setJupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)
 The JupyterLab app running on the image. 
 | 
void | 
setKernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
 The new KernelGateway app to run on the image. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateAppImageConfigRequest | 
withAppImageConfigName(String appImageConfigName)
 The name of the AppImageConfig to update. 
 | 
UpdateAppImageConfigRequest | 
withCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
 The Code Editor app running on the image. 
 | 
UpdateAppImageConfigRequest | 
withJupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)
 The JupyterLab app running on the image. 
 | 
UpdateAppImageConfigRequest | 
withKernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
 The new KernelGateway app to run on the image. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAppImageConfigName(String appImageConfigName)
The name of the AppImageConfig to update.
appImageConfigName - The name of the AppImageConfig to update.public String getAppImageConfigName()
The name of the AppImageConfig to update.
public UpdateAppImageConfigRequest withAppImageConfigName(String appImageConfigName)
The name of the AppImageConfig to update.
appImageConfigName - The name of the AppImageConfig to update.public void setKernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The new KernelGateway app to run on the image.
kernelGatewayImageConfig - The new KernelGateway app to run on the image.public KernelGatewayImageConfig getKernelGatewayImageConfig()
The new KernelGateway app to run on the image.
public UpdateAppImageConfigRequest withKernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The new KernelGateway app to run on the image.
kernelGatewayImageConfig - The new KernelGateway app to run on the image.public void setJupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)
The JupyterLab app running on the image.
jupyterLabAppImageConfig - The JupyterLab app running on the image.public JupyterLabAppImageConfig getJupyterLabAppImageConfig()
The JupyterLab app running on the image.
public UpdateAppImageConfigRequest withJupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)
The JupyterLab app running on the image.
jupyterLabAppImageConfig - The JupyterLab app running on the image.public void setCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The Code Editor app running on the image.
codeEditorAppImageConfig - The Code Editor app running on the image.public CodeEditorAppImageConfig getCodeEditorAppImageConfig()
The Code Editor app running on the image.
public UpdateAppImageConfigRequest withCodeEditorAppImageConfig(CodeEditorAppImageConfig codeEditorAppImageConfig)
The Code Editor app running on the image.
codeEditorAppImageConfig - The Code Editor app running on the image.public String toString()
toString in class ObjectObject.toString()public UpdateAppImageConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()