Ecs\Request\V20140526\DescribeInstancesRequest::setTag3Key PHP Method

setTag3Key() public method

public setTag3Key ( $tag3Key )
    public function setTag3Key($tag3Key)
    {
        $this->tag3Key = $tag3Key;
        $this->queryParameters["Tag.3.Key"] = $tag3Key;
    }