@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 |
getDescription()
A string containing the new description of the group.
|
String |
getGroupName()
The name of the group.
|
Integer |
getPrecedence()
The new precedence value for the group.
|
String |
getRoleArn()
The new role ARN for the group.
|
String |
getUserPoolId()
The user pool ID for the user pool.
|
int |
hashCode() |
void |
setDescription(String description)
A string containing the new description of the group.
|
void |
setGroupName(String groupName)
The name of the group.
|
void |
setPrecedence(Integer precedence)
The new precedence value for the group.
|
void |
setRoleArn(String roleArn)
The new role ARN for the group.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateGroupRequest |
withDescription(String description)
A string containing the new description of the group.
|
UpdateGroupRequest |
withGroupName(String groupName)
The name of the group.
|
UpdateGroupRequest |
withPrecedence(Integer precedence)
The new precedence value for the group.
|
UpdateGroupRequest |
withRoleArn(String roleArn)
The new role ARN for the group.
|
UpdateGroupRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
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 setGroupName(String groupName)
The name of the group.
groupName
- The name of the group.public String getGroupName()
The name of the group.
public UpdateGroupRequest withGroupName(String groupName)
The name of the group.
groupName
- The name of the group.public void setUserPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId
- The user pool ID for the user pool.public String getUserPoolId()
The user pool ID for the user pool.
public UpdateGroupRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId
- The user pool ID for the user pool.public void setDescription(String description)
A string containing the new description of the group.
description
- A string containing the new description of the group.public String getDescription()
A string containing the new description of the group.
public UpdateGroupRequest withDescription(String description)
A string containing the new description of the group.
description
- A string containing the new description of the group.public void setRoleArn(String roleArn)
The new role ARN for the group. This is used for setting the cognito:roles
and
cognito:preferred_role
claims in the token.
roleArn
- The new role ARN for the group. This is used for setting the cognito:roles
and
cognito:preferred_role
claims in the token.public String getRoleArn()
The new role ARN for the group. This is used for setting the cognito:roles
and
cognito:preferred_role
claims in the token.
cognito:roles
and
cognito:preferred_role
claims in the token.public UpdateGroupRequest withRoleArn(String roleArn)
The new role ARN for the group. This is used for setting the cognito:roles
and
cognito:preferred_role
claims in the token.
roleArn
- The new role ARN for the group. This is used for setting the cognito:roles
and
cognito:preferred_role
claims in the token.public void setPrecedence(Integer precedence)
The new precedence value for the group. For more information about this parameter, see CreateGroup.
precedence
- The new precedence value for the group. For more information about this parameter, see CreateGroup.public Integer getPrecedence()
The new precedence value for the group. For more information about this parameter, see CreateGroup.
public UpdateGroupRequest withPrecedence(Integer precedence)
The new precedence value for the group. For more information about this parameter, see CreateGroup.
precedence
- The new precedence value for the group. For more information about this parameter, see CreateGroup.public String toString()
toString
in class Object
Object.toString()
public UpdateGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.