setMethod("POST"); } private $resourceOwnerId; private $sourceIp; public function getResourceOwnerId() { return $this->resourceOwnerId; } public function setResourceOwnerId($resourceOwnerId) { $this->resourceOwnerId = $resourceOwnerId; $this->queryParameters["ResourceOwnerId"]=$resourceOwnerId; } public function getSourceIp() { return $this->sourceIp; } public function setSourceIp($sourceIp) { $this->sourceIp = $sourceIp; $this->queryParameters["SourceIp"]=$sourceIp; } }