|
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.sns.model.GetSubscriptionAttributesRequest
public class GetSubscriptionAttributesRequest
Container for the parameters to the GetSubscriptionAttributes operation.
The GetSubscriptionAttribtues action returns all of the properties of a subscription.
AmazonSNS.getSubscriptionAttributes(GetSubscriptionAttributesRequest),
Serialized Form| Constructor Summary | |
|---|---|
GetSubscriptionAttributesRequest()
Default constructor for a new GetSubscriptionAttributesRequest object. |
|
GetSubscriptionAttributesRequest(String subscriptionArn)
Constructs a new GetSubscriptionAttributesRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getSubscriptionArn()
The ARN of the subscription whose properties you want to get. |
int |
hashCode()
|
void |
setSubscriptionArn(String subscriptionArn)
The ARN of the subscription whose properties you want to get. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetSubscriptionAttributesRequest |
withSubscriptionArn(String subscriptionArn)
The ARN of the subscription whose properties you want to get. |
| 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 GetSubscriptionAttributesRequest()
public GetSubscriptionAttributesRequest(String subscriptionArn)
subscriptionArn - The ARN of the subscription whose properties
you want to get.| Method Detail |
|---|
public String getSubscriptionArn()
public void setSubscriptionArn(String subscriptionArn)
subscriptionArn - The ARN of the subscription whose properties you want to get.public GetSubscriptionAttributesRequest withSubscriptionArn(String subscriptionArn)
Returns a reference to this object so that method calls can be chained together.
subscriptionArn - The ARN of the subscription whose properties you want to get.public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||