@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 |
getAwsAccountId()
The ID for the AWS account that the group is in.
|
String |
getDescription()
The description for the group that you want to update.
|
String |
getGroupName()
The name of the group that you want to update.
|
String |
getNamespace()
The namespace.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that the group is in.
|
void |
setDescription(String description)
The description for the group that you want to update.
|
void |
setGroupName(String groupName)
The name of the group that you want to update.
|
void |
setNamespace(String namespace)
The namespace.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGroupRequest |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that the group is in.
|
UpdateGroupRequest |
withDescription(String description)
The description for the group that you want to update.
|
UpdateGroupRequest |
withGroupName(String groupName)
The name of the group that you want to update.
|
UpdateGroupRequest |
withNamespace(String namespace)
The namespace.
|
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 that you want to update.
groupName
- The name of the group that you want to update.public String getGroupName()
The name of the group that you want to update.
public UpdateGroupRequest withGroupName(String groupName)
The name of the group that you want to update.
groupName
- The name of the group that you want to update.public void setDescription(String description)
The description for the group that you want to update.
description
- The description for the group that you want to update.public String getDescription()
The description for the group that you want to update.
public UpdateGroupRequest withDescription(String description)
The description for the group that you want to update.
description
- The description for the group that you want to update.public void setAwsAccountId(String awsAccountId)
The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
awsAccountId
- The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that
contains your Amazon QuickSight account.public String getAwsAccountId()
The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
public UpdateGroupRequest withAwsAccountId(String awsAccountId)
The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
awsAccountId
- The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that
contains your Amazon QuickSight account.public void setNamespace(String namespace)
The namespace. Currently, you should set this to default
.
namespace
- The namespace. Currently, you should set this to default
.public String getNamespace()
The namespace. Currently, you should set this to default
.
default
.public UpdateGroupRequest withNamespace(String namespace)
The namespace. Currently, you should set this to default
.
namespace
- The namespace. Currently, you should set this to default
.public String toString()
toString
in class Object
Object.toString()
public UpdateGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()