Class DescribeAppImageConfigResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
-
- software.amazon.awssdk.services.sagemaker.model.DescribeAppImageConfigResponse
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<DescribeAppImageConfigResponse.Builder,DescribeAppImageConfigResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeAppImageConfigResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeAppImageConfigResponse.Builder,DescribeAppImageConfigResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DescribeAppImageConfigResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
appImageConfigArn()
The Amazon Resource Name (ARN) of the AppImageConfig.String
appImageConfigName()
The name of the AppImageConfig.static DescribeAppImageConfigResponse.Builder
builder()
Instant
creationTime()
When the AppImageConfig was created.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
JupyterLabAppImageConfig
jupyterLabAppImageConfig()
The configuration of the JupyterLab app.KernelGatewayImageConfig
kernelGatewayImageConfig()
The configuration of a KernelGateway app.Instant
lastModifiedTime()
When the AppImageConfig was last modified.List<SdkField<?>>
sdkFields()
static Class<? extends DescribeAppImageConfigResponse.Builder>
serializableBuilderClass()
DescribeAppImageConfigResponse.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
appImageConfigArn
public final String appImageConfigArn()
The Amazon Resource Name (ARN) of the AppImageConfig.
- Returns:
- The Amazon Resource Name (ARN) of the AppImageConfig.
-
appImageConfigName
public final String appImageConfigName()
The name of the AppImageConfig.
- Returns:
- The name of the AppImageConfig.
-
creationTime
public final Instant creationTime()
When the AppImageConfig was created.
- Returns:
- When the AppImageConfig was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
When the AppImageConfig was last modified.
- Returns:
- When the AppImageConfig was last modified.
-
kernelGatewayImageConfig
public final KernelGatewayImageConfig kernelGatewayImageConfig()
The configuration of a KernelGateway app.
- Returns:
- The configuration of a KernelGateway app.
-
jupyterLabAppImageConfig
public final JupyterLabAppImageConfig jupyterLabAppImageConfig()
The configuration of the JupyterLab app.
- Returns:
- The configuration of the JupyterLab app.
-
toBuilder
public DescribeAppImageConfigResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DescribeAppImageConfigResponse.Builder,DescribeAppImageConfigResponse>
- Specified by:
toBuilder
in classAwsResponse
-
builder
public static DescribeAppImageConfigResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeAppImageConfigResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForField
in classSdkResponse
-
-