|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.DeleteGroupRequest
public class DeleteGroupRequest
Container for the parameters to the DeleteGroup operation.
Deletes the specified group. The group must not contain any Users or have any attached policies.
AmazonIdentityManagement.deleteGroup(DeleteGroupRequest)| Constructor Summary | |
|---|---|
DeleteGroupRequest()
Default constructor for a new DeleteGroupRequest object. |
|
DeleteGroupRequest(String groupName)
Constructs a new DeleteGroupRequest object. |
|
| Method Summary | |
|---|---|
String |
getGroupName()
Name of the group to delete. |
void |
setGroupName(String groupName)
Name of the group to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteGroupRequest |
withGroupName(String groupName)
Name of the group to delete. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteGroupRequest()
public DeleteGroupRequest(String groupName)
groupName - Name of the group to delete.| Method Detail |
|---|
public String getGroupName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setGroupName(String groupName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
groupName - Name of the group to delete.public DeleteGroupRequest withGroupName(String groupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
groupName - Name of the group to delete.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||