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