@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceEventWindowStateChange extends Object implements Serializable, Cloneable
The state of the event window.
Constructor and Description |
---|
InstanceEventWindowStateChange() |
Modifier and Type | Method and Description |
---|---|
InstanceEventWindowStateChange |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceEventWindowId()
The ID of the event window.
|
String |
getState()
The current state of the event window.
|
int |
hashCode() |
void |
setInstanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
|
void |
setState(String state)
The current state of the event window.
|
String |
toString()
Returns a string representation of this object.
|
InstanceEventWindowStateChange |
withInstanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
|
InstanceEventWindowStateChange |
withState(InstanceEventWindowState state)
The current state of the event window.
|
InstanceEventWindowStateChange |
withState(String state)
The current state of the event window.
|
public void setInstanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
instanceEventWindowId
- The ID of the event window.public String getInstanceEventWindowId()
The ID of the event window.
public InstanceEventWindowStateChange withInstanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
instanceEventWindowId
- The ID of the event window.public void setState(String state)
The current state of the event window.
state
- The current state of the event window.InstanceEventWindowState
public String getState()
The current state of the event window.
InstanceEventWindowState
public InstanceEventWindowStateChange withState(String state)
The current state of the event window.
state
- The current state of the event window.InstanceEventWindowState
public InstanceEventWindowStateChange withState(InstanceEventWindowState state)
The current state of the event window.
state
- The current state of the event window.InstanceEventWindowState
public String toString()
toString
in class Object
Object.toString()
public InstanceEventWindowStateChange clone()