/**
  * Get Report Schedule Count
  * returns the number of report schedules
  *
  * @see http://docs.amazonwebservices.com/${docPath}GetReportScheduleCount.html
  * @param mixed $request array of parameters for MarketplaceWebService_Model_GetReportScheduleCountRequest request
  * or MarketplaceWebService_Model_GetReportScheduleCountRequest object itself
  * @see MarketplaceWebService_Model_GetReportScheduleCount
  * @return MarketplaceWebService_Model_GetReportScheduleCountResponse MarketplaceWebService_Model_GetReportScheduleCountResponse
  *
  * @throws MarketplaceWebService_Exception
  */
 public function getReportScheduleCount($request)
 {
     if (!$request instanceof MarketplaceWebService_Model_GetReportScheduleCountRequest) {
         require_once dirname(__FILE__) . '/Model/GetReportScheduleCountRequest.php';
         $request = new MarketplaceWebService_Model_GetReportScheduleCountRequest($request);
     }
     require_once dirname(__FILE__) . '/Model/GetReportScheduleCountResponse.php';
     $httpResponse = $this->invoke($this->convertGetReportScheduleCount($request));
     $response = MarketplaceWebService_Model_GetReportScheduleCountResponse::fromXML($httpResponse['ResponseBody']);
     $response->setResponseHeaderMetadata($httpResponse['ResponseHeaderMetadata']);
     return $response;
 }
Пример #2
0
 /**
  * Get Report Schedule Count 
  * returns the number of report schedules
  *   
  * @see http://docs.amazonwebservices.com/${docPath}GetReportScheduleCount.html      
  * @param mixed $request array of parameters for MarketplaceWebService_Model_GetReportScheduleCount request or MarketplaceWebService_Model_GetReportScheduleCount object itself
  * @see MarketplaceWebService_Model_GetReportScheduleCount
  * @return MarketplaceWebService_Model_GetReportScheduleCountResponse MarketplaceWebService_Model_GetReportScheduleCountResponse
  *
  * @throws MarketplaceWebService_Exception
  */
 public function getReportScheduleCount($request)
 {
     //// require_once ('MarketplaceWebService/Model/GetReportScheduleCountResponse.php');
     return MarketplaceWebService_Model_GetReportScheduleCountResponse::fromXML($this->invoke('GetReportScheduleCount'));
 }
Пример #3
0
 /**
  * Get Report Schedule Count
  * returns the number of report schedules
  *
  * @see http://docs.amazonwebservices.com/${docPath}GetReportScheduleCount.html
  * @param mixed $request array of parameters for MarketplaceWebService_Model_GetReportScheduleCountRequest request
  * or MarketplaceWebService_Model_GetReportScheduleCountRequest object itself
  * @see MarketplaceWebService_Model_GetReportScheduleCount
  * @return MarketplaceWebService_Model_GetReportScheduleCountResponse MarketplaceWebService_Model_GetReportScheduleCountResponse
  *
  * @throws MarketplaceWebService_Exception
  */
 public function getReportScheduleCount($request)
 {
     if (!$request instanceof MarketplaceWebService_Model_GetReportScheduleCountRequest) {
         //require_once ('MarketplaceWebService/Model/GetReportScheduleCountRequest.php');
         $request = new MarketplaceWebService_Model_GetReportScheduleCountRequest($request);
     }
     //require_once ('MarketplaceWebService/Model/GetReportScheduleCountResponse.php');
     return MarketplaceWebService_Model_GetReportScheduleCountResponse::fromXML($this->invoke($this->convertGetReportScheduleCount($request)));
 }
Пример #4
0
 /**
  * Get Report Schedule Count
  * returns the number of report schedules
  *
  * @see http://docs.amazonwebservices.com/${docPath}GetReportScheduleCount.html
  * @param mixed $request array of parameters for MarketplaceWebService_Model_GetReportScheduleCount request or MarketplaceWebService_Model_GetReportScheduleCount object itself
  * @see MarketplaceWebService_Model_GetReportScheduleCount
  * @return MarketplaceWebService_Model_GetReportScheduleCountResponse MarketplaceWebService_Model_GetReportScheduleCountResponse
  *
  * @throws MarketplaceWebService_Exception
  */
 public function getReportScheduleCount($request)
 {
     return MarketplaceWebService_Model_GetReportScheduleCountResponse::fromXML($this->invoke('GetReportScheduleCount'));
 }
Пример #5
0
 /**
  * Get Report Schedule Count
  * returns the number of report schedules
  *
  * @see http://docs.amazonwebservices.com/${docPath}GetReportScheduleCount.html
  * @param mixed $request array of parameters for MarketplaceWebService_Model_GetReportScheduleCount request or MarketplaceWebService_Model_GetReportScheduleCount object itself
  * @see MarketplaceWebService_Model_GetReportScheduleCount
  * @return MarketplaceWebService_Model_GetReportScheduleCountResponse MarketplaceWebService_Model_GetReportScheduleCountResponse
  *
  * @throws MarketplaceWebService_Exception
  */
 public function getReportScheduleCount($request)
 {
     require_once dirname(__FILE__) . '/Model/GetReportScheduleCountResponse.php';
     return MarketplaceWebService_Model_GetReportScheduleCountResponse::fromXML($this->invoke('GetReportScheduleCount'));
 }
Пример #6
0
 /**
  * Get Report Schedule Count
  * returns the number of report schedules
  *
  * @see http://docs.amazonwebservices.com/${docPath}GetReportScheduleCount.html
  * @param mixed $request array of parameters for MarketplaceWebService_Model_GetReportScheduleCountRequest request
  * or MarketplaceWebService_Model_GetReportScheduleCountRequest object itself
  * @see MarketplaceWebService_Model_GetReportScheduleCount
  * @return MarketplaceWebService_Model_GetReportScheduleCountResponse MarketplaceWebService_Model_GetReportScheduleCountResponse
  *
  * @throws MarketplaceWebService_Exception
  */
 public function getReportScheduleCount($request)
 {
     if (!$request instanceof MarketplaceWebService_Model_GetReportScheduleCountRequest) {
         $request = new MarketplaceWebService_Model_GetReportScheduleCountRequest($request);
     }
     return MarketplaceWebService_Model_GetReportScheduleCountResponse::fromXML($this->invoke($this->convertGetReportScheduleCount($request)));
 }