@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
- ScheduleState
public String getScheduleAssociationState()
ScheduleState
public ClusterAssociatedToSchedule withScheduleAssociationState(String scheduleAssociationState)
scheduleAssociationState
- ScheduleState
public ClusterAssociatedToSchedule withScheduleAssociationState(ScheduleState scheduleAssociationState)
scheduleAssociationState
- ScheduleState
public String toString()
toString
in class Object
Object.toString()
public ClusterAssociatedToSchedule clone()