Name | Type | Description | Notes |
---|---|---|---|
AccessKeyId | Pointer to string | [optional] | |
Bucket | Pointer to string | [optional] | |
Endpoint | Pointer to string | [optional] | |
Key | Pointer to string | [optional] | |
Location | Pointer to string | [optional] | |
Region | Pointer to string | [optional] | |
SecretAccessKey | Pointer to string | [optional] | |
SessionToken | Pointer to string | [optional] |
func NewStorageS3credential() *StorageS3credential
NewStorageS3credential instantiates a new StorageS3credential 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 NewStorageS3credentialWithDefaults() *StorageS3credential
NewStorageS3credentialWithDefaults instantiates a new StorageS3credential 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 *StorageS3credential) GetAccessKeyId() string
GetAccessKeyId returns the AccessKeyId field if non-nil, zero value otherwise.
func (o *StorageS3credential) GetAccessKeyIdOk() (*string, bool)
GetAccessKeyIdOk returns a tuple with the AccessKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageS3credential) SetAccessKeyId(v string)
SetAccessKeyId sets AccessKeyId field to given value.
func (o *StorageS3credential) HasAccessKeyId() bool
HasAccessKeyId returns a boolean if a field has been set.
func (o *StorageS3credential) GetBucket() string
GetBucket returns the Bucket field if non-nil, zero value otherwise.
func (o *StorageS3credential) GetBucketOk() (*string, bool)
GetBucketOk returns a tuple with the Bucket field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageS3credential) SetBucket(v string)
SetBucket sets Bucket field to given value.
func (o *StorageS3credential) HasBucket() bool
HasBucket returns a boolean if a field has been set.
func (o *StorageS3credential) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
func (o *StorageS3credential) GetEndpointOk() (*string, bool)
GetEndpointOk returns a tuple with the Endpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageS3credential) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *StorageS3credential) HasEndpoint() bool
HasEndpoint returns a boolean if a field has been set.
func (o *StorageS3credential) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *StorageS3credential) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageS3credential) SetKey(v string)
SetKey sets Key field to given value.
func (o *StorageS3credential) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *StorageS3credential) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *StorageS3credential) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageS3credential) SetLocation(v string)
SetLocation sets Location field to given value.
func (o *StorageS3credential) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (o *StorageS3credential) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *StorageS3credential) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageS3credential) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *StorageS3credential) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *StorageS3credential) GetSecretAccessKey() string
GetSecretAccessKey returns the SecretAccessKey field if non-nil, zero value otherwise.
func (o *StorageS3credential) GetSecretAccessKeyOk() (*string, bool)
GetSecretAccessKeyOk returns a tuple with the SecretAccessKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageS3credential) SetSecretAccessKey(v string)
SetSecretAccessKey sets SecretAccessKey field to given value.
func (o *StorageS3credential) HasSecretAccessKey() bool
HasSecretAccessKey returns a boolean if a field has been set.
func (o *StorageS3credential) GetSessionToken() string
GetSessionToken returns the SessionToken field if non-nil, zero value otherwise.
func (o *StorageS3credential) GetSessionTokenOk() (*string, bool)
GetSessionTokenOk returns a tuple with the SessionToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StorageS3credential) SetSessionToken(v string)
SetSessionToken sets SessionToken field to given value.
func (o *StorageS3credential) HasSessionToken() bool
HasSessionToken returns a boolean if a field has been set.