|
|||||||
| 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.DeleteGroupPolicyRequest
public class DeleteGroupPolicyRequest
Container for the parameters to the DeleteGroupPolicy operation.
Deletes the specified policy that is associated with the specified group.
AmazonIdentityManagement.deleteGroupPolicy(DeleteGroupPolicyRequest)| Constructor Summary | |
|---|---|
DeleteGroupPolicyRequest()
Default constructor for a new DeleteGroupPolicyRequest object. |
|
DeleteGroupPolicyRequest(String groupName,
String policyName)
Constructs a new DeleteGroupPolicyRequest object. |
|
| Method Summary | |
|---|---|
String |
getGroupName()
Name of the group the policy is associated with. |
String |
getPolicyName()
Name of the policy document to delete. |
void |
setGroupName(String groupName)
Name of the group the policy is associated with. |
void |
setPolicyName(String policyName)
Name of the policy document to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteGroupPolicyRequest |
withGroupName(String groupName)
Name of the group the policy is associated with. |
DeleteGroupPolicyRequest |
withPolicyName(String policyName)
Name of the policy document to delete. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteGroupPolicyRequest()
public DeleteGroupPolicyRequest(String groupName,
String policyName)
groupName - Name of the group the policy is associated with.policyName - Name of the policy document 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 the policy is associated with.public DeleteGroupPolicyRequest 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 the policy is associated with.
public String getPolicyName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setPolicyName(String policyName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
policyName - Name of the policy document to delete.public DeleteGroupPolicyRequest withPolicyName(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 String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||