/** * Get Feed Submission List By Next Token * retrieve the next batch of list items and if there are more items to retrieve * * @see http://docs.amazonwebservices.com/${docPath}GetFeedSubmissionListByNextToken.html * @param mixed $request array of parameters for MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenRequest request * or MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenRequest object itself * @see MarketplaceWebService_Model_GetFeedSubmissionListByNextToken * @return MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse * * @throws MarketplaceWebService_Exception */ public function getFeedSubmissionListByNextToken($request) { if (!$request instanceof MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenRequest) { require_once dirname(__FILE__) . '/Model/GetFeedSubmissionListByNextTokenRequest.php'; $request = new MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenRequest($request); } require_once dirname(__FILE__) . '/Model/GetFeedSubmissionListByNextTokenResponse.php'; $httpResponse = $this->invoke($this->convertGetFeedSubmissionListByNextToken($request)); $response = MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse::fromXML($httpResponse['ResponseBody']); $response->setResponseHeaderMetadata($httpResponse['ResponseHeaderMetadata']); return $response; }
/** * Get Feed Submission List By Next Token * retrieve the next batch of list items and if there are more items to retrieve * * @see http://docs.amazonwebservices.com/${docPath}GetFeedSubmissionListByNextToken.html * @param mixed $request array of parameters for MarketplaceWebService_Model_GetFeedSubmissionListByNextToken request or MarketplaceWebService_Model_GetFeedSubmissionListByNextToken object itself * @see MarketplaceWebService_Model_GetFeedSubmissionListByNextToken * @return MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse * * @throws MarketplaceWebService_Exception */ public function getFeedSubmissionListByNextToken($request) { //// require_once ('MarketplaceWebService/Model/GetFeedSubmissionListByNextTokenResponse.php'); return MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse::fromXML($this->invoke('GetFeedSubmissionListByNextToken')); }
/** * Get Feed Submission List By Next Token * retrieve the next batch of list items and if there are more items to retrieve * * @see http://docs.amazonwebservices.com/${docPath}GetFeedSubmissionListByNextToken.html * @param mixed $request array of parameters for MarketplaceWebService_Model_GetFeedSubmissionListByNextToken request or MarketplaceWebService_Model_GetFeedSubmissionListByNextToken object itself * @see MarketplaceWebService_Model_GetFeedSubmissionListByNextToken * @return MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse * * @throws MarketplaceWebService_Exception */ public function getFeedSubmissionListByNextToken($request) { return MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse::fromXML($this->invoke('GetFeedSubmissionListByNextToken')); }
/** * Get Feed Submission List By Next Token * retrieve the next batch of list items and if there are more items to retrieve * * @see http://docs.amazonwebservices.com/${docPath}GetFeedSubmissionListByNextToken.html * @param mixed $request array of parameters for MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenRequest request * or MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenRequest object itself * @see MarketplaceWebService_Model_GetFeedSubmissionListByNextToken * @return MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse * * @throws MarketplaceWebService_Exception */ public function getFeedSubmissionListByNextToken($request) { if (!$request instanceof MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenRequest) { //require_once ('MarketplaceWebService/Model/GetFeedSubmissionListByNextTokenRequest.php'); $request = new MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenRequest($request); } //require_once ('MarketplaceWebService/Model/GetFeedSubmissionListByNextTokenResponse.php'); return MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse::fromXML($this->invoke($this->convertGetFeedSubmissionListByNextToken($request))); }
/** * Get Feed Submission List By Next Token * retrieve the next batch of list items and if there are more items to retrieve * * @see http://docs.amazonwebservices.com/${docPath}GetFeedSubmissionListByNextToken.html * @param mixed $request array of parameters for MarketplaceWebService_Model_GetFeedSubmissionListByNextToken request or MarketplaceWebService_Model_GetFeedSubmissionListByNextToken object itself * @see MarketplaceWebService_Model_GetFeedSubmissionListByNextToken * @return MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse * * @throws MarketplaceWebService_Exception */ public function getFeedSubmissionListByNextToken($request) { require_once dirname(__FILE__) . '/Model/GetFeedSubmissionListByNextTokenResponse.php'; return MarketplaceWebService_Model_GetFeedSubmissionListByNextTokenResponse::fromXML($this->invoke('GetFeedSubmissionListByNextToken')); }