Package com.amazonaws.services.ec2.model
Class InstanceStatusDetails
java.lang.Object
com.amazonaws.services.ec2.model.InstanceStatusDetails
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the instance status.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The time when a status check failed.getName()
The type of instance status.The status.int
hashCode()
void
setImpairedSince
(Date impairedSince) The time when a status check failed.void
setName
(StatusName name) The type of instance status.void
The type of instance status.void
setStatus
(StatusType status) The status.void
The status.toString()
Returns a string representation of this object; useful for testing and debugging.withImpairedSince
(Date impairedSince) The time when a status check failed.withName
(StatusName name) The type of instance status.The type of instance status.withStatus
(StatusType status) The status.withStatus
(String status) The status.
-
Constructor Details
-
InstanceStatusDetails
public InstanceStatusDetails()
-
-
Method Details
-
setName
The type of instance status.
- Parameters:
name
- The type of instance status.- See Also:
-
getName
The type of instance status.
- Returns:
- The type of instance status.
- See Also:
-
withName
The type of instance status.
- Parameters:
name
- The type of instance status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setName
The type of instance status.
- Parameters:
name
- The type of instance status.- See Also:
-
withName
The type of instance status.
- Parameters:
name
- The type of instance status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status.
- Parameters:
status
- The status.- See Also:
-
getStatus
The status.
- Returns:
- The status.
- See Also:
-
withStatus
The status.
- Parameters:
status
- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status.
- Parameters:
status
- The status.- See Also:
-
withStatus
The status.
- Parameters:
status
- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setImpairedSince
The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
- Parameters:
impairedSince
- The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
-
getImpairedSince
The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
- Returns:
- The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
-
withImpairedSince
The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
- Parameters:
impairedSince
- The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-