implicit final class RichEC2Instance extends AnyVal
Extension class for an com.amazonaws.services.ec2.model.Instance.
- Alphabetic
- By Inheritance
- RichEC2Instance
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
RichEC2Instance(instance: Instance)
- instance
the instance to which the extension methods are to be available
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
id: String
Returns the id of this instance.
Returns the id of this instance.
- returns
the id of this instance.
- val instance: Instance
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
tagValue(key: String): Option[String]
Returns the value of a tag.
Returns the value of a tag.
- key
the key of the tag whose value is to be retrieved
- returns
the value associated with the given key wrapped in a
Someif the tag exists,Noneotherwise.
-
def
toString(): String
- Definition Classes
- Any