@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserGroupsUpdateStatus extends Object implements Serializable, Cloneable
The status of the user group update.
Constructor and Description |
---|
UserGroupsUpdateStatus() |
Modifier and Type | Method and Description |
---|---|
UserGroupsUpdateStatus |
clone() |
boolean |
equals(Object obj) |
List<String> |
getUserGroupIdsToAdd()
The ID of the user group to add.
|
List<String> |
getUserGroupIdsToRemove()
The ID of the user group to remove.
|
int |
hashCode() |
void |
setUserGroupIdsToAdd(Collection<String> userGroupIdsToAdd)
The ID of the user group to add.
|
void |
setUserGroupIdsToRemove(Collection<String> userGroupIdsToRemove)
The ID of the user group to remove.
|
String |
toString()
Returns a string representation of this object.
|
UserGroupsUpdateStatus |
withUserGroupIdsToAdd(Collection<String> userGroupIdsToAdd)
The ID of the user group to add.
|
UserGroupsUpdateStatus |
withUserGroupIdsToAdd(String... userGroupIdsToAdd)
The ID of the user group to add.
|
UserGroupsUpdateStatus |
withUserGroupIdsToRemove(Collection<String> userGroupIdsToRemove)
The ID of the user group to remove.
|
UserGroupsUpdateStatus |
withUserGroupIdsToRemove(String... userGroupIdsToRemove)
The ID of the user group to remove.
|
public List<String> getUserGroupIdsToAdd()
The ID of the user group to add.
public void setUserGroupIdsToAdd(Collection<String> userGroupIdsToAdd)
The ID of the user group to add.
userGroupIdsToAdd
- The ID of the user group to add.public UserGroupsUpdateStatus withUserGroupIdsToAdd(String... userGroupIdsToAdd)
The ID of the user group to add.
NOTE: This method appends the values to the existing list (if any). Use
setUserGroupIdsToAdd(java.util.Collection)
or withUserGroupIdsToAdd(java.util.Collection)
if
you want to override the existing values.
userGroupIdsToAdd
- The ID of the user group to add.public UserGroupsUpdateStatus withUserGroupIdsToAdd(Collection<String> userGroupIdsToAdd)
The ID of the user group to add.
userGroupIdsToAdd
- The ID of the user group to add.public List<String> getUserGroupIdsToRemove()
The ID of the user group to remove.
public void setUserGroupIdsToRemove(Collection<String> userGroupIdsToRemove)
The ID of the user group to remove.
userGroupIdsToRemove
- The ID of the user group to remove.public UserGroupsUpdateStatus withUserGroupIdsToRemove(String... userGroupIdsToRemove)
The ID of the user group to remove.
NOTE: This method appends the values to the existing list (if any). Use
setUserGroupIdsToRemove(java.util.Collection)
or withUserGroupIdsToRemove(java.util.Collection)
if you want to override the existing values.
userGroupIdsToRemove
- The ID of the user group to remove.public UserGroupsUpdateStatus withUserGroupIdsToRemove(Collection<String> userGroupIdsToRemove)
The ID of the user group to remove.
userGroupIdsToRemove
- The ID of the user group to remove.public String toString()
toString
in class Object
Object.toString()
public UserGroupsUpdateStatus clone()