Class GetQueueUrlRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for GetQueueUrlRequest object.GetQueueUrlRequest(String queueName) Constructs a new GetQueueUrlRequest object. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe name of the queue whose URL must be fetched.The AWS account ID of the account that created the queue.inthashCode()voidsetQueueName(String queueName) The name of the queue whose URL must be fetched.voidsetQueueOwnerAWSAccountId(String queueOwnerAWSAccountId) The AWS account ID of the account that created the queue.toString()Returns a string representation of this object; useful for testing and debugging.withQueueName(String queueName) The name of the queue whose URL must be fetched.withQueueOwnerAWSAccountId(String queueOwnerAWSAccountId) The AWS account ID of the account that created the queue.Methods inherited from class AmazonWebServiceRequest
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
-
Constructor Details
-
GetQueueUrlRequest
public GetQueueUrlRequest()Default constructor for GetQueueUrlRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
GetQueueUrlRequest
Constructs a new GetQueueUrlRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
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.
-
-
Method Details
-
setQueueName
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withQueueName
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setQueueOwnerAWSAccountId
The AWS account ID of the account that created the queue.
- Parameters:
queueOwnerAWSAccountId- The AWS account ID of the account that created the queue.
-
getQueueOwnerAWSAccountId
The AWS account ID of the account that created the queue.
- Returns:
- The AWS account ID of the account that created the queue.
-
withQueueOwnerAWSAccountId
The AWS account ID of the account that created the queue.
- Parameters:
queueOwnerAWSAccountId- The AWS account ID of the account that created the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-