@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterListEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains a cluster's state, a cluster's ID, and other important information.
Constructor and Description |
---|
ClusterListEntry() |
Modifier and Type | Method and Description |
---|---|
ClusterListEntry |
clone() |
boolean |
equals(Object obj) |
String |
getClusterId()
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000 . |
String |
getClusterState()
The current state of this cluster.
|
Date |
getCreationDate()
The creation date for this cluster.
|
String |
getDescription()
Defines an optional description of the cluster, for example
Environmental Data Cluster-01 . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000 . |
void |
setClusterState(ClusterState clusterState)
The current state of this cluster.
|
void |
setClusterState(String clusterState)
The current state of this cluster.
|
void |
setCreationDate(Date creationDate)
The creation date for this cluster.
|
void |
setDescription(String description)
Defines an optional description of the cluster, for example
Environmental Data Cluster-01 . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ClusterListEntry |
withClusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000 . |
ClusterListEntry |
withClusterState(ClusterState clusterState)
The current state of this cluster.
|
ClusterListEntry |
withClusterState(String clusterState)
The current state of this cluster.
|
ClusterListEntry |
withCreationDate(Date creationDate)
The creation date for this cluster.
|
ClusterListEntry |
withDescription(String description)
Defines an optional description of the cluster, for example
Environmental Data Cluster-01 . |
public void setClusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.
clusterId
- The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.public String getClusterId()
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.
CID123e4567-e89b-12d3-a456-426655440000
.public ClusterListEntry withClusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.
clusterId
- The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.public void setClusterState(String clusterState)
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
clusterState
- The current state of this cluster. For information about the state of a specific node, see
JobListEntry$JobState.ClusterState
public String getClusterState()
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
ClusterState
public ClusterListEntry withClusterState(String clusterState)
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
clusterState
- The current state of this cluster. For information about the state of a specific node, see
JobListEntry$JobState.ClusterState
public void setClusterState(ClusterState clusterState)
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
clusterState
- The current state of this cluster. For information about the state of a specific node, see
JobListEntry$JobState.ClusterState
public ClusterListEntry withClusterState(ClusterState clusterState)
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
clusterState
- The current state of this cluster. For information about the state of a specific node, see
JobListEntry$JobState.ClusterState
public void setCreationDate(Date creationDate)
The creation date for this cluster.
creationDate
- The creation date for this cluster.public Date getCreationDate()
The creation date for this cluster.
public ClusterListEntry withCreationDate(Date creationDate)
The creation date for this cluster.
creationDate
- The creation date for this cluster.public void setDescription(String description)
Defines an optional description of the cluster, for example Environmental Data Cluster-01
.
description
- Defines an optional description of the cluster, for example Environmental Data Cluster-01
.public String getDescription()
Defines an optional description of the cluster, for example Environmental Data Cluster-01
.
Environmental Data Cluster-01
.public ClusterListEntry withDescription(String description)
Defines an optional description of the cluster, for example Environmental Data Cluster-01
.
description
- Defines an optional description of the cluster, for example Environmental Data Cluster-01
.public String toString()
toString
in class Object
Object.toString()
public ClusterListEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.