@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterAssociatedToSchedule extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ClusterAssociatedToSchedule() |
| Modifier and Type | Method and Description |
|---|---|
ClusterAssociatedToSchedule |
clone() |
boolean |
equals(Object obj) |
String |
getClusterIdentifier()
|
String |
getScheduleAssociationState()
|
int |
hashCode() |
void |
setClusterIdentifier(String clusterIdentifier)
|
void |
setScheduleAssociationState(String scheduleAssociationState)
|
String |
toString()
Returns a string representation of this object.
|
ClusterAssociatedToSchedule |
withClusterIdentifier(String clusterIdentifier)
|
ClusterAssociatedToSchedule |
withScheduleAssociationState(ScheduleState scheduleAssociationState)
|
ClusterAssociatedToSchedule |
withScheduleAssociationState(String scheduleAssociationState)
|
public void setClusterIdentifier(String clusterIdentifier)
clusterIdentifier - public String getClusterIdentifier()
public ClusterAssociatedToSchedule withClusterIdentifier(String clusterIdentifier)
clusterIdentifier - public void setScheduleAssociationState(String scheduleAssociationState)
scheduleAssociationState - ScheduleStatepublic String getScheduleAssociationState()
ScheduleStatepublic ClusterAssociatedToSchedule withScheduleAssociationState(String scheduleAssociationState)
scheduleAssociationState - ScheduleStatepublic ClusterAssociatedToSchedule withScheduleAssociationState(ScheduleState scheduleAssociationState)
scheduleAssociationState - ScheduleStatepublic String toString()
toString in class ObjectObject.toString()public ClusterAssociatedToSchedule clone()