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 interface
ProjectSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectSummary.Builder
builder()
Instant
creationTime()
The time that the project was created.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
projectArn()
The Amazon Resource Name (ARN) of the project.String
projectDescription()
The description of the project.String
projectId()
The ID of the project.String
projectName()
The name of the project.ProjectStatus
projectStatus()
The status of the project.String
projectStatusAsString()
The status of the project.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ProjectSummary.Builder>
serializableBuilderClass()
ProjectSummary.Builder
toBuilder()
String
toString()
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,
projectStatus
will 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,
projectStatus
will 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:
toBuilder
in 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:
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
-
-