@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterSummary extends Object implements Serializable, Cloneable, StructuredPojo
Lists a summary of the properties of a SageMaker HyperPod cluster.
Constructor and Description |
---|
ClusterSummary() |
Modifier and Type | Method and Description |
---|---|
ClusterSummary |
clone() |
boolean |
equals(Object obj) |
String |
getClusterArn()
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
|
String |
getClusterName()
The name of the SageMaker HyperPod cluster.
|
String |
getClusterStatus()
The status of the SageMaker HyperPod cluster.
|
Date |
getCreationTime()
The time when the SageMaker HyperPod cluster is created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
|
void |
setClusterName(String clusterName)
The name of the SageMaker HyperPod cluster.
|
void |
setClusterStatus(String clusterStatus)
The status of the SageMaker HyperPod cluster.
|
void |
setCreationTime(Date creationTime)
The time when the SageMaker HyperPod cluster is created.
|
String |
toString()
Returns a string representation of this object.
|
ClusterSummary |
withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
|
ClusterSummary |
withClusterName(String clusterName)
The name of the SageMaker HyperPod cluster.
|
ClusterSummary |
withClusterStatus(ClusterStatus clusterStatus)
The status of the SageMaker HyperPod cluster.
|
ClusterSummary |
withClusterStatus(String clusterStatus)
The status of the SageMaker HyperPod cluster.
|
ClusterSummary |
withCreationTime(Date creationTime)
The time when the SageMaker HyperPod cluster is created.
|
public void setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
clusterArn
- The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.public String getClusterArn()
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
public ClusterSummary withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
clusterArn
- The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.public void setClusterName(String clusterName)
The name of the SageMaker HyperPod cluster.
clusterName
- The name of the SageMaker HyperPod cluster.public String getClusterName()
The name of the SageMaker HyperPod cluster.
public ClusterSummary withClusterName(String clusterName)
The name of the SageMaker HyperPod cluster.
clusterName
- The name of the SageMaker HyperPod cluster.public void setCreationTime(Date creationTime)
The time when the SageMaker HyperPod cluster is created.
creationTime
- The time when the SageMaker HyperPod cluster is created.public Date getCreationTime()
The time when the SageMaker HyperPod cluster is created.
public ClusterSummary withCreationTime(Date creationTime)
The time when the SageMaker HyperPod cluster is created.
creationTime
- The time when the SageMaker HyperPod cluster is created.public void setClusterStatus(String clusterStatus)
The status of the SageMaker HyperPod cluster.
clusterStatus
- The status of the SageMaker HyperPod cluster.ClusterStatus
public String getClusterStatus()
The status of the SageMaker HyperPod cluster.
ClusterStatus
public ClusterSummary withClusterStatus(String clusterStatus)
The status of the SageMaker HyperPod cluster.
clusterStatus
- The status of the SageMaker HyperPod cluster.ClusterStatus
public ClusterSummary withClusterStatus(ClusterStatus clusterStatus)
The status of the SageMaker HyperPod cluster.
clusterStatus
- The status of the SageMaker HyperPod cluster.ClusterStatus
public String toString()
toString
in class Object
Object.toString()
public ClusterSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.