|
Did this page help you?Yes No Tell us about it... |
||||||
| 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),
Serialized Form| Constructor Summary | |
|---|---|
DeleteGroupRequest()
Default constructor for a new DeleteGroupRequest object. |
|
DeleteGroupRequest(java.lang.String groupName)
Constructs a new DeleteGroupRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getGroupName()
Name of the group to delete. |
int |
hashCode()
|
void |
setGroupName(java.lang.String groupName)
Name of the group to delete. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteGroupRequest |
withGroupName(java.lang.String groupName)
Name of the group to delete. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteGroupRequest()
public DeleteGroupRequest(java.lang.String groupName)
groupName - Name of the group to delete.| Method Detail |
|---|
public java.lang.String getGroupName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setGroupName(java.lang.String groupName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
groupName - Name of the group to delete.public DeleteGroupRequest withGroupName(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||