Class GetQueueUrlRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.sqs.model.GetQueueUrlRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class GetQueueUrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable

See Also:
  • 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

      public GetQueueUrlRequest(String queueName)
      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

      public void setQueueName(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.

      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

      public 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.

      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

      public GetQueueUrlRequest withQueueName(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.

      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

      public void setQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)

      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

      public String 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

      public GetQueueUrlRequest withQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)

      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

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public GetQueueUrlRequest clone()
      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: