Package com.amazonaws.services.sns.model
Class ConfirmSubscriptionResult
java.lang.Object
com.amazonaws.services.sns.model.ConfirmSubscriptionResult
- All Implemented Interfaces:
Serializable
,Cloneable
Response for ConfirmSubscriptions action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ARN of the created subscription.int
hashCode()
void
setSubscriptionArn
(String subscriptionArn) The ARN of the created subscription.toString()
Returns a string representation of this object; useful for testing and debugging.withSubscriptionArn
(String subscriptionArn) The ARN of the created subscription.
-
Constructor Details
-
ConfirmSubscriptionResult
public ConfirmSubscriptionResult()
-
-
Method Details
-
setSubscriptionArn
The ARN of the created subscription.
- Parameters:
subscriptionArn
- The ARN of the created subscription.
-
getSubscriptionArn
The ARN of the created subscription.
- Returns:
- The ARN of the created subscription.
-
withSubscriptionArn
The ARN of the created subscription.
- Parameters:
subscriptionArn
- The ARN of the created subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-