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