@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSubscriptionNotificationConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateSubscriptionNotificationConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSubscriptionNotificationConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getQueueArn()
Returns the ARN of the queue.
|
int |
hashCode() |
void |
setQueueArn(String queueArn)
Returns the ARN of the queue.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSubscriptionNotificationConfigurationResult |
withQueueArn(String queueArn)
Returns the ARN of the queue.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public UpdateSubscriptionNotificationConfigurationResult()
public void setQueueArn(String queueArn)
Returns the ARN of the queue.
queueArn
- Returns the ARN of the queue.public String getQueueArn()
Returns the ARN of the queue.
public UpdateSubscriptionNotificationConfigurationResult withQueueArn(String queueArn)
Returns the ARN of the queue.
queueArn
- Returns the ARN of the queue.public String toString()
toString
in class Object
Object.toString()
public UpdateSubscriptionNotificationConfigurationResult clone()