@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppImageConfigDetails extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for running a SageMaker image as a KernelGateway app.
Constructor and Description |
---|
AppImageConfigDetails() |
Modifier and Type | Method and Description |
---|---|
AppImageConfigDetails |
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 for the file system and kernels in the SageMaker image.
|
Date |
getLastModifiedTime()
When the AppImageConfig was last modified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 for the file system and kernels in the SageMaker image.
|
void |
setLastModifiedTime(Date lastModifiedTime)
When the AppImageConfig was last modified.
|
String |
toString()
Returns a string representation of this object.
|
AppImageConfigDetails |
withAppImageConfigArn(String appImageConfigArn)
The Amazon Resource Name (ARN) of the AppImageConfig.
|
AppImageConfigDetails |
withAppImageConfigName(String appImageConfigName)
The name of the AppImageConfig.
|
AppImageConfigDetails |
withCreationTime(Date creationTime)
When the AppImageConfig was created.
|
AppImageConfigDetails |
withKernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The configuration for the file system and kernels in the SageMaker image.
|
AppImageConfigDetails |
withLastModifiedTime(Date lastModifiedTime)
When the AppImageConfig was last modified.
|
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 AppImageConfigDetails 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. Must be unique to your account.
appImageConfigName
- The name of the AppImageConfig. Must be unique to your account.public String getAppImageConfigName()
The name of the AppImageConfig. Must be unique to your account.
public AppImageConfigDetails withAppImageConfigName(String appImageConfigName)
The name of the AppImageConfig. Must be unique to your account.
appImageConfigName
- The name of the AppImageConfig. Must be unique to your account.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 AppImageConfigDetails 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 AppImageConfigDetails withLastModifiedTime(Date lastModifiedTime)
When the AppImageConfig was last modified.
lastModifiedTime
- When the AppImageConfig was last modified.public void setKernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The configuration for the file system and kernels in the SageMaker image.
kernelGatewayImageConfig
- The configuration for the file system and kernels in the SageMaker image.public KernelGatewayImageConfig getKernelGatewayImageConfig()
The configuration for the file system and kernels in the SageMaker image.
public AppImageConfigDetails withKernelGatewayImageConfig(KernelGatewayImageConfig kernelGatewayImageConfig)
The configuration for the file system and kernels in the SageMaker image.
kernelGatewayImageConfig
- The configuration for the file system and kernels in the SageMaker image.public String toString()
toString
in class Object
Object.toString()
public AppImageConfigDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.