@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() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the resource group.
|
String |
getGroupName()
The name of the resource group for which you want to update its description.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the resource group.
|
void |
setGroupName(String groupName)
The name of the resource group for which you want to update its description.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateGroupRequest |
withDescription(String description)
The description of the resource group.
|
UpdateGroupRequest |
withGroupName(String groupName)
The name of the resource group for which you want to update its description.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setGroupName(String groupName)
The name of the resource group for which you want to update its description.
groupName - The name of the resource group for which you want to update its description.public String getGroupName()
The name of the resource group for which you want to update its description.
public UpdateGroupRequest withGroupName(String groupName)
The name of the resource group for which you want to update its description.
groupName - The name of the resource group for which you want to update its description.public void setDescription(String description)
The description of the resource group. Descriptions can have a maximum of 511 characters, including letters, numbers, hyphens, underscores, punctuation, and spaces.
description - The description of the resource group. Descriptions can have a maximum of 511 characters, including
letters, numbers, hyphens, underscores, punctuation, and spaces.public String getDescription()
The description of the resource group. Descriptions can have a maximum of 511 characters, including letters, numbers, hyphens, underscores, punctuation, and spaces.
public UpdateGroupRequest withDescription(String description)
The description of the resource group. Descriptions can have a maximum of 511 characters, including letters, numbers, hyphens, underscores, punctuation, and spaces.
description - The description of the resource group. Descriptions can have a maximum of 511 characters, including
letters, numbers, hyphens, underscores, punctuation, and spaces.public String toString()
toString in class ObjectObject.toString()public UpdateGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.