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