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

setTag1Key() public method

public setTag1Key ( $tag1Key )
    public function setTag1Key($tag1Key)
    {
        $this->tag1Key = $tag1Key;
        $this->queryParameters["Tag.1.Key"] = $tag1Key;
    }