public class LaunchPermission extends Object implements Serializable
Constructor and Description |
---|
LaunchPermission() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getGroup()
The name of the group.
|
String |
getUserId()
The AWS account ID.
|
int |
hashCode() |
void |
setGroup(PermissionGroup group)
The name of the group.
|
void |
setGroup(String group)
The name of the group.
|
void |
setUserId(String userId)
The AWS account ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setUserId(String userId)
The AWS account ID.
userId
- The AWS account ID.public String getUserId()
The AWS account ID.
public void setGroup(String group)
The name of the group.
group
- The name of the group.public String getGroup()
The name of the group.
public void setGroup(PermissionGroup group)
The name of the group.
group
- The name of the group.public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.