|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.sqs.model.GetQueueUrlRequest
public class GetQueueUrlRequest
Container for the parameters to the GetQueueUrl operation
.
AmazonSQS.getQueueUrl(GetQueueUrlRequest)
,
Serialized FormConstructor Summary | |
---|---|
GetQueueUrlRequest()
Default constructor for a new GetQueueUrlRequest object. |
|
GetQueueUrlRequest(String queueName)
Constructs a new GetQueueUrlRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getQueueName()
Returns the value of the QueueName property for this object. |
String |
getQueueOwnerAWSAccountId()
Returns the value of the QueueOwnerAWSAccountId property for this object. |
int |
hashCode()
|
void |
setQueueName(String queueName)
Sets the value of the QueueName property for this object. |
void |
setQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)
Sets the value of the QueueOwnerAWSAccountId property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetQueueUrlRequest |
withQueueName(String queueName)
Sets the value of the QueueName property for this object. |
GetQueueUrlRequest |
withQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)
Sets the value of the QueueOwnerAWSAccountId property for this object. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetQueueUrlRequest()
public GetQueueUrlRequest(String queueName)
queueName
- Method Detail |
---|
public String getQueueName()
public void setQueueName(String queueName)
queueName
- The new value for the QueueName property for this object.public GetQueueUrlRequest withQueueName(String queueName)
Returns a reference to this object so that method calls can be chained together.
queueName
- The new value for the QueueName property for this object.public String getQueueOwnerAWSAccountId()
public void setQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)
queueOwnerAWSAccountId
- The new value for the QueueOwnerAWSAccountId property for this object.public GetQueueUrlRequest withQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)
Returns a reference to this object so that method calls can be chained together.
queueOwnerAWSAccountId
- The new value for the QueueOwnerAWSAccountId property for this object.public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |