@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 new description that you want to update the resource group with.
|
String |
getGroup()
The name or the ARN of the resource group to modify.
|
String |
getGroupName()
Deprecated.
|
int |
hashCode() |
void |
setDescription(String description)
The new description that you want to update the resource group with.
|
void |
setGroup(String group)
The name or the ARN of the resource group to modify.
|
void |
setGroupName(String groupName)
Deprecated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGroupRequest |
withDescription(String description)
The new description that you want to update the resource group with.
|
UpdateGroupRequest |
withGroup(String group)
The name or the ARN of the resource group to modify.
|
UpdateGroupRequest |
withGroupName(String groupName)
Deprecated.
|
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
@Deprecated public void setGroupName(String groupName)
Don't use this parameter. Use Group
instead.
groupName
- Don't use this parameter. Use Group
instead.@Deprecated public String getGroupName()
Don't use this parameter. Use Group
instead.
Group
instead.@Deprecated public UpdateGroupRequest withGroupName(String groupName)
Don't use this parameter. Use Group
instead.
groupName
- Don't use this parameter. Use Group
instead.public void setGroup(String group)
The name or the ARN of the resource group to modify.
group
- The name or the ARN of the resource group to modify.public String getGroup()
The name or the ARN of the resource group to modify.
public UpdateGroupRequest withGroup(String group)
The name or the ARN of the resource group to modify.
group
- The name or the ARN of the resource group to modify.public void setDescription(String description)
The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.
description
- The new description that you want to update the resource group with. Descriptions can contain letters,
numbers, hyphens, underscores, periods, and spaces.public String getDescription()
The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.
public UpdateGroupRequest withDescription(String description)
The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.
description
- The new description that you want to update the resource group with. Descriptions can contain letters,
numbers, hyphens, underscores, periods, and spaces.public String toString()
toString
in class Object
Object.toString()
public UpdateGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()