public class DeleteGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteGroup operation.
Deletes the specified group. The group must not contain any users or have any attached policies.
| コンストラクタと説明 |
|---|
DeleteGroupRequest()
Default constructor for a new DeleteGroupRequest object.
|
DeleteGroupRequest(java.lang.String groupName)
Constructs a new DeleteGroupRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteGroupRequest()
public DeleteGroupRequest(java.lang.String groupName)
groupName - Name of the group to delete.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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object