public class GetQueueUrlRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
queueName
The name of the queue whose URL must be fetched.
|
private java.lang.String |
queueOwnerAWSAccountId
The AWS account ID of the account that created the queue.
|
NOOP
Constructor and Description |
---|
GetQueueUrlRequest()
Default constructor for GetQueueUrlRequest object.
|
GetQueueUrlRequest(java.lang.String queueName)
Constructs a new GetQueueUrlRequest object.
|
Modifier and Type | Method and Description |
---|---|
GetQueueUrlRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getQueueName()
The name of the queue whose URL must be fetched.
|
java.lang.String |
getQueueOwnerAWSAccountId()
The AWS account ID of the account that created the queue.
|
int |
hashCode() |
void |
setQueueName(java.lang.String queueName)
The name of the queue whose URL must be fetched.
|
void |
setQueueOwnerAWSAccountId(java.lang.String queueOwnerAWSAccountId)
The AWS account ID of the account that created the queue.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetQueueUrlRequest |
withQueueName(java.lang.String queueName)
The name of the queue whose URL must be fetched.
|
GetQueueUrlRequest |
withQueueOwnerAWSAccountId(java.lang.String queueOwnerAWSAccountId)
The AWS account ID of the account that created the queue.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String queueName
The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.
Queue names are case-sensitive.
private java.lang.String queueOwnerAWSAccountId
The AWS account ID of the account that created the queue.
public GetQueueUrlRequest()
public GetQueueUrlRequest(java.lang.String queueName)
queueName
- The name of the queue whose URL must be fetched. Maximum 80
characters; alphanumeric characters, hyphens (-), and underscores
(_) are allowed.
Queue names are case-sensitive.
public void setQueueName(java.lang.String queueName)
The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.
Queue names are case-sensitive.
queueName
- The name of the queue whose URL must be fetched. Maximum 80
characters; alphanumeric characters, hyphens (-), and underscores
(_) are allowed.
Queue names are case-sensitive.
public java.lang.String getQueueName()
The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.
Queue names are case-sensitive.
Queue names are case-sensitive.
public GetQueueUrlRequest withQueueName(java.lang.String queueName)
The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.
Queue names are case-sensitive.
queueName
- The name of the queue whose URL must be fetched. Maximum 80
characters; alphanumeric characters, hyphens (-), and underscores
(_) are allowed.
Queue names are case-sensitive.
public void setQueueOwnerAWSAccountId(java.lang.String queueOwnerAWSAccountId)
The AWS account ID of the account that created the queue.
queueOwnerAWSAccountId
- The AWS account ID of the account that created the queue.public java.lang.String getQueueOwnerAWSAccountId()
The AWS account ID of the account that created the queue.
public GetQueueUrlRequest withQueueOwnerAWSAccountId(java.lang.String queueOwnerAWSAccountId)
The AWS account ID of the account that created the queue.
queueOwnerAWSAccountId
- The AWS account ID of the account that created the queue.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetQueueUrlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()