Class Amazon_SimpleDB_Model_GetAttributesRequest

Description

Amazon_SimpleDB_Model_GetAttributesRequest

Properties:

  • DomainName: string
  • ItemName: string
  • AttributeName: string

Located in /Model/GetAttributesRequest.php (line 42)

Amazon_SimpleDB_Model
   |
   --Amazon_SimpleDB_Model_GetAttributesRequest
Method Summary
Amazon_SimpleDB_Model_GetAttributesRequest __construct ([mixed $data = null])
array getAttributeName ()
string getDomainName ()
string getItemName ()
bool isSetDomainName ()
bool isSetItemName ()
this setAttributeName (string $attributeName)
this setDomainName (string $value)
this setItemName (string $value)
Variables

Inherited Variables

Inherited from Amazon_SimpleDB_Model

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

Construct new Amazon_SimpleDB_Model_GetAttributesRequest

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

    DOMElement or Associative Array to construct from.

    Valid properties:

    • DomainName: string
    • ItemName: string
    • AttributeName: string


Redefinition of:
Amazon_SimpleDB_Model::__construct()
Construct new model class
getAttributeName (line 165)

Gets the value of the AttributeName .

  • return: of string AttributeName
  • access: public
array getAttributeName ()
getDomainName (line 75)

Gets the value of the DomainName property.

  • return: DomainName
  • access: public
string getDomainName ()
getItemName (line 120)

Gets the value of the ItemName property.

  • return: ItemName
  • access: public
string getItemName ()
isSetAttributeName (line 208)

Checks if AttributeName list is non-empty

  • return: true if AttributeName list is non-empty
  • access: public
bool isSetAttributeName ()
isSetDomainName (line 110)

Checks if DomainName is set

  • return: true if DomainName is set
  • access: public
bool isSetDomainName ()
isSetItemName (line 155)

Checks if ItemName is set

  • return: true if ItemName is set
  • access: public
bool isSetItemName ()
setAttributeName (line 176)

Sets the value of the AttributeName.

  • return: instance
  • access: public
this setAttributeName (string $attributeName)
  • string $attributeName: or an array of string AttributeName
setDomainName (line 86)

Sets the value of the DomainName property.

  • return: instance
  • access: public
this setDomainName (string $value)
  • string $value: DomainName
setItemName (line 131)

Sets the value of the ItemName property.

  • return: instance
  • access: public
this setItemName (string $value)
  • string $value: ItemName
withAttributeName (line 194)

Sets single or multiple values of AttributeName list via variable number of arguments.

For example, to set the list with two elements, simply pass two values as arguments to this function

  1. withAttributeName($attributeName1$attributeName2)

  • return: instance
  • access: public
Amazon_SimpleDB_Model_GetAttributesRequest withAttributeName (string $stringArgs)
  • string $stringArgs: one or more AttributeName
withDomainName (line 98)

Sets the value of the DomainName and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_GetAttributesRequest withDomainName (string $value)
  • string $value: DomainName
withItemName (line 143)

Sets the value of the ItemName and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_GetAttributesRequest withItemName (string $value)
  • string $value: ItemName

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:48 -0700 by phpDocumentor 1.4.2