Class Amazon_SimpleDB_Model_QueryWithAttributesRequest

Description

Amazon_SimpleDB_Model_QueryWithAttributesRequest

Properties:

  • AttributeName: string
  • DomainName: string
  • QueryExpression: string
  • MaxNumberOfItems: int
  • NextToken: string

Located in /Model/QueryWithAttributesRequest.php (line 44)

Amazon_SimpleDB_Model
   |
   --Amazon_SimpleDB_Model_QueryWithAttributesRequest
Method Summary
Amazon_SimpleDB_Model_QueryWithAttributesRequest __construct ([mixed $data = null])
array getAttributeName ()
string getDomainName ()
string getNextToken ()
string getQueryExpression ()
bool isSetDomainName ()
bool isSetNextToken ()
this setAttributeName (string $attributeName)
this setDomainName (string $value)
this setMaxNumberOfItems (int $value)
this setNextToken (string $value)
this setQueryExpression (string $value)
Variables

Inherited Variables

Inherited from Amazon_SimpleDB_Model

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

Construct new Amazon_SimpleDB_Model_QueryWithAttributesRequest

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

    DOMElement or Associative Array to construct from.

    Valid properties:

    • AttributeName: string
    • DomainName: string
    • QueryExpression: string
    • MaxNumberOfItems: int
    • NextToken: string


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

Gets the value of the AttributeName .

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

Gets the value of the DomainName property.

  • return: DomainName
  • access: public
string getDomainName ()
getMaxNumberOfItems (line 224)

Gets the value of the MaxNumberOfItems property.

  • return: MaxNumberOfItems
  • access: public
int getMaxNumberOfItems ()
getNextToken (line 269)

Gets the value of the NextToken property.

  • return: NextToken
  • access: public
string getNextToken ()
getQueryExpression (line 179)

Gets the value of the QueryExpression property.

  • return: QueryExpression
  • access: public
string getQueryExpression ()
isSetAttributeName (line 124)

Checks if AttributeName list is non-empty

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

Checks if DomainName is set

  • return: true if DomainName is set
  • access: public
bool isSetDomainName ()
isSetMaxNumberOfItems (line 259)

Checks if MaxNumberOfItems is set

  • return: true if MaxNumberOfItems is set
  • access: public
bool isSetMaxNumberOfItems ()
isSetNextToken (line 304)

Checks if NextToken is set

  • return: true if NextToken is set
  • access: public
bool isSetNextToken ()
isSetQueryExpression (line 214)

Checks if QueryExpression is set

  • return: true if QueryExpression is set
  • access: public
bool isSetQueryExpression ()
setAttributeName (line 92)

Sets the value of the AttributeName.

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

Sets the value of the DomainName property.

  • return: instance
  • access: public
this setDomainName (string $value)
  • string $value: DomainName
setMaxNumberOfItems (line 235)

Sets the value of the MaxNumberOfItems property.

  • return: instance
  • access: public
this setMaxNumberOfItems (int $value)
  • int $value: MaxNumberOfItems
setNextToken (line 280)

Sets the value of the NextToken property.

  • return: instance
  • access: public
this setNextToken (string $value)
  • string $value: NextToken
setQueryExpression (line 190)

Sets the value of the QueryExpression property.

  • return: instance
  • access: public
this setQueryExpression (string $value)
  • string $value: QueryExpression
withAttributeName (line 110)

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_QueryWithAttributesRequest withAttributeName (string $stringArgs)
  • string $stringArgs: one or more AttributeName
withDomainName (line 157)

Sets the value of the DomainName and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_QueryWithAttributesRequest withDomainName (string $value)
  • string $value: DomainName
withMaxNumberOfItems (line 247)

Sets the value of the MaxNumberOfItems and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_QueryWithAttributesRequest withMaxNumberOfItems (int $value)
  • int $value: MaxNumberOfItems
withNextToken (line 292)

Sets the value of the NextToken and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_QueryWithAttributesRequest withNextToken (string $value)
  • string $value: NextToken
withQueryExpression (line 202)

Sets the value of the QueryExpression and returns this instance

  • return: instance
  • access: public
Amazon_SimpleDB_Model_QueryWithAttributesRequest withQueryExpression (string $value)
  • string $value: QueryExpression

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