|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.CreateVolumePermissionModifications
public class CreateVolumePermissionModifications
Constructor Summary | |
---|---|
CreateVolumePermissionModifications()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<CreateVolumePermission> |
getAdd()
Adds a specific AWS account ID or group to a volume's list of create volume permissions. |
java.util.List<CreateVolumePermission> |
getRemove()
Removes a specific AWS account ID or group from a volume's list of create volume permissions. |
int |
hashCode()
|
void |
setAdd(java.util.Collection<CreateVolumePermission> add)
Adds a specific AWS account ID or group to a volume's list of create volume permissions. |
void |
setRemove(java.util.Collection<CreateVolumePermission> remove)
Removes a specific AWS account ID or group from a volume's list of create volume permissions. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateVolumePermissionModifications |
withAdd(java.util.Collection<CreateVolumePermission> add)
Adds a specific AWS account ID or group to a volume's list of create volume permissions. |
CreateVolumePermissionModifications |
withAdd(CreateVolumePermission... add)
Adds a specific AWS account ID or group to a volume's list of create volume permissions. |
CreateVolumePermissionModifications |
withRemove(java.util.Collection<CreateVolumePermission> remove)
Removes a specific AWS account ID or group from a volume's list of create volume permissions. |
CreateVolumePermissionModifications |
withRemove(CreateVolumePermission... remove)
Removes a specific AWS account ID or group from a volume's list of create volume permissions. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateVolumePermissionModifications()
Method Detail |
---|
public java.util.List<CreateVolumePermission> getAdd()
public void setAdd(java.util.Collection<CreateVolumePermission> add)
add
- Adds a specific AWS account ID or group to a volume's list of create
volume permissions.public CreateVolumePermissionModifications withAdd(CreateVolumePermission... add)
Returns a reference to this object so that method calls can be chained together.
add
- Adds a specific AWS account ID or group to a volume's list of create
volume permissions.
public CreateVolumePermissionModifications withAdd(java.util.Collection<CreateVolumePermission> add)
Returns a reference to this object so that method calls can be chained together.
add
- Adds a specific AWS account ID or group to a volume's list of create
volume permissions.
public java.util.List<CreateVolumePermission> getRemove()
public void setRemove(java.util.Collection<CreateVolumePermission> remove)
remove
- Removes a specific AWS account ID or group from a volume's list of
create volume permissions.public CreateVolumePermissionModifications withRemove(CreateVolumePermission... remove)
Returns a reference to this object so that method calls can be chained together.
remove
- Removes a specific AWS account ID or group from a volume's list of
create volume permissions.
public CreateVolumePermissionModifications withRemove(java.util.Collection<CreateVolumePermission> remove)
Returns a reference to this object so that method calls can be chained together.
remove
- Removes a specific AWS account ID or group from a volume's list of
create volume permissions.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public 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 |