Sets an attribute of a queue. Currently, you can set only one attribute per request.

Namespace: Amazon.SQS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class SetQueueAttributesRequest
Public Class SetQueueAttributesRequest
public ref class SetQueueAttributesRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SetQueueAttributesRequest()()()()
Initializes a new instance of the SetQueueAttributesRequest class
Attribute
Gets and sets the Attribute property. Name and value pair of an attribute associated with the queue.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsSetAttribute()()()()
Checks if Attribute property is set
IsSetQueueUrl()()()()
Checks if QueueUrl property is set
QueueUrl
Gets and sets the QueueUrl property. The URL associated with the Amazon SQS queue.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAttribute(array<Attribute>[]()[][])
Sets the Attribute property
WithDeplaySeconds(Int32)
Adds the attribute for setting the delay in seconds and returns back this for chaining operations.
WithMaximumMessageSize(Int32)
Adds the attribute for setting the maximum message size and returns back this for chaining operations.
WithMessageRetentionPeriod(Int32)
Adds the attribute for setting the message retention period and returns back this for chaining operations.
WithPolicy(String)
Adds the attribute for setting the policy and returns back this for chaining operations.
WithQueueUrl(String)
Sets the QueueUrl property
WithVisibilityTimeout(Int32)
Adds the attribute for setting the visibility timeout and returns back this for chaining operations.

Inheritance Hierarchy

System..::..Object
  Amazon.SQS.Model..::..SetQueueAttributesRequest

See Also