|
||||||||||
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
Describes a launch permission modification.
Constructor Summary | |
---|---|
LaunchPermissionModifications()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<LaunchPermission> |
getAdd()
The AWS account ID to add to the list of launch permissions for the AMI. |
List<LaunchPermission> |
getRemove()
The AWS account ID to remove from the list of launch permissions for the AMI. |
int |
hashCode()
|
void |
setAdd(Collection<LaunchPermission> add)
The AWS account ID to add to the list of launch permissions for the AMI. |
void |
setRemove(Collection<LaunchPermission> remove)
The AWS account ID to remove from the list of launch permissions for the AMI. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
LaunchPermissionModifications |
withAdd(Collection<LaunchPermission> add)
The AWS account ID to add to the list of launch permissions for the AMI. |
LaunchPermissionModifications |
withAdd(LaunchPermission... add)
The AWS account ID to add to the list of launch permissions for the AMI. |
LaunchPermissionModifications |
withRemove(Collection<LaunchPermission> remove)
The AWS account ID to remove from the list of launch permissions for the AMI. |
LaunchPermissionModifications |
withRemove(LaunchPermission... remove)
The AWS account ID to remove from the list of launch permissions for the AMI. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LaunchPermissionModifications()
Method Detail |
---|
public List<LaunchPermission> getAdd()
public void setAdd(Collection<LaunchPermission> add)
add
- The AWS account ID to add to the list of launch permissions for the
AMI.public LaunchPermissionModifications withAdd(LaunchPermission... add)
Returns a reference to this object so that method calls can be chained together.
add
- The AWS account ID to add to the list of launch permissions for the
AMI.
public LaunchPermissionModifications withAdd(Collection<LaunchPermission> add)
Returns a reference to this object so that method calls can be chained together.
add
- The AWS account ID to add to the list of launch permissions for the
AMI.
public List<LaunchPermission> getRemove()
public void setRemove(Collection<LaunchPermission> remove)
remove
- The AWS account ID to remove from the list of launch permissions for
the AMI.public LaunchPermissionModifications withRemove(LaunchPermission... remove)
Returns a reference to this object so that method calls can be chained together.
remove
- The AWS account ID to remove from the list of launch permissions for
the AMI.
public LaunchPermissionModifications withRemove(Collection<LaunchPermission> remove)
Returns a reference to this object so that method calls can be chained together.
remove
- The AWS account ID to remove from the list of launch permissions for
the AMI.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |