@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserGroupPendingChanges extends Object implements Serializable, Cloneable
Returns the updates being applied to the user group.
Constructor and Description |
---|
UserGroupPendingChanges() |
Modifier and Type | Method and Description |
---|---|
UserGroupPendingChanges |
clone() |
boolean |
equals(Object obj) |
List<String> |
getUserIdsToAdd()
The list of user IDs to add.
|
List<String> |
getUserIdsToRemove()
The list of user IDs to remove.
|
int |
hashCode() |
void |
setUserIdsToAdd(Collection<String> userIdsToAdd)
The list of user IDs to add.
|
void |
setUserIdsToRemove(Collection<String> userIdsToRemove)
The list of user IDs to remove.
|
String |
toString()
Returns a string representation of this object.
|
UserGroupPendingChanges |
withUserIdsToAdd(Collection<String> userIdsToAdd)
The list of user IDs to add.
|
UserGroupPendingChanges |
withUserIdsToAdd(String... userIdsToAdd)
The list of user IDs to add.
|
UserGroupPendingChanges |
withUserIdsToRemove(Collection<String> userIdsToRemove)
The list of user IDs to remove.
|
UserGroupPendingChanges |
withUserIdsToRemove(String... userIdsToRemove)
The list of user IDs to remove.
|
public List<String> getUserIdsToRemove()
The list of user IDs to remove.
public void setUserIdsToRemove(Collection<String> userIdsToRemove)
The list of user IDs to remove.
userIdsToRemove
- The list of user IDs to remove.public UserGroupPendingChanges withUserIdsToRemove(String... userIdsToRemove)
The list of user IDs to remove.
NOTE: This method appends the values to the existing list (if any). Use
setUserIdsToRemove(java.util.Collection)
or withUserIdsToRemove(java.util.Collection)
if you
want to override the existing values.
userIdsToRemove
- The list of user IDs to remove.public UserGroupPendingChanges withUserIdsToRemove(Collection<String> userIdsToRemove)
The list of user IDs to remove.
userIdsToRemove
- The list of user IDs to remove.public List<String> getUserIdsToAdd()
The list of user IDs to add.
public void setUserIdsToAdd(Collection<String> userIdsToAdd)
The list of user IDs to add.
userIdsToAdd
- The list of user IDs to add.public UserGroupPendingChanges withUserIdsToAdd(String... userIdsToAdd)
The list of user IDs to add.
NOTE: This method appends the values to the existing list (if any). Use
setUserIdsToAdd(java.util.Collection)
or withUserIdsToAdd(java.util.Collection)
if you want to
override the existing values.
userIdsToAdd
- The list of user IDs to add.public UserGroupPendingChanges withUserIdsToAdd(Collection<String> userIdsToAdd)
The list of user IDs to add.
userIdsToAdd
- The list of user IDs to add.public String toString()
toString
in class Object
Object.toString()
public UserGroupPendingChanges clone()
Copyright © 2022. All rights reserved.