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 interfaceDescribeAppImageConfigResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappImageConfigArn()The Amazon Resource Name (ARN) of the AppImageConfig.StringappImageConfigName()The name of the AppImageConfig.static DescribeAppImageConfigResponse.Builderbuilder()InstantcreationTime()When the AppImageConfig was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()JupyterLabAppImageConfigjupyterLabAppImageConfig()The configuration of the JupyterLab app.KernelGatewayImageConfigkernelGatewayImageConfig()The configuration of a KernelGateway app.InstantlastModifiedTime()When the AppImageConfig was last modified.List<SdkField<?>>sdkFields()static Class<? extends DescribeAppImageConfigResponse.Builder>serializableBuilderClass()DescribeAppImageConfigResponse.BuildertoBuilder()StringtoString()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:
toBuilderin interfaceToCopyableBuilder<DescribeAppImageConfigResponse.Builder,DescribeAppImageConfigResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeAppImageConfigResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeAppImageConfigResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
getValueForFieldin classSdkResponse
-
-