|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.sqs.model.GetQueueUrlResult
public class GetQueueUrlResult
| Constructor Summary | |
|---|---|
GetQueueUrlResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getQueueUrl()
The URL for the queue. |
int |
hashCode()
|
void |
setQueueUrl(String queueUrl)
The URL for the queue. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetQueueUrlResult |
withQueueUrl(String queueUrl)
The URL for the queue. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetQueueUrlResult()
| Method Detail |
|---|
public String getQueueUrl()
public void setQueueUrl(String queueUrl)
queueUrl - The URL for the queue.public GetQueueUrlResult withQueueUrl(String queueUrl)
Returns a reference to this object so that method calls can be chained together.
queueUrl - The URL for the queue.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||