Class Amazon_SimpleDB_Model_ResponseMetadata

Description

Amazon_SimpleDB_Model_ResponseMetadata

Properties:

  • RequestId: string
  • BoxUsage: string

Located in /Model/ResponseMetadata.php (line 41)

Amazon_SimpleDB_Model
   |
   --Amazon_SimpleDB_Model_ResponseMetadata
Method Summary
Amazon_SimpleDB_Model_ResponseMetadata __construct ([mixed $data = null])
string getBoxUsage ()
string getRequestId ()
bool isSetBoxUsage ()
bool isSetRequestId ()
this setBoxUsage (string $value)
this setRequestId (string $value)
Variables

Inherited Variables

Inherited from Amazon_SimpleDB_Model

Amazon_SimpleDB_Model::$_fields
Methods
Constructor __construct (line 58)

Construct new Amazon_SimpleDB_Model_ResponseMetadata

  • access: public
Amazon_SimpleDB_Model_ResponseMetadata __construct ([mixed $data = null])
  • mixed $data:

    DOMElement or Associative Array to construct from.

    Valid properties:

    • RequestId: string
    • BoxUsage: string


Redefinition of:
Amazon_SimpleDB_Model::__construct()
Construct new model class
getBoxUsage (line 117)

Gets the value of the BoxUsage property.

  • return: BoxUsage
  • access: public
string getBoxUsage ()
getRequestId (line 72)

Gets the value of the RequestId property.

  • return: RequestId
  • access: public
string getRequestId ()
isSetBoxUsage (line 152)

Checks if BoxUsage is set

  • return: true if BoxUsage is set
  • access: public
bool isSetBoxUsage ()
isSetRequestId (line 107)

Checks if RequestId is set

  • return: true if RequestId is set
  • access: public
bool isSetRequestId ()
setBoxUsage (line 128)

Sets the value of the BoxUsage property.

  • return: instance
  • access: public
this setBoxUsage (string $value)
  • string $value: BoxUsage
setRequestId (line 83)

Sets the value of the RequestId property.

  • return: instance
  • access: public
this setRequestId (string $value)
  • string $value: RequestId
withBoxUsage (line 140)

Sets the value of the BoxUsage and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_ResponseMetadata withBoxUsage (string $value)
  • string $value: BoxUsage
withRequestId (line 95)

Sets the value of the RequestId and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_ResponseMetadata withRequestId (string $value)
  • string $value: RequestId

Inherited Methods

Inherited From Amazon_SimpleDB_Model

Amazon_SimpleDB_Model::__construct()
Amazon_SimpleDB_Model::_isNumericArray()
Amazon_SimpleDB_Model::_toXMLFragment()
Amazon_SimpleDB_Model::__get()
Amazon_SimpleDB_Model::__set()

Documentation generated on Thu, 28 Aug 2008 06:35:55 -0700 by phpDocumentor 1.4.2