Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/Twilio/Rest/Accounts/V1/Credential/AwsOptions.php
Строк: 173
<?php

/**
 * This code was generated by
 *  / _    _  _|   _  _
 * | (_)/(_)(_|/| |(/_  v1.0.0
 * /       /
 */

namespace TwilioRestAccountsV1Credential;

use 
TwilioOptions;
use 
TwilioValues;

abstract class 
AwsOptions {
    
/**
     * @param string $friendlyName A string to describe the resource
     * @param string $accountSid The Subaccount this Credential should be
     *                           associated with.
     * @return CreateAwsOptions Options builder
     */
    
public static function create(string $friendlyName Values::NONEstring $accountSid Values::NONE): CreateAwsOptions {
        return new 
CreateAwsOptions($friendlyName$accountSid);
    }

    
/**
     * @param string $friendlyName A string to describe the resource
     * @return UpdateAwsOptions Options builder
     */
    
public static function update(string $friendlyName Values::NONE): UpdateAwsOptions {
        return new 
UpdateAwsOptions($friendlyName);
    }
}

class 
CreateAwsOptions extends Options {
    
/**
     * @param string $friendlyName A string to describe the resource
     * @param string $accountSid The Subaccount this Credential should be
     *                           associated with.
     */
    
public function __construct(string $friendlyName Values::NONEstring $accountSid Values::NONE) {
        
$this->options['friendlyName'] = $friendlyName;
        
$this->options['accountSid'] = $accountSid;
    }

    
/**
     * A descriptive string that you create to describe the resource. It can be up to 64 characters long.
     *
     * @param string $friendlyName A string to describe the resource
     * @return $this Fluent Builder
     */
    
public function setFriendlyName(string $friendlyName): self {
        
$this->options['friendlyName'] = $friendlyName;
        return 
$this;
    }

    
/**
     * The SID of the Subaccount that this Credential should be associated with. Must be a valid Subaccount of the account issuing the request.
     *
     * @param string $accountSid The Subaccount this Credential should be
     *                           associated with.
     * @return $this Fluent Builder
     */
    
public function setAccountSid(string $accountSid): self {
        
$this->options['accountSid'] = $accountSid;
        return 
$this;
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$options http_build_query(Values::of($this->options), ''' ');
        return 
'[Twilio.Accounts.V1.CreateAwsOptions ' $options ']';
    }
}

class 
UpdateAwsOptions extends Options {
    
/**
     * @param string $friendlyName A string to describe the resource
     */
    
public function __construct(string $friendlyName Values::NONE) {
        
$this->options['friendlyName'] = $friendlyName;
    }

    
/**
     * A descriptive string that you create to describe the resource. It can be up to 64 characters long.
     *
     * @param string $friendlyName A string to describe the resource
     * @return $this Fluent Builder
     */
    
public function setFriendlyName(string $friendlyName): self {
        
$this->options['friendlyName'] = $friendlyName;
        return 
$this;
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$options http_build_query(Values::of($this->options), ''' ');
        return 
'[Twilio.Accounts.V1.UpdateAwsOptions ' $options ']';
    }
}
Онлайн: 4
Реклама