C# Class Amazon.IdentityManagement.Model.AddUserToGroupRequest

Container for the parameters to the AddUserToGroup operation.

Adds the specified user to the specified group.

Inheritance: AmazonIdentityManagementServiceRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
AddUserToGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

AddUserToGroupRequest ( string groupName, string userName ) : System

Instantiates AddUserToGroupRequest with the parameterized properties

Private Methods

Method Description
IsSetGroupName ( ) : bool
IsSetUserName ( ) : bool

Method Details

AddUserToGroupRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public AddUserToGroupRequest ( ) : System
return System

AddUserToGroupRequest() public method

Instantiates AddUserToGroupRequest with the parameterized properties
public AddUserToGroupRequest ( string groupName, string userName ) : System
groupName string The name of the group to update. This parameter allows (per 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: =,.@-
userName string The name of the user to add. This parameter allows (per 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: =,.@-
return System