Пример #1
0
 /**
  * Construct new Amazon_SQS_Model_Message
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>MessageId: string</li>
  * <li>ReceiptHandle: string</li>
  * <li>MD5OfBody: string</li>
  * <li>Body: string</li>
  * <li>Attribute: Amazon_SQS_Model_Attribute</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('MessageId' => array('FieldValue' => null, 'FieldType' => 'string'), 'ReceiptHandle' => array('FieldValue' => null, 'FieldType' => 'string'), 'MD5OfBody' => array('FieldValue' => null, 'FieldType' => 'string'), 'Body' => array('FieldValue' => null, 'FieldType' => 'string'), 'Attribute' => array('FieldValue' => array(), 'FieldType' => array('Amazon_SQS_Model_Attribute')));
     parent::__construct($data);
 }
Пример #2
0
 /**
  * Construct new Amazon_SQS_Model_CreateQueueResult
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>QueueUrl: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('QueueUrl' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
Пример #3
0
 /**
  * Construct new Amazon_SQS_Model_ReceiveMessageResult
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>Message: Amazon_SQS_Model_Message</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('Message' => array('FieldValue' => array(), 'FieldType' => array('Amazon_SQS_Model_Message')));
     parent::__construct($data);
 }
Пример #4
0
 /**
  * Construct new Amazon_SQS_Model_DeleteMessageResponse
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>ResponseMetadata: Amazon_SQS_Model_ResponseMetadata</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'Amazon_SQS_Model_ResponseMetadata'));
     parent::__construct($data);
 }
 /**
  * Construct new Amazon_SQS_Model_DeleteQueueRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>QueueUrl: string</li>
  * <li>Attribute: Amazon_SQS_Model_Attribute</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('QueueUrl' => array('FieldValue' => null, 'FieldType' => 'string'), 'Attribute' => array('FieldValue' => array(), 'FieldType' => array('Amazon_SQS_Model_Attribute')));
     parent::__construct($data);
 }
Пример #6
0
 /**
  * Construct new Amazon_SQS_Model_Error
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>Type: string</li>
  * <li>Code: string</li>
  * <li>Message: string</li>
  * <li>Detail: Amazon_SQS_Model_Object</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('Type' => array('FieldValue' => null, 'FieldType' => 'string'), 'Code' => array('FieldValue' => null, 'FieldType' => 'string'), 'Message' => array('FieldValue' => null, 'FieldType' => 'string'), 'Detail' => array('FieldValue' => null, 'FieldType' => 'Amazon_SQS_Model_Object'));
     parent::__construct($data);
 }
Пример #7
0
 /**
  * Construct new Amazon_SQS_Model_ReceiveMessage
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>QueueName: string</li>
  * <li>MaxNumberOfMessages: int</li>
  * <li>VisibilityTimeout: int</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('QueueName' => array('FieldValue' => null, 'FieldType' => 'string'), 'MaxNumberOfMessages' => array('FieldValue' => null, 'FieldType' => 'int'), 'VisibilityTimeout' => array('FieldValue' => null, 'FieldType' => 'int'));
     parent::__construct($data);
 }
 /**
  * Construct new Amazon_SQS_Model_ChangeMessageVisibilityRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>QueueUrl: string</li>
  * <li>ReceiptHandle: string</li>
  * <li>VisibilityTimeout: int</li>
  * <li>Attribute: Amazon_SQS_Model_Attribute</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('QueueUrl' => array('FieldValue' => null, 'FieldType' => 'string'), 'ReceiptHandle' => array('FieldValue' => null, 'FieldType' => 'string'), 'VisibilityTimeout' => array('FieldValue' => null, 'FieldType' => 'int'), 'Attribute' => array('FieldValue' => array(), 'FieldType' => array('Amazon_SQS_Model_Attribute')));
     parent::__construct($data);
 }
Пример #9
0
 /**
  * Construct new Amazon_SQS_Model_ErrorResponse
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>Error: Amazon_SQS_Model_Error</li>
  * <li>RequestId: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('Error' => array('FieldValue' => array(), 'FieldType' => array('Amazon_SQS_Model_Error')), 'RequestId' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
Пример #10
0
 /**
  * Construct new Amazon_SQS_Model_SendMessageResult
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>MessageId: string</li>
  * <li>MD5OfMessageBody: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('MessageId' => array('FieldValue' => null, 'FieldType' => 'string'), 'MD5OfMessageBody' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 /**
  * Construct new Amazon_SQS_Model_AddPermissionRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>QueueUrl: string</li>
  * <li>Label: string</li>
  * <li>AWSAccountId: string</li>
  * <li>ActionName: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('QueueUrl' => array('FieldValue' => null, 'FieldType' => 'string'), 'Label' => array('FieldValue' => null, 'FieldType' => 'string'), 'AWSAccountId' => array('FieldValue' => array(), 'FieldType' => array('string')), 'ActionName' => array('FieldValue' => array(), 'FieldType' => array('string')));
     parent::__construct($data);
 }