|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.InstanceStatusDetails
public class InstanceStatusDetails
Instance Status Details
| Constructor Summary | |
|---|---|
InstanceStatusDetails()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Date |
getImpairedSince()
Returns the value of the ImpairedSince property for this object. |
java.lang.String |
getName()
Returns the value of the Name property for this object. |
java.lang.String |
getStatus()
Returns the value of the Status property for this object. |
int |
hashCode()
|
void |
setImpairedSince(java.util.Date impairedSince)
Sets the value of the ImpairedSince property for this object. |
void |
setName(java.lang.String name)
Sets the value of the Name property for this object. |
void |
setStatus(java.lang.String status)
Sets the value of the Status property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InstanceStatusDetails |
withImpairedSince(java.util.Date impairedSince)
Sets the value of the ImpairedSince property for this object. |
InstanceStatusDetails |
withName(java.lang.String name)
Sets the value of the Name property for this object. |
InstanceStatusDetails |
withStatus(java.lang.String status)
Sets the value of the Status property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InstanceStatusDetails()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The new value for the Name property for this object.public InstanceStatusDetails withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
name - The new value for the Name property for this object.
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The new value for the Status property for this object.public InstanceStatusDetails withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - The new value for the Status property for this object.
public java.util.Date getImpairedSince()
public void setImpairedSince(java.util.Date impairedSince)
impairedSince - The new value for the ImpairedSince property for this object.public InstanceStatusDetails withImpairedSince(java.util.Date impairedSince)
Returns a reference to this object so that method calls can be chained together.
impairedSince - The new value for the ImpairedSince property for this object.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||