@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.
|
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 |
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 |
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, withSdkRequestTimeout
public 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 String toString()
toString
in class Object
Object.toString()
public UpdateAppImageConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()