|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.UserIdGroupPair
public class UserIdGroupPair
An AWS user ID identifiying an AWS account, and the name of a security group within that account.
| Constructor Summary | |
|---|---|
UserIdGroupPair()
|
|
| Method Summary | |
|---|---|
String |
getGroupName()
The name of the security group in the specified user's account. |
String |
getUserId()
The AWS user ID of an account. |
void |
setGroupName(String groupName)
The name of the security group in the specified user's account. |
void |
setUserId(String userId)
The AWS user ID of an account. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UserIdGroupPair |
withGroupName(String groupName)
The name of the security group in the specified user's account. |
UserIdGroupPair |
withUserId(String userId)
The AWS user ID of an account. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserIdGroupPair()
| Method Detail |
|---|
public String getUserId()
public void setUserId(String userId)
userId - The AWS user ID of an account.public UserIdGroupPair withUserId(String userId)
Returns a reference to this object so that method calls can be chained together.
userId - The AWS user ID of an account.
public String getGroupName()
public void setGroupName(String groupName)
groupName - The name of the security group in the specified user's account.public UserIdGroupPair withGroupName(String groupName)
Returns a reference to this object so that method calls can be chained together.
groupName - The name of the security group in the specified user's account.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||