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 app.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappName()The name of the app.AppTypeappType()The type of app.StringappTypeAsString()The type of app.static AppDetails.Builderbuilder()InstantcreationTime()The creation time.StringdomainId()The domain ID.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResourceSpecresourceSpec()Returns the value of the ResourceSpec property for this object.List<SdkField<?>>sdkFields()static Class<? extends AppDetails.Builder>serializableBuilderClass()StringspaceName()The name of the space.AppStatusstatus()The status.StringstatusAsString()The status.AppDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserProfileName()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.
-
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,
appTypewill 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,
appTypewill 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,
statuswill 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,
statuswill 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.
-
spaceName
public final String spaceName()
The name of the space.
- Returns:
- The name of the space.
-
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:
toBuilderin 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:
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.
-
-