|
||||||||||
| 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.UnsubscribeRequest
public class UnsubscribeRequest
Unsubscribe Request
| Constructor Summary | |
|---|---|
UnsubscribeRequest()
Default constructor for a new UnsubscribeRequest object. |
|
UnsubscribeRequest(String subscriptionArn)
Constructs a new UnsubscribeRequest object and initializes the specified object members. |
|
| Method Summary | |
|---|---|
String |
getSubscriptionArn()
The ARN of the subscription to be deleted. |
void |
setSubscriptionArn(String subscriptionArn)
The ARN of the subscription to be deleted. |
String |
toString()
|
UnsubscribeRequest |
withSubscriptionArn(String subscriptionArn)
The ARN of the subscription to be deleted. |
| 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 UnsubscribeRequest()
public UnsubscribeRequest(String subscriptionArn)
subscriptionArn - The ARN of the subscription to be deleted.| Method Detail |
|---|
public String getSubscriptionArn()
public void setSubscriptionArn(String subscriptionArn)
subscriptionArn - The ARN of the subscription to be deleted.public UnsubscribeRequest withSubscriptionArn(String subscriptionArn)
Returns a reference to this object so that method calls can be chained together.
subscriptionArn - The ARN of the subscription to be deleted.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||