@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupName()
Name of the IAM group to update.
|
String |
getNewGroupName()
New name for the IAM group.
|
String |
getNewPath()
New path for the IAM group.
|
int |
hashCode() |
void |
setGroupName(String groupName)
Name of the IAM group to update.
|
void |
setNewGroupName(String newGroupName)
New name for the IAM group.
|
void |
setNewPath(String newPath)
New path for the IAM group.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGroupRequest |
withGroupName(String groupName)
Name of the IAM group to update.
|
UpdateGroupRequest |
withNewGroupName(String newGroupName)
New name for the IAM group.
|
UpdateGroupRequest |
withNewPath(String newPath)
New path for the IAM group.
|
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 UpdateGroupRequest()
public UpdateGroupRequest(String groupName)
groupName
- Name of the IAM group to update. If you're changing the name of the group, this is the original name.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public void setGroupName(String groupName)
Name of the IAM group to update. If you're changing the name of the group, this is the original name.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
groupName
- Name of the IAM group to update. If you're changing the name of the group, this is the original name.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public String getGroupName()
Name of the IAM group to update. If you're changing the name of the group, this is the original name.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public UpdateGroupRequest withGroupName(String groupName)
Name of the IAM group to update. If you're changing the name of the group, this is the original name.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
groupName
- Name of the IAM group to update. If you're changing the name of the group, this is the original name.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public void setNewPath(String newPath)
New path for the IAM group. Only include this if changing the group's path.
This parameter allows (through its regex pattern) a string of
characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward
slashes. In addition, it can contain any ASCII character from the ! (!
) through the DEL
character (
), including most punctuation characters, digits, and upper and lowercased letters.
newPath
- New path for the IAM group. Only include this if changing the group's path.
This parameter allows (through its regex pattern) a string
of characters consisting of either a forward slash (/) by itself or a string that must begin and end with
forward slashes. In addition, it can contain any ASCII character from the ! (!
) through
the DEL character (
), including most punctuation characters, digits, and upper and
lowercased letters.
public String getNewPath()
New path for the IAM group. Only include this if changing the group's path.
This parameter allows (through its regex pattern) a string of
characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward
slashes. In addition, it can contain any ASCII character from the ! (!
) through the DEL
character (
), including most punctuation characters, digits, and upper and lowercased letters.
This parameter allows (through its regex pattern) a string
of characters consisting of either a forward slash (/) by itself or a string that must begin and end with
forward slashes. In addition, it can contain any ASCII character from the ! (!
) through
the DEL character (
), including most punctuation characters, digits, and upper and
lowercased letters.
public UpdateGroupRequest withNewPath(String newPath)
New path for the IAM group. Only include this if changing the group's path.
This parameter allows (through its regex pattern) a string of
characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward
slashes. In addition, it can contain any ASCII character from the ! (!
) through the DEL
character (
), including most punctuation characters, digits, and upper and lowercased letters.
newPath
- New path for the IAM group. Only include this if changing the group's path.
This parameter allows (through its regex pattern) a string
of characters consisting of either a forward slash (/) by itself or a string that must begin and end with
forward slashes. In addition, it can contain any ASCII character from the ! (!
) through
the DEL character (
), including most punctuation characters, digits, and upper and
lowercased letters.
public void setNewGroupName(String newGroupName)
New name for the IAM group. Only include this if changing the group's name.
IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".
newGroupName
- New name for the IAM group. Only include this if changing the group's name.
IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".
public String getNewGroupName()
New name for the IAM group. Only include this if changing the group's name.
IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".
IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".
public UpdateGroupRequest withNewGroupName(String newGroupName)
New name for the IAM group. Only include this if changing the group's name.
IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".
newGroupName
- New name for the IAM group. Only include this if changing the group's name.
IAM user, group, role, and policy names must be unique within the account. Names are not distinguished by case. For example, you cannot create resources named both "MyResource" and "myresource".
public String toString()
toString
in class Object
Object.toString()
public UpdateGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()