public class LaunchPermissionModifications extends Object implements Serializable
Constructor and Description |
---|
LaunchPermissionModifications() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
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.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.