public class UpdateGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateGroupRequest()
Default constructor for UpdateGroupRequest object.
|
UpdateGroupRequest(String groupName)
Constructs a new UpdateGroupRequest object.
|
Modifier and Type | Method and Description |
---|---|
UpdateGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getGroupName()
Name of the group to update.
|
String |
getNewGroupName()
New name for the group.
|
String |
getNewPath()
New path for the group.
|
int |
hashCode() |
void |
setGroupName(String groupName)
Name of the group to update.
|
void |
setNewGroupName(String newGroupName)
New name for the group.
|
void |
setNewPath(String newPath)
New path for the group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateGroupRequest |
withGroupName(String groupName)
Name of the group to update.
|
UpdateGroupRequest |
withNewGroupName(String newGroupName)
New name for the group.
|
UpdateGroupRequest |
withNewPath(String newPath)
New path for the group.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateGroupRequest()
public UpdateGroupRequest(String groupName)
groupName
- Name of the group to update. If you're changing the name of the
group, this is the original name.public void setGroupName(String groupName)
Name of the group to update. If you're changing the name of the group, this is the original name.
groupName
- Name of the group to update. If you're changing the name of the
group, this is the original name.public String getGroupName()
Name of the group to update. If you're changing the name of the group, this is the original name.
public UpdateGroupRequest withGroupName(String groupName)
Name of the group to update. If you're changing the name of the group, this is the original name.
groupName
- Name of the group to update. If you're changing the name of the
group, this is the original name.public void setNewPath(String newPath)
New path for the group. Only include this if changing the group's path.
newPath
- New path for the group. Only include this if changing the group's
path.public String getNewPath()
New path for the group. Only include this if changing the group's path.
public UpdateGroupRequest withNewPath(String newPath)
New path for the group. Only include this if changing the group's path.
newPath
- New path for the group. Only include this if changing the group's
path.public void setNewGroupName(String newGroupName)
New name for the group. Only include this if changing the group's name.
newGroupName
- New name for the group. Only include this if changing the group's
name.public String getNewGroupName()
New name for the group. Only include this if changing the group's name.
public UpdateGroupRequest withNewGroupName(String newGroupName)
New name for the group. Only include this if changing the group's name.
newGroupName
- New name for the group. Only include this if changing the group's
name.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.