@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 list of user group IDs to add. 
 | 
List<String> | 
getUserGroupIdsToRemove()
 The list of user group IDs to remove. 
 | 
int | 
hashCode()  | 
void | 
setUserGroupIdsToAdd(Collection<String> userGroupIdsToAdd)
 The list of user group IDs to add. 
 | 
void | 
setUserGroupIdsToRemove(Collection<String> userGroupIdsToRemove)
 The list of user group IDs to remove. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UserGroupsUpdateStatus | 
withUserGroupIdsToAdd(Collection<String> userGroupIdsToAdd)
 The list of user group IDs to add. 
 | 
UserGroupsUpdateStatus | 
withUserGroupIdsToAdd(String... userGroupIdsToAdd)
 The list of user group IDs to add. 
 | 
UserGroupsUpdateStatus | 
withUserGroupIdsToRemove(Collection<String> userGroupIdsToRemove)
 The list of user group IDs to remove. 
 | 
UserGroupsUpdateStatus | 
withUserGroupIdsToRemove(String... userGroupIdsToRemove)
 The list of user group IDs to remove. 
 | 
public List<String> getUserGroupIdsToAdd()
The list of user group IDs to add.
public void setUserGroupIdsToAdd(Collection<String> userGroupIdsToAdd)
The list of user group IDs to add.
userGroupIdsToAdd - The list of user group IDs to add.public UserGroupsUpdateStatus withUserGroupIdsToAdd(String... userGroupIdsToAdd)
The list of user group IDs 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 list of user group IDs to add.public UserGroupsUpdateStatus withUserGroupIdsToAdd(Collection<String> userGroupIdsToAdd)
The list of user group IDs to add.
userGroupIdsToAdd - The list of user group IDs to add.public List<String> getUserGroupIdsToRemove()
The list of user group IDs to remove.
public void setUserGroupIdsToRemove(Collection<String> userGroupIdsToRemove)
The list of user group IDs to remove.
userGroupIdsToRemove - The list of user group IDs to remove.public UserGroupsUpdateStatus withUserGroupIdsToRemove(String... userGroupIdsToRemove)
The list of user group IDs 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 list of user group IDs to remove.public UserGroupsUpdateStatus withUserGroupIdsToRemove(Collection<String> userGroupIdsToRemove)
The list of user group IDs to remove.
userGroupIdsToRemove - The list of user group IDs to remove.public String toString()
toString in class ObjectObject.toString()public UserGroupsUpdateStatus clone()