case class UserIdGroupPair(groupId: String, groupName: String, userId: String) extends com.amazonaws.services.ec2.model.UserIdGroupPair with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserIdGroupPair
- Serializable
- Product
- Equals
- UserIdGroupPair
- Cloneable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UserIdGroupPair(groupId: String, groupName: String, userId: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): com.amazonaws.services.ec2.model.UserIdGroupPair
- Definition Classes
- UserIdGroupPair → AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- UserIdGroupPair → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDescription(): String
- Definition Classes
- UserIdGroupPair
-
def
getGroupId(): String
- Definition Classes
- UserIdGroupPair
-
def
getGroupName(): String
- Definition Classes
- UserIdGroupPair
-
def
getPeeringStatus(): String
- Definition Classes
- UserIdGroupPair
-
def
getUserId(): String
- Definition Classes
- UserIdGroupPair
-
def
getVpcId(): String
- Definition Classes
- UserIdGroupPair
-
def
getVpcPeeringConnectionId(): String
- Definition Classes
- UserIdGroupPair
- val groupId: String
- val groupName: String
-
def
hashCode(): Int
- Definition Classes
- UserIdGroupPair → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setDescription(arg0: String): Unit
- Definition Classes
- UserIdGroupPair
-
def
setGroupId(arg0: String): Unit
- Definition Classes
- UserIdGroupPair
-
def
setGroupName(arg0: String): Unit
- Definition Classes
- UserIdGroupPair
-
def
setPeeringStatus(arg0: String): Unit
- Definition Classes
- UserIdGroupPair
-
def
setUserId(arg0: String): Unit
- Definition Classes
- UserIdGroupPair
-
def
setVpcId(arg0: String): Unit
- Definition Classes
- UserIdGroupPair
-
def
setVpcPeeringConnectionId(arg0: String): Unit
- Definition Classes
- UserIdGroupPair
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- UserIdGroupPair → AnyRef → Any
- val userId: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withDescription(arg0: String): com.amazonaws.services.ec2.model.UserIdGroupPair
- Definition Classes
- UserIdGroupPair
-
def
withGroupId(arg0: String): com.amazonaws.services.ec2.model.UserIdGroupPair
- Definition Classes
- UserIdGroupPair
-
def
withGroupName(arg0: String): com.amazonaws.services.ec2.model.UserIdGroupPair
- Definition Classes
- UserIdGroupPair
-
def
withPeeringStatus(arg0: String): com.amazonaws.services.ec2.model.UserIdGroupPair
- Definition Classes
- UserIdGroupPair
-
def
withUserId(arg0: String): com.amazonaws.services.ec2.model.UserIdGroupPair
- Definition Classes
- UserIdGroupPair
-
def
withVpcId(arg0: String): com.amazonaws.services.ec2.model.UserIdGroupPair
- Definition Classes
- UserIdGroupPair
-
def
withVpcPeeringConnectionId(arg0: String): com.amazonaws.services.ec2.model.UserIdGroupPair
- Definition Classes
- UserIdGroupPair