Class CreateQueueResult
java.lang.Object
com.amazonaws.services.sqs.model.CreateQueueResult
- All Implemented Interfaces:
Serializable, Cloneable
Returns the QueueUrl element of the created queue.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe URL for the created Amazon SQS queue.inthashCode()voidsetQueueUrl(String queueUrl) The URL for the created Amazon SQS queue.toString()Returns a string representation of this object; useful for testing and debugging.withQueueUrl(String queueUrl) The URL for the created Amazon SQS queue.
-
Constructor Details
-
CreateQueueResult
public CreateQueueResult()
-
-
Method Details
-
setQueueUrl
The URL for the created Amazon SQS queue.
- Parameters:
queueUrl- The URL for the created Amazon SQS queue.
-
getQueueUrl
The URL for the created Amazon SQS queue.
- Returns:
- The URL for the created Amazon SQS queue.
-
withQueueUrl
The URL for the created Amazon SQS queue.
- Parameters:
queueUrl- The URL for the created Amazon SQS queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-