ApaiIO\Common\OperationTrait::setResponseGroup PHP Method

setResponseGroup() public method

Sets the responsegroups for the current operation Which responsegroups are available depends on the Operation you perform
See also: http://docs.aws.amazon.com/AWSECommerceService/latest/DG/CHAP_ResponseGroupsList.html
public setResponseGroup ( array $responseGroup )
$responseGroup array The responsegroup as an array
    public function setResponseGroup(array $responseGroup)
    {
        $this->parameters['ResponseGroup'] = $responseGroup;
        return $this;
    }