Class ClusterSchedulerConfigSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ClusterSchedulerConfigSummary
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ClusterSchedulerConfigSummary.Builder,ClusterSchedulerConfigSummary>
@Generated("software.amazon.awssdk:codegen") public final class ClusterSchedulerConfigSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterSchedulerConfigSummary.Builder,ClusterSchedulerConfigSummary>
Summary of the cluster policy.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ClusterSchedulerConfigSummary.Builder
-
Method Summary
-
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
-
clusterSchedulerConfigArn
public final String clusterSchedulerConfigArn()
ARN of the cluster policy.
- Returns:
- ARN of the cluster policy.
-
clusterSchedulerConfigId
public final String clusterSchedulerConfigId()
ID of the cluster policy.
- Returns:
- ID of the cluster policy.
-
clusterSchedulerConfigVersion
public final Integer clusterSchedulerConfigVersion()
Version of the cluster policy.
- Returns:
- Version of the cluster policy.
-
name
public final String name()
Name of the cluster policy.
- Returns:
- Name of the cluster policy.
-
creationTime
public final Instant creationTime()
Creation time of the cluster policy.
- Returns:
- Creation time of the cluster policy.
-
lastModifiedTime
public final Instant lastModifiedTime()
Last modified time of the cluster policy.
- Returns:
- Last modified time of the cluster policy.
-
status
public final SchedulerResourceStatus status()
Status of the cluster policy.
If the service returns an enum value that is not available in the current SDK version,
status
will returnSchedulerResourceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- Status of the cluster policy.
- See Also:
SchedulerResourceStatus
-
statusAsString
public final String statusAsString()
Status of the cluster policy.
If the service returns an enum value that is not available in the current SDK version,
status
will returnSchedulerResourceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- Status of the cluster policy.
- See Also:
SchedulerResourceStatus
-
clusterArn
public final String clusterArn()
ARN of the cluster.
- Returns:
- ARN of the cluster.
-
toBuilder
public ClusterSchedulerConfigSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ClusterSchedulerConfigSummary.Builder,ClusterSchedulerConfigSummary>
-
builder
public static ClusterSchedulerConfigSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClusterSchedulerConfigSummary.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
-
-