|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.LaunchPermissionModifications
public class LaunchPermissionModifications
Launch Permission Modifications
Constructor Summary | |
---|---|
LaunchPermissionModifications()
|
Method Summary | |
---|---|
List<LaunchPermission> |
getAdd()
Returns the value of the Add property for this object. |
List<LaunchPermission> |
getRemove()
Returns the value of the Remove property for this object. |
void |
setAdd(Collection<LaunchPermission> add)
Sets the value of the Add property for this object. |
void |
setRemove(Collection<LaunchPermission> 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. |
LaunchPermissionModifications |
withAdd(Collection<LaunchPermission> add)
Sets the value of the Add property for this object. |
LaunchPermissionModifications |
withAdd(LaunchPermission... add)
Sets the value of the Add property for this object. |
LaunchPermissionModifications |
withRemove(Collection<LaunchPermission> remove)
Sets the value of the Remove property for this object. |
LaunchPermissionModifications |
withRemove(LaunchPermission... remove)
Sets the value of the Remove property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LaunchPermissionModifications()
Method Detail |
---|
public List<LaunchPermission> getAdd()
public void setAdd(Collection<LaunchPermission> add)
add
- The new value for the Add property for this object.public LaunchPermissionModifications withAdd(LaunchPermission... 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 LaunchPermissionModifications withAdd(Collection<LaunchPermission> 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<LaunchPermission> getRemove()
public void setRemove(Collection<LaunchPermission> remove)
remove
- The new value for the Remove property for this object.public LaunchPermissionModifications withRemove(LaunchPermission... 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 LaunchPermissionModifications withRemove(Collection<LaunchPermission> 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 Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |