Inherits from SQSResponse : AmazonServiceResponse : NSObject
Declared in SQSChangeMessageVisibilityBatchResponseEntry.h

Overview

Change Message Visibility Batch Result Entry

Tasks

  • – setException:

    If an exception was thrown, this will return the exception.

  • – init

    Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

  •   idValue

    Represents a message whose visibility timeout has been changed successfully.

    property
  • – description

    Returns a string representation of this object; useful for testing and debugging.

Properties

idValue

Represents a message whose visibility timeout has been changed successfully.

@property (nonatomic, retain) NSString *idValue

Discussion

Represents a message whose visibility timeout has been changed successfully.

Declared In

SQSChangeMessageVisibilityBatchResponseEntry.h

Instance Methods

description

Returns a string representation of this object; useful for testing and debugging.

- (NSString *)description

Return Value

A string representation of this object.

Discussion

Returns a string representation of this object; useful for testing and debugging.

Declared In

SQSChangeMessageVisibilityBatchResponseEntry.h

init

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

- (id)init

Discussion

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

Declared In

SQSChangeMessageVisibilityBatchResponseEntry.h

setException:

If an exception was thrown, this will return the exception.

- (void)setException:(AmazonServiceException *)theException

Discussion

If an exception was thrown, this will return the exception.

Declared In

AmazonServiceResponse.h