@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()
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.
|
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, 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 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 Object
Object.toString()
public UpdateGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.