public class LaunchPermission
extends java.lang.Object
implements java.io.Serializable
Describes a permission to launch an Amazon Machine Image (AMI).
| コンストラクタと説明 |
|---|
LaunchPermission() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object