Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.33 KB

File metadata and controls

108 lines (59 loc) · 3.33 KB

DeliveryAWSS3Origin

Properties

Name Type Description Notes
BucketName Pointer to string The origin bucket's name [optional]
BucketRegion Pointer to string The origin bucket's region [optional]
Authentication Pointer to DeliveryOriginAuthentication [optional]

Methods

NewDeliveryAWSS3Origin

func NewDeliveryAWSS3Origin() *DeliveryAWSS3Origin

NewDeliveryAWSS3Origin instantiates a new DeliveryAWSS3Origin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewDeliveryAWSS3OriginWithDefaults

func NewDeliveryAWSS3OriginWithDefaults() *DeliveryAWSS3Origin

NewDeliveryAWSS3OriginWithDefaults instantiates a new DeliveryAWSS3Origin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetBucketName

func (o *DeliveryAWSS3Origin) GetBucketName() string

GetBucketName returns the BucketName field if non-nil, zero value otherwise.

GetBucketNameOk

func (o *DeliveryAWSS3Origin) GetBucketNameOk() (*string, bool)

GetBucketNameOk returns a tuple with the BucketName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBucketName

func (o *DeliveryAWSS3Origin) SetBucketName(v string)

SetBucketName sets BucketName field to given value.

HasBucketName

func (o *DeliveryAWSS3Origin) HasBucketName() bool

HasBucketName returns a boolean if a field has been set.

GetBucketRegion

func (o *DeliveryAWSS3Origin) GetBucketRegion() string

GetBucketRegion returns the BucketRegion field if non-nil, zero value otherwise.

GetBucketRegionOk

func (o *DeliveryAWSS3Origin) GetBucketRegionOk() (*string, bool)

GetBucketRegionOk returns a tuple with the BucketRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBucketRegion

func (o *DeliveryAWSS3Origin) SetBucketRegion(v string)

SetBucketRegion sets BucketRegion field to given value.

HasBucketRegion

func (o *DeliveryAWSS3Origin) HasBucketRegion() bool

HasBucketRegion returns a boolean if a field has been set.

GetAuthentication

func (o *DeliveryAWSS3Origin) GetAuthentication() DeliveryOriginAuthentication

GetAuthentication returns the Authentication field if non-nil, zero value otherwise.

GetAuthenticationOk

func (o *DeliveryAWSS3Origin) GetAuthenticationOk() (*DeliveryOriginAuthentication, bool)

GetAuthenticationOk returns a tuple with the Authentication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAuthentication

func (o *DeliveryAWSS3Origin) SetAuthentication(v DeliveryOriginAuthentication)

SetAuthentication sets Authentication field to given value.

HasAuthentication

func (o *DeliveryAWSS3Origin) HasAuthentication() bool

HasAuthentication returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]