@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupId()
The identifier for a group in the identity store.
|
String |
getIdentityStoreId()
The globally unique identifier for the identity store.
|
List<AttributeOperation> |
getOperations()
A list of
AttributeOperation objects to apply to the requested group. |
int |
hashCode() |
void |
setGroupId(String groupId)
The identifier for a group in the identity store.
|
void |
setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
void |
setOperations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested group. |
String |
toString()
Returns a string representation of this object.
|
UpdateGroupRequest |
withGroupId(String groupId)
The identifier for a group in the identity store.
|
UpdateGroupRequest |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
UpdateGroupRequest |
withOperations(AttributeOperation... operations)
A list of
AttributeOperation objects to apply to the requested group. |
UpdateGroupRequest |
withOperations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested group. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public String getIdentityStoreId()
The globally unique identifier for the identity store.
public UpdateGroupRequest withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public void setGroupId(String groupId)
The identifier for a group in the identity store.
groupId
- The identifier for a group in the identity store.public String getGroupId()
The identifier for a group in the identity store.
public UpdateGroupRequest withGroupId(String groupId)
The identifier for a group in the identity store.
groupId
- The identifier for a group in the identity store.public List<AttributeOperation> getOperations()
A list of AttributeOperation
objects to apply to the requested group. These operations might add,
replace, or remove an attribute.
AttributeOperation
objects to apply to the requested group. These operations might
add, replace, or remove an attribute.public void setOperations(Collection<AttributeOperation> operations)
A list of AttributeOperation
objects to apply to the requested group. These operations might add,
replace, or remove an attribute.
operations
- A list of AttributeOperation
objects to apply to the requested group. These operations might
add, replace, or remove an attribute.public UpdateGroupRequest withOperations(AttributeOperation... operations)
A list of AttributeOperation
objects to apply to the requested group. These operations might add,
replace, or remove an attribute.
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection)
or withOperations(java.util.Collection)
if you want to
override the existing values.
operations
- A list of AttributeOperation
objects to apply to the requested group. These operations might
add, replace, or remove an attribute.public UpdateGroupRequest withOperations(Collection<AttributeOperation> operations)
A list of AttributeOperation
objects to apply to the requested group. These operations might add,
replace, or remove an attribute.
operations
- A list of AttributeOperation
objects to apply to the requested group. These operations might
add, replace, or remove an attribute.public String toString()
toString
in class Object
Object.toString()
public UpdateGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()