@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 Amazon Resource Name (ARN) of the AppImageConfig.
|
String |
getAppImageConfigName()
The name of the AppImageConfig.
|
Date |
getCreationTime()
When the AppImageConfig was created.
|
KernelGatewayImageConfig |
getKernelGatewayImageConfig()
The configuration of a KernelGateway app.
|
Date |
getLastModifiedTime()
When the AppImageConfig was last modified.
|
int |
hashCode() |
void |
setAppImageConfigArn(String appImageConfigArn)
The Amazon Resource Name (ARN) of the AppImageConfig.
|
void |
setAppImageConfigName(String appImageConfigName)
The name of the AppImageConfig.
|
void |
setCreationTime(Date creationTime)
When the AppImageConfig was created.
|
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 Amazon Resource Name (ARN) of the AppImageConfig.
|
DescribeAppImageConfigResult |
withAppImageConfigName(String appImageConfigName)
The name of the AppImageConfig.
|
DescribeAppImageConfigResult |
withCreationTime(Date creationTime)
When the AppImageConfig was created.
|
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 void setAppImageConfigArn(String appImageConfigArn)
The Amazon Resource Name (ARN) of the AppImageConfig.
appImageConfigArn
- The Amazon Resource Name (ARN) of the AppImageConfig.public String getAppImageConfigArn()
The Amazon Resource Name (ARN) of the AppImageConfig.
public DescribeAppImageConfigResult withAppImageConfigArn(String appImageConfigArn)
The Amazon Resource Name (ARN) of the AppImageConfig.
appImageConfigArn
- The Amazon Resource Name (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 String toString()
toString
in class Object
Object.toString()
public DescribeAppImageConfigResult clone()