@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 quantity.
|
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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
.
AppType
public 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()
.
AppType
public 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()
.
AppStatus
public 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()
.
AppStatus
public 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 quantity.
public DescribeAppResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>
toBuilder
in class AwsResponse
public static DescribeAppResponse.Builder builder()
public static Class<? extends DescribeAppResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.