@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateSubscriptionNotificationConfigurationResult clone()