|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.sns.model.RemovePermissionRequest
public class RemovePermissionRequest
Remove Permission Request
| Constructor Summary | |
|---|---|
RemovePermissionRequest()
Default constructor for a new RemovePermissionRequest object. |
|
RemovePermissionRequest(String topicArn,
String label)
Constructs a new RemovePermissionRequest object and initializes the specified object members. |
|
| Method Summary | |
|---|---|
String |
getLabel()
The unique label of the statement you want to remove. |
String |
getTopicArn()
The ARN of the topic whose access control policy you wish to modify. |
void |
setLabel(String label)
The unique label of the statement you want to remove. |
void |
setTopicArn(String topicArn)
The ARN of the topic whose access control policy you wish to modify. |
String |
toString()
|
RemovePermissionRequest |
withLabel(String label)
The unique label of the statement you want to remove. |
RemovePermissionRequest |
withTopicArn(String topicArn)
The ARN of the topic whose access control policy you wish to modify. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RemovePermissionRequest()
public RemovePermissionRequest(String topicArn,
String label)
topicArn - The ARN of the topic whose access control policy you
wish to modify.label - The unique label of the statement you want to remove.| Method Detail |
|---|
public String getTopicArn()
public void setTopicArn(String topicArn)
topicArn - The ARN of the topic whose access control policy you wish to modify.public RemovePermissionRequest withTopicArn(String topicArn)
Returns a reference to this object so that method calls can be chained together.
topicArn - The ARN of the topic whose access control policy you wish to modify.
public String getLabel()
public void setLabel(String label)
label - The unique label of the statement you want to remove.public RemovePermissionRequest withLabel(String label)
Returns a reference to this object so that method calls can be chained together.
label - The unique label of the statement you want to remove.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||