Class ProjectSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ProjectSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProjectSummary.Builder,ProjectSummary>
@Generated("software.amazon.awssdk:codegen") public final class ProjectSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectSummary.Builder,ProjectSummary>
Information about a project.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProjectSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectSummary.Builderbuilder()InstantcreationTime()The time that the project was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprojectArn()The Amazon Resource Name (ARN) of the project.StringprojectDescription()The description of the project.StringprojectId()The ID of the project.StringprojectName()The name of the project.ProjectStatusprojectStatus()The status of the project.StringprojectStatusAsString()The status of the project.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ProjectSummary.Builder>serializableBuilderClass()ProjectSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
projectName
public final String projectName()
The name of the project.
- Returns:
- The name of the project.
-
projectDescription
public final String projectDescription()
The description of the project.
- Returns:
- The description of the project.
-
projectArn
public final String projectArn()
The Amazon Resource Name (ARN) of the project.
- Returns:
- The Amazon Resource Name (ARN) of the project.
-
projectId
public final String projectId()
The ID of the project.
- Returns:
- The ID of the project.
-
creationTime
public final Instant creationTime()
The time that the project was created.
- Returns:
- The time that the project was created.
-
projectStatus
public final ProjectStatus projectStatus()
The status of the project.
If the service returns an enum value that is not available in the current SDK version,
projectStatuswill returnProjectStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprojectStatusAsString().- Returns:
- The status of the project.
- See Also:
ProjectStatus
-
projectStatusAsString
public final String projectStatusAsString()
The status of the project.
If the service returns an enum value that is not available in the current SDK version,
projectStatuswill returnProjectStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprojectStatusAsString().- Returns:
- The status of the project.
- See Also:
ProjectStatus
-
toBuilder
public ProjectSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProjectSummary.Builder,ProjectSummary>
-
builder
public static ProjectSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProjectSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-