|
Did this page help you?Yes No Tell us about it... |
||||||
| 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
Create Volume Permission Modifications
| Constructor Summary | |
|---|---|
CreateVolumePermissionModifications()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<CreateVolumePermission> |
getAdd()
Returns the value of the Add property for this object. |
List<CreateVolumePermission> |
getRemove()
Returns the value of the Remove property for this object. |
int |
hashCode()
|
void |
setAdd(Collection<CreateVolumePermission> add)
Sets the value of the Add property for this object. |
void |
setRemove(Collection<CreateVolumePermission> remove)
Sets the value of the Remove property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateVolumePermissionModifications |
withAdd(Collection<CreateVolumePermission> add)
Sets the value of the Add property for this object. |
CreateVolumePermissionModifications |
withAdd(CreateVolumePermission... add)
Sets the value of the Add property for this object. |
CreateVolumePermissionModifications |
withRemove(Collection<CreateVolumePermission> remove)
Sets the value of the Remove property for this object. |
CreateVolumePermissionModifications |
withRemove(CreateVolumePermission... remove)
Sets the value of the Remove property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateVolumePermissionModifications()
| Method Detail |
|---|
public List<CreateVolumePermission> getAdd()
public void setAdd(Collection<CreateVolumePermission> add)
add - The new value for the Add property for this object.public CreateVolumePermissionModifications withAdd(CreateVolumePermission... add)
Returns a reference to this object so that method calls can be chained together.
add - The new value for the Add property for this object.
public CreateVolumePermissionModifications withAdd(Collection<CreateVolumePermission> add)
Returns a reference to this object so that method calls can be chained together.
add - The new value for the Add property for this object.
public List<CreateVolumePermission> getRemove()
public void setRemove(Collection<CreateVolumePermission> remove)
remove - The new value for the Remove property for this object.public CreateVolumePermissionModifications withRemove(CreateVolumePermission... remove)
Returns a reference to this object so that method calls can be chained together.
remove - The new value for the Remove property for this object.
public CreateVolumePermissionModifications withRemove(Collection<CreateVolumePermission> remove)
Returns a reference to this object so that method calls can be chained together.
remove - The new value for the Remove property for this object.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||