| 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] |
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
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
func (o *DeliveryAWSS3Origin) GetBucketName() string
GetBucketName returns the BucketName field if non-nil, zero value otherwise.
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.
func (o *DeliveryAWSS3Origin) SetBucketName(v string)
SetBucketName sets BucketName field to given value.
func (o *DeliveryAWSS3Origin) HasBucketName() bool
HasBucketName returns a boolean if a field has been set.
func (o *DeliveryAWSS3Origin) GetBucketRegion() string
GetBucketRegion returns the BucketRegion field if non-nil, zero value otherwise.
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.
func (o *DeliveryAWSS3Origin) SetBucketRegion(v string)
SetBucketRegion sets BucketRegion field to given value.
func (o *DeliveryAWSS3Origin) HasBucketRegion() bool
HasBucketRegion returns a boolean if a field has been set.
func (o *DeliveryAWSS3Origin) GetAuthentication() DeliveryOriginAuthentication
GetAuthentication returns the Authentication field if non-nil, zero value otherwise.
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.
func (o *DeliveryAWSS3Origin) SetAuthentication(v DeliveryOriginAuthentication)
SetAuthentication sets Authentication field to given value.
func (o *DeliveryAWSS3Origin) HasAuthentication() bool
HasAuthentication returns a boolean if a field has been set.