@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateInstanceEventWindowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AssociateInstanceEventWindowResult() |
| Modifier and Type | Method and Description |
|---|---|
AssociateInstanceEventWindowResult |
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.
|
AssociateInstanceEventWindowResult |
withInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
instanceEventWindow - Information about the event window.public InstanceEventWindow getInstanceEventWindow()
Information about the event window.
public AssociateInstanceEventWindowResult withInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
instanceEventWindow - Information about the event window.public String toString()
toString in class ObjectObject.toString()public AssociateInstanceEventWindowResult clone()