@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetQueueUrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetQueueUrlRequest()
Default constructor for GetQueueUrlRequest object.
|
GetQueueUrlRequest(String queueName)
Constructs a new GetQueueUrlRequest object.
|
Modifier and Type | Method and Description |
---|---|
GetQueueUrlRequest |
clone() |
boolean |
equals(Object obj) |
String |
getQueueName()
The name of the queue whose URL must be fetched.
|
String |
getQueueOwnerAWSAccountId()
The AWS account ID of the account that created the queue.
|
int |
hashCode() |
void |
setQueueName(String queueName)
The name of the queue whose URL must be fetched.
|
void |
setQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)
The AWS account ID of the account that created the queue.
|
String |
toString()
Returns a string representation of this object.
|
GetQueueUrlRequest |
withQueueName(String queueName)
The name of the queue whose URL must be fetched.
|
GetQueueUrlRequest |
withQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)
The AWS account ID of the account that created the queue.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public GetQueueUrlRequest()
public GetQueueUrlRequest(String queueName)
queueName
- The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric
characters, hyphens (-
), and underscores (_
).
Queue URLs and names are case-sensitive.
public void setQueueName(String queueName)
The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric characters,
hyphens (-
), and underscores (_
).
Queue URLs and names are case-sensitive.
queueName
- The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric
characters, hyphens (-
), and underscores (_
).
Queue URLs and names are case-sensitive.
public String getQueueName()
The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric characters,
hyphens (-
), and underscores (_
).
Queue URLs and names are case-sensitive.
-
), and underscores (_
).
Queue URLs and names are case-sensitive.
public GetQueueUrlRequest withQueueName(String queueName)
The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric characters,
hyphens (-
), and underscores (_
).
Queue URLs and names are case-sensitive.
queueName
- The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric
characters, hyphens (-
), and underscores (_
).
Queue URLs and names are case-sensitive.
public void setQueueOwnerAWSAccountId(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 String getQueueOwnerAWSAccountId()
The AWS account ID of the account that created the queue.
public GetQueueUrlRequest withQueueOwnerAWSAccountId(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 String toString()
toString
in class Object
Object.toString()
public GetQueueUrlRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.