public class DeleteGroupPolicyRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteGroupPolicy operation.
Deletes the specified policy that is associated with the specified group.
| コンストラクタと説明 |
|---|
DeleteGroupPolicyRequest()
Default constructor for a new DeleteGroupPolicyRequest object.
|
DeleteGroupPolicyRequest(java.lang.String groupName,
java.lang.String policyName)
Constructs a new DeleteGroupPolicyRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGroupName()
Name of the group the policy is associated with.
|
java.lang.String |
getPolicyName()
Name of the policy document to delete.
|
int |
hashCode() |
void |
setGroupName(java.lang.String groupName)
Name of the group the policy is associated with.
|
void |
setPolicyName(java.lang.String policyName)
Name of the policy document to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteGroupPolicyRequest |
withGroupName(java.lang.String groupName)
Name of the group the policy is associated with.
|
DeleteGroupPolicyRequest |
withPolicyName(java.lang.String policyName)
Name of the policy document to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteGroupPolicyRequest()
public DeleteGroupPolicyRequest(java.lang.String groupName,
java.lang.String policyName)
groupName - Name of the group the policy is associated with.policyName - Name of the policy document 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 the policy is associated with.public DeleteGroupPolicyRequest 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 the policy is associated with.public java.lang.String getPolicyName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setPolicyName(java.lang.String policyName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
policyName - Name of the policy document to delete.public DeleteGroupPolicyRequest withPolicyName(java.lang.String policyName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
policyName - Name of the policy document 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