# PutBucketEncryptionRequest

## Properties

| Name                                  | Type                                                                                                                                                                                                                   | Description | Notes |
| ------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----- |
| **ServerSideEncryptionConfiguration** | [**PutBucketEncryptionRequestServerSideEncryptionConfiguration**](https://docs.ionos.com/sections-test/go-sdk/sdk-go-bundle/sdks/userobjectstorage/models/putbucketencryptionrequestserversideencryptionconfiguration) |             |       |

## Methods

### NewPutBucketEncryptionRequest

`func NewPutBucketEncryptionRequest(serverSideEncryptionConfiguration PutBucketEncryptionRequestServerSideEncryptionConfiguration, ) *PutBucketEncryptionRequest`

NewPutBucketEncryptionRequest instantiates a new PutBucketEncryptionRequest 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

### NewPutBucketEncryptionRequestWithDefaults

`func NewPutBucketEncryptionRequestWithDefaults() *PutBucketEncryptionRequest`

NewPutBucketEncryptionRequestWithDefaults instantiates a new PutBucketEncryptionRequest 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

### GetServerSideEncryptionConfiguration

`func (o *PutBucketEncryptionRequest) GetServerSideEncryptionConfiguration() PutBucketEncryptionRequestServerSideEncryptionConfiguration`

GetServerSideEncryptionConfiguration returns the ServerSideEncryptionConfiguration field if non-nil, zero value otherwise.

### GetServerSideEncryptionConfigurationOk

`func (o *PutBucketEncryptionRequest) GetServerSideEncryptionConfigurationOk() (*PutBucketEncryptionRequestServerSideEncryptionConfiguration, bool)`

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

### SetServerSideEncryptionConfiguration

`func (o *PutBucketEncryptionRequest) SetServerSideEncryptionConfiguration(v PutBucketEncryptionRequestServerSideEncryptionConfiguration)`

SetServerSideEncryptionConfiguration sets ServerSideEncryptionConfiguration field to given value.
