|
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.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),
Serialized Form| Constructor Summary | |
|---|---|
DeleteGroupPolicyRequest()
Default constructor for a new DeleteGroupPolicyRequest object. |
|
DeleteGroupPolicyRequest(java.lang.String groupName,
java.lang.String policyName)
Constructs a new DeleteGroupPolicyRequest object. |
|
| Method Summary | |
|---|---|
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. |
| 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 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.| 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 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 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 | ||||||