Container for the parameters to the UpdateGroup operation.
            Updates the name and/or the path of the specified group.
            
                     You should understand the implications of changing a group's path or
            name. For more          information, see Renaming Users and Groups in Using AWS Identity and Access                Management.
            
|  Note: | 
|---|
| To change a group name the requester must have appropriate permissions on both the source object and the target object. For example, to change Managers to MGRs, the entity making the request must have permission on Managers and MGRs, or must have permission on all (*). For more information about permissions, see Permissions and Policies. | 
 Declaration Syntax
 Declaration Syntax| C# | 
public class UpdateGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UpdateGroupRequest()()()() | Initializes a new instance of the UpdateGroupRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | GroupName | 
            Gets and sets the property GroupName. 
             Name of the group to update. If you're changing the name of the group, this is the original name. | 
|  | NewGroupName | 
            Gets and sets the property NewGroupName. 
             New name for the group. Only include this if changing the group's name. | 
|  | NewPath | 
            Gets and sets the property NewPath. 
             New path for the group. Only include this if changing the group's path. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithGroupName(String) | Obsolete. 
            Sets the GroupName property
             | 
|  | WithNewGroupName(String) | Obsolete. 
            Sets the NewGroupName property
             | 
|  | WithNewPath(String) | Obsolete. 
            Sets the NewPath property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | UpdateGroupRequest | |