Class Amazon_SimpleDB_Model_PutAttributesRequest

Description

Amazon_SimpleDB_Model_PutAttributesRequest

Properties:

  • DomainName: string
  • ItemName: string
  • Attribute: Amazon_SimpleDB_Model_ReplaceableAttribute

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

Amazon_SimpleDB_Model
   |
   --Amazon_SimpleDB_Model_PutAttributesRequest
Method Summary
Amazon_SimpleDB_Model_PutAttributesRequest __construct ([mixed $data = null])
array getAttribute ()
string getDomainName ()
string getItemName ()
bool isSetAttribute ()
bool isSetDomainName ()
bool isSetItemName ()
this setAttribute (mixed $attribute)
this setDomainName (string $value)
this setItemName (string $value)
Amazon_SimpleDB_Model_PutAttributesRequest withAttribute (ReplaceableAttribute $replaceableAttributeArgs)
Variables

Inherited Variables

Inherited from Amazon_SimpleDB_Model

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

Construct new Amazon_SimpleDB_Model_PutAttributesRequest

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

    DOMElement or Associative Array to construct from.

    Valid properties:

    • DomainName: string
    • ItemName: string
    • Attribute: Amazon_SimpleDB_Model_ReplaceableAttribute


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

Gets the value of the Attribute.

  • return: of ReplaceableAttribute Attribute
  • access: public
array getAttribute ()
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 ()
isSetAttribute (line 209)

Checks if Attribute list is non-empty

  • return: true if Attribute list is non-empty
  • access: public
bool isSetAttribute ()
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 ()
setAttribute (line 176)

Sets the value of the Attribute.

  • return: instance
  • access: public
this setAttribute (mixed $attribute)
  • mixed $attribute: ReplaceableAttribute or an array of ReplaceableAttribute Attribute
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
withAttribute (line 194)

Sets single or multiple values of Attribute 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. withAttribute($attribute1$attribute2)

  • return: instance
  • access: public
Amazon_SimpleDB_Model_PutAttributesRequest withAttribute (ReplaceableAttribute $replaceableAttributeArgs)
  • ReplaceableAttribute $replaceableAttributeArgs: one or more Attribute
withDomainName (line 98)

Sets the value of the DomainName and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_PutAttributesRequest 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_PutAttributesRequest 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:52 -0700 by phpDocumentor 1.4.2