|
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(java.lang.Object obj)
|
java.util.List<CreateVolumePermission> |
getAdd()
Returns the value of the Add property for this object. |
java.util.List<CreateVolumePermission> |
getRemove()
Returns the value of the Remove property for this object. |
int |
hashCode()
|
void |
setAdd(java.util.Collection<CreateVolumePermission> add)
Sets the value of the Add property for this object. |
void |
setRemove(java.util.Collection<CreateVolumePermission> remove)
Sets the value of the Remove property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateVolumePermissionModifications |
withAdd(java.util.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(java.util.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 java.util.List<CreateVolumePermission> getAdd()
public void setAdd(java.util.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(java.util.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 java.util.List<CreateVolumePermission> getRemove()
public void setRemove(java.util.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(java.util.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||