@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoadPermission extends Object implements Serializable, Cloneable
Describes a load permission.
| Constructor and Description | 
|---|
LoadPermission()  | 
| Modifier and Type | Method and Description | 
|---|---|
LoadPermission | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getGroup()
 The name of the group. 
 | 
String | 
getUserId()
 The AWS account ID. 
 | 
int | 
hashCode()  | 
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. 
 | 
LoadPermission | 
withGroup(PermissionGroup group)
 The name of the group. 
 | 
LoadPermission | 
withGroup(String group)
 The name of the group. 
 | 
LoadPermission | 
withUserId(String userId)
 The AWS account ID. 
 | 
public void setUserId(String userId)
The AWS account ID.
userId - The AWS account ID.public String getUserId()
The AWS account ID.
public LoadPermission withUserId(String userId)
The AWS account ID.
userId - The AWS account ID.public void setGroup(String group)
The name of the group.
group - The name of the group.PermissionGrouppublic String getGroup()
The name of the group.
PermissionGrouppublic LoadPermission withGroup(String group)
The name of the group.
group - The name of the group.PermissionGrouppublic LoadPermission withGroup(PermissionGroup group)
The name of the group.
group - The name of the group.PermissionGrouppublic String toString()
toString in class ObjectObject.toString()public LoadPermission clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.