public class CreateVolumePermission extends Object implements Serializable
Constructor and Description |
---|
CreateVolumePermission() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getGroup()
The specific group that is to be added or removed from a volume's list of create volume permissions.
|
String |
getUserId()
The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.
|
int |
hashCode() |
void |
setGroup(PermissionGroup group)
The specific group that is to be added or removed from a volume's list of create volume permissions.
|
void |
setGroup(String group)
The specific group that is to be added or removed from a volume's list of create volume permissions.
|
void |
setUserId(String userId)
The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.
|
String |
toString() |
public void setUserId(String userId)
The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.
userId
- The specific AWS account ID that is to be added or removed from a volume's list of create volume
permissions.public String getUserId()
The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.
public void setGroup(String group)
The specific group that is to be added or removed from a volume's list of create volume permissions.
group
- The specific group that is to be added or removed from a volume's list of create volume permissions.PermissionGroup
public String getGroup()
The specific group that is to be added or removed from a volume's list of create volume permissions.
PermissionGroup
public void setGroup(PermissionGroup group)
The specific group that is to be added or removed from a volume's list of create volume permissions.
group
- The specific group that is to be added or removed from a volume's list of create volume permissions.PermissionGroup
Copyright © 2010–2020. All rights reserved.