|
|||||||
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 | |
---|---|
boolean |
equals(Object obj)
|
String |
getGroupName()
Name of the group to delete. |
int |
hashCode()
|
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, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |