| Name | Type | Description | Notes |
|---|---|---|---|
| S3 | Pointer to S3S3 | [optional] | |
| Error | Pointer to S3ChangeAccessKeyResponseError | [optional] |
func NewS3ChangeAccessKeyResponse() *S3ChangeAccessKeyResponse
NewS3ChangeAccessKeyResponse instantiates a new S3ChangeAccessKeyResponse 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 NewS3ChangeAccessKeyResponseWithDefaults() *S3ChangeAccessKeyResponse
NewS3ChangeAccessKeyResponseWithDefaults instantiates a new S3ChangeAccessKeyResponse 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 *S3ChangeAccessKeyResponse) GetS3() S3S3
GetS3 returns the S3 field if non-nil, zero value otherwise.
func (o *S3ChangeAccessKeyResponse) GetS3Ok() (*S3S3, bool)
GetS3Ok returns a tuple with the S3 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3ChangeAccessKeyResponse) SetS3(v S3S3)
SetS3 sets S3 field to given value.
func (o *S3ChangeAccessKeyResponse) HasS3() bool
HasS3 returns a boolean if a field has been set.
func (o *S3ChangeAccessKeyResponse) GetError() S3ChangeAccessKeyResponseError
GetError returns the Error field if non-nil, zero value otherwise.
func (o *S3ChangeAccessKeyResponse) GetErrorOk() (*S3ChangeAccessKeyResponseError, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3ChangeAccessKeyResponse) SetError(v S3ChangeAccessKeyResponseError)
SetError sets Error field to given value.
func (o *S3ChangeAccessKeyResponse) HasError() bool
HasError returns a boolean if a field has been set.