ServerSideEncryptionRule
Last updated
func NewServerSideEncryptionRule() *ServerSideEncryptionRule
NewServerSideEncryptionRule instantiates a new ServerSideEncryptionRule 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 NewServerSideEncryptionRuleWithDefaults() *ServerSideEncryptionRule
NewServerSideEncryptionRuleWithDefaults instantiates a new ServerSideEncryptionRule 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 *ServerSideEncryptionRule) GetApplyServerSideEncryptionByDefault() ServerSideEncryptionByDefault
GetApplyServerSideEncryptionByDefault returns the ApplyServerSideEncryptionByDefault field if non-nil, zero value otherwise.
func (o *ServerSideEncryptionRule) GetApplyServerSideEncryptionByDefaultOk() (*ServerSideEncryptionByDefault, bool)
GetApplyServerSideEncryptionByDefaultOk returns a tuple with the ApplyServerSideEncryptionByDefault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerSideEncryptionRule) SetApplyServerSideEncryptionByDefault(v ServerSideEncryptionByDefault)
SetApplyServerSideEncryptionByDefault sets ApplyServerSideEncryptionByDefault field to given value.
func (o *ServerSideEncryptionRule) HasApplyServerSideEncryptionByDefault() bool
HasApplyServerSideEncryptionByDefault returns a boolean if a field has been set.
Last updated