src/Gwlb/V20240415/GwlbApiResolver.php [1483:1673]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withDryRun($value)
    {
        $this->data['DryRun'] = $value;
        $this->options['form_params']['DryRun'] = $value;

        return $this;
    }
}

/**
 * @method string getClientToken()
 * @method string getTag()
 * @method string getResourceId()
 * @method string getDryRun()
 * @method string getResourceType()
 */
class TagResources extends Rpc
{

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withClientToken($value)
    {
        $this->data['ClientToken'] = $value;
        $this->options['form_params']['ClientToken'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withTag($value)
    {
        $this->data['Tag'] = $value;
        $this->options['form_params']['Tag'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withResourceId($value)
    {
        $this->data['ResourceId'] = $value;
        $this->options['form_params']['ResourceId'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withDryRun($value)
    {
        $this->data['DryRun'] = $value;
        $this->options['form_params']['DryRun'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withResourceType($value)
    {
        $this->data['ResourceType'] = $value;
        $this->options['form_params']['ResourceType'] = $value;

        return $this;
    }
}

/**
 * @method string getClientToken()
 * @method string getAll()
 * @method string getResourceId()
 * @method string getDryRun()
 * @method string getResourceType()
 * @method string getTagKey()
 */
class UntagResources extends Rpc
{

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withClientToken($value)
    {
        $this->data['ClientToken'] = $value;
        $this->options['form_params']['ClientToken'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withAll($value)
    {
        $this->data['All'] = $value;
        $this->options['form_params']['All'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withResourceId($value)
    {
        $this->data['ResourceId'] = $value;
        $this->options['form_params']['ResourceId'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withDryRun($value)
    {
        $this->data['DryRun'] = $value;
        $this->options['form_params']['DryRun'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withResourceType($value)
    {
        $this->data['ResourceType'] = $value;
        $this->options['form_params']['ResourceType'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withTagKey($value)
    {
        $this->data['TagKey'] = $value;
        $this->options['form_params']['TagKey'] = $value;

        return $this;
    }
}

/**
 * @method string getClientToken()
 * @method string getServerGroupId()
 * @method string getListenerId()
 * @method string getDryRun()
 * @method string getListenerDescription()
 */
class UpdateListenerAttribute extends Rpc
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/Nlb/V20220430/NlbApiResolver.php [2893:3096]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withDryRun($value)
    {
        $this->data['DryRun'] = $value;
        $this->options['form_params']['DryRun'] = $value;

        return $this;
    }
}

/**
 * @method string getClientToken()
 * @method string getTag()
 * @method string getResourceId()
 * @method string getDryRun()
 * @method string getResourceType()
 */
class TagResources extends Rpc
{

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withClientToken($value)
    {
        $this->data['ClientToken'] = $value;
        $this->options['form_params']['ClientToken'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withTag($value)
    {
        $this->data['Tag'] = $value;
        $this->options['form_params']['Tag'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withResourceId($value)
    {
        $this->data['ResourceId'] = $value;
        $this->options['form_params']['ResourceId'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withDryRun($value)
    {
        $this->data['DryRun'] = $value;
        $this->options['form_params']['DryRun'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withResourceType($value)
    {
        $this->data['ResourceType'] = $value;
        $this->options['form_params']['ResourceType'] = $value;

        return $this;
    }
}

/**
 * @method string getClientToken()
 * @method string getAll()
 * @method string getResourceId()
 * @method string getDryRun()
 * @method string getResourceType()
 * @method string getTagKey()
 */
class UntagResources extends Rpc
{

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withClientToken($value)
    {
        $this->data['ClientToken'] = $value;
        $this->options['form_params']['ClientToken'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withAll($value)
    {
        $this->data['All'] = $value;
        $this->options['form_params']['All'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withResourceId($value)
    {
        $this->data['ResourceId'] = $value;
        $this->options['form_params']['ResourceId'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withDryRun($value)
    {
        $this->data['DryRun'] = $value;
        $this->options['form_params']['DryRun'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withResourceType($value)
    {
        $this->data['ResourceType'] = $value;
        $this->options['form_params']['ResourceType'] = $value;

        return $this;
    }

    /**
     * @param string $value
     *
     * @return $this
     */
    public function withTagKey($value)
    {
        $this->data['TagKey'] = $value;
        $this->options['form_params']['TagKey'] = $value;

        return $this;
    }
}

/**
 * @method array getCaCertificateIds()
 * @method string getStartPort()
 * @method string getClientToken()
 * @method string getSecSensorEnabled()
 * @method string getAlpnPolicy()
 * @method string getMss()
 * @method string getServerGroupId()
 * @method string getListenerId()
 * @method array getCertificateIds()
 * @method string getAlpnEnabled()
 * @method string getEndPort()
 * @method string getDryRun()
 * @method string getProxyProtocolEnabled()
 * @method string getCps()
 * @method string getSecurityPolicyId()
 * @method string getIdleTimeout()
 * @method string getListenerDescription()
 * @method string getCaEnabled()
 */
class UpdateListenerAttribute extends Rpc
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



