@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAppResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAppResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appArn()
The app's Amazon Resource Name (ARN).
|
String |
appName()
The name of the app.
|
AppType |
appType()
The type of app.
|
String |
appTypeAsString()
The type of app.
|
static DescribeAppResponse.Builder |
builder() |
Instant |
creationTime()
The creation time.
|
String |
domainId()
The domain ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
The failure reason.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastHealthCheckTimestamp()
The timestamp of the last health check.
|
Instant |
lastUserActivityTimestamp()
The timestamp of the last user's activity.
|
ResourceSpec |
resourceSpec()
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAppResponse.Builder> |
serializableBuilderClass() |
AppStatus |
status()
The status.
|
String |
statusAsString()
The status.
|
DescribeAppResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userProfileName()
The user profile name.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String appArn()
The app's Amazon Resource Name (ARN).
public AppType appType()
The type of app.
If the service returns an enum value that is not available in the current SDK version, appType will
return AppType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
appTypeAsString().
AppTypepublic String appTypeAsString()
The type of app.
If the service returns an enum value that is not available in the current SDK version, appType will
return AppType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
appTypeAsString().
AppTypepublic String appName()
The name of the app.
public String domainId()
The domain ID.
public String userProfileName()
The user profile name.
public AppStatus status()
The status.
If the service returns an enum value that is not available in the current SDK version, status will
return AppStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AppStatuspublic String statusAsString()
The status.
If the service returns an enum value that is not available in the current SDK version, status will
return AppStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AppStatuspublic Instant lastHealthCheckTimestamp()
The timestamp of the last health check.
public Instant lastUserActivityTimestamp()
The timestamp of the last user's activity.
public Instant creationTime()
The creation time.
public String failureReason()
The failure reason.
public ResourceSpec resourceSpec()
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
public DescribeAppResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>toBuilder in class AwsResponsepublic static DescribeAppResponse.Builder builder()
public static Class<? extends DescribeAppResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.