Class AppDetails
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.AppDetails
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AppDetails.Builder,AppDetails>
@Generated("software.amazon.awssdk:codegen") public final class AppDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppDetails.Builder,AppDetails>
Details about an Amazon SageMaker AI app.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AppDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
appName()
The name of the app.AppType
appType()
The type of app.String
appTypeAsString()
The type of app.static AppDetails.Builder
builder()
Instant
creationTime()
The creation time.String
domainId()
The domain ID.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
ResourceSpec
resourceSpec()
Returns the value of the ResourceSpec property for this object.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends AppDetails.Builder>
serializableBuilderClass()
String
spaceName()
The name of the space.AppStatus
status()
The status.String
statusAsString()
The status.AppDetails.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
userProfileName()
The user profile name.-
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
-
domainId
public final String domainId()
The domain ID.
- Returns:
- The domain ID.
-
userProfileName
public final String userProfileName()
The user profile name.
- Returns:
- The user profile name.
-
spaceName
public final String spaceName()
The name of the space.
- Returns:
- The name of the space.
-
appType
public final AppType appType()
The type of app.
If the service returns an enum value that is not available in the current SDK version,
appType
will returnAppType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromappTypeAsString()
.- Returns:
- The type of app.
- See Also:
AppType
-
appTypeAsString
public final String appTypeAsString()
The type of app.
If the service returns an enum value that is not available in the current SDK version,
appType
will returnAppType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromappTypeAsString()
.- Returns:
- The type of app.
- See Also:
AppType
-
appName
public final String appName()
The name of the app.
- Returns:
- The name of the app.
-
status
public final AppStatus status()
The status.
If the service returns an enum value that is not available in the current SDK version,
status
will returnAppStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The status.
- See Also:
AppStatus
-
statusAsString
public final String statusAsString()
The status.
If the service returns an enum value that is not available in the current SDK version,
status
will returnAppStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The status.
- See Also:
AppStatus
-
creationTime
public final Instant creationTime()
The creation time.
- Returns:
- The creation time.
-
resourceSpec
public final ResourceSpec resourceSpec()
Returns the value of the ResourceSpec property for this object.- Returns:
- The value of the ResourceSpec property for this object.
-
toBuilder
public AppDetails.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<AppDetails.Builder,AppDetails>
-
builder
public static AppDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AppDetails.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-