CreateBucketConfiguration
Properties
Name | Type | Description | Notes |
---|---|---|---|
LocationConstraint | Pointer to string | Specifies the Region where the bucket will be created. Please refer to the <a href="#section/Endpoints">list of available regions</a>. | [optional] |
Methods
NewCreateBucketConfiguration
func NewCreateBucketConfiguration() *CreateBucketConfiguration
NewCreateBucketConfiguration instantiates a new CreateBucketConfiguration 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
NewCreateBucketConfigurationWithDefaults
func NewCreateBucketConfigurationWithDefaults() *CreateBucketConfiguration
NewCreateBucketConfigurationWithDefaults instantiates a new CreateBucketConfiguration 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
GetLocationConstraint
func (o *CreateBucketConfiguration) GetLocationConstraint() string
GetLocationConstraint returns the LocationConstraint field if non-nil, zero value otherwise.
GetLocationConstraintOk
func (o *CreateBucketConfiguration) GetLocationConstraintOk() (*string, bool)
GetLocationConstraintOk returns a tuple with the LocationConstraint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLocationConstraint
func (o *CreateBucketConfiguration) SetLocationConstraint(v string)
SetLocationConstraint sets LocationConstraint field to given value.
HasLocationConstraint
func (o *CreateBucketConfiguration) HasLocationConstraint() bool
HasLocationConstraint returns a boolean if a field has been set.
Last updated