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