|
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.LaunchPermission
public class LaunchPermission
Describes a permission to launch an Amazon Machine Image (AMI).
| Constructor Summary | |
|---|---|
LaunchPermission()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getGroup()
The AWS group of the user involved in this launch permission. |
java.lang.String |
getUserId()
The AWS user ID of the user involved in this launch permission. |
int |
hashCode()
|
void |
setGroup(java.lang.String group)
The AWS group of the user involved in this launch permission. |
void |
setUserId(java.lang.String userId)
The AWS user ID of the user involved in this launch permission. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
LaunchPermission |
withGroup(java.lang.String group)
The AWS group of the user involved in this launch permission. |
LaunchPermission |
withUserId(java.lang.String userId)
The AWS user ID of the user involved in this launch permission. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LaunchPermission()
| Method Detail |
|---|
public java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId - The AWS user ID of the user involved in this launch permission.public LaunchPermission withUserId(java.lang.String userId)
Returns a reference to this object so that method calls can be chained together.
userId - The AWS user ID of the user involved in this launch permission.
public java.lang.String getGroup()
Available groups: all
Available groups: all
public void setGroup(java.lang.String group)
Available groups: all
group - The AWS group of the user involved in this launch permission.
Available groups: all
public LaunchPermission withGroup(java.lang.String group)
Available groups: all
Returns a reference to this object so that method calls can be chained together.
group - The AWS group of the user involved in this launch permission.
Available groups: all
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 | ||||||