@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateInstanceEventWindowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DisassociateInstanceEventWindowResult() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateInstanceEventWindowResult |
clone() |
boolean |
equals(Object obj) |
InstanceEventWindow |
getInstanceEventWindow()
Information about the event window.
|
int |
hashCode() |
void |
setInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateInstanceEventWindowResult |
withInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DisassociateInstanceEventWindowResult()
public void setInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
instanceEventWindow - Information about the event window.public InstanceEventWindow getInstanceEventWindow()
Information about the event window.
public DisassociateInstanceEventWindowResult withInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
instanceEventWindow - Information about the event window.public String toString()
toString in class ObjectObject.toString()public DisassociateInstanceEventWindowResult clone()