Name | Type | Description | Notes |
---|---|---|---|
CurrentConfiguration | Pointer to int32 | [optional] | |
Handle | Pointer to string | [optional] | |
InitialDiskSize | Pointer to int32 | [optional] | |
InitialContinerSize | Pointer to int32 | [optional] | |
DatabaseImageId | Pointer to int32 | [optional] | |
CurrentKmsArn | Pointer to int32 | [optional] | |
EnableBackups | Pointer to bool | [optional] |
func NewUpdateDatabaseRequest() *UpdateDatabaseRequest
NewUpdateDatabaseRequest instantiates a new UpdateDatabaseRequest 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 NewUpdateDatabaseRequestWithDefaults() *UpdateDatabaseRequest
NewUpdateDatabaseRequestWithDefaults instantiates a new UpdateDatabaseRequest 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 *UpdateDatabaseRequest) GetCurrentConfiguration() int32
GetCurrentConfiguration returns the CurrentConfiguration field if non-nil, zero value otherwise.
func (o *UpdateDatabaseRequest) GetCurrentConfigurationOk() (*int32, bool)
GetCurrentConfigurationOk returns a tuple with the CurrentConfiguration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatabaseRequest) SetCurrentConfiguration(v int32)
SetCurrentConfiguration sets CurrentConfiguration field to given value.
func (o *UpdateDatabaseRequest) HasCurrentConfiguration() bool
HasCurrentConfiguration returns a boolean if a field has been set.
func (o *UpdateDatabaseRequest) GetHandle() string
GetHandle returns the Handle field if non-nil, zero value otherwise.
func (o *UpdateDatabaseRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatabaseRequest) SetHandle(v string)
SetHandle sets Handle field to given value.
func (o *UpdateDatabaseRequest) HasHandle() bool
HasHandle returns a boolean if a field has been set.
func (o *UpdateDatabaseRequest) GetInitialDiskSize() int32
GetInitialDiskSize returns the InitialDiskSize field if non-nil, zero value otherwise.
func (o *UpdateDatabaseRequest) GetInitialDiskSizeOk() (*int32, bool)
GetInitialDiskSizeOk returns a tuple with the InitialDiskSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatabaseRequest) SetInitialDiskSize(v int32)
SetInitialDiskSize sets InitialDiskSize field to given value.
func (o *UpdateDatabaseRequest) HasInitialDiskSize() bool
HasInitialDiskSize returns a boolean if a field has been set.
func (o *UpdateDatabaseRequest) GetInitialContinerSize() int32
GetInitialContinerSize returns the InitialContinerSize field if non-nil, zero value otherwise.
func (o *UpdateDatabaseRequest) GetInitialContinerSizeOk() (*int32, bool)
GetInitialContinerSizeOk returns a tuple with the InitialContinerSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatabaseRequest) SetInitialContinerSize(v int32)
SetInitialContinerSize sets InitialContinerSize field to given value.
func (o *UpdateDatabaseRequest) HasInitialContinerSize() bool
HasInitialContinerSize returns a boolean if a field has been set.
func (o *UpdateDatabaseRequest) GetDatabaseImageId() int32
GetDatabaseImageId returns the DatabaseImageId field if non-nil, zero value otherwise.
func (o *UpdateDatabaseRequest) GetDatabaseImageIdOk() (*int32, bool)
GetDatabaseImageIdOk returns a tuple with the DatabaseImageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatabaseRequest) SetDatabaseImageId(v int32)
SetDatabaseImageId sets DatabaseImageId field to given value.
func (o *UpdateDatabaseRequest) HasDatabaseImageId() bool
HasDatabaseImageId returns a boolean if a field has been set.
func (o *UpdateDatabaseRequest) GetCurrentKmsArn() int32
GetCurrentKmsArn returns the CurrentKmsArn field if non-nil, zero value otherwise.
func (o *UpdateDatabaseRequest) GetCurrentKmsArnOk() (*int32, bool)
GetCurrentKmsArnOk returns a tuple with the CurrentKmsArn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatabaseRequest) SetCurrentKmsArn(v int32)
SetCurrentKmsArn sets CurrentKmsArn field to given value.
func (o *UpdateDatabaseRequest) HasCurrentKmsArn() bool
HasCurrentKmsArn returns a boolean if a field has been set.
func (o *UpdateDatabaseRequest) GetEnableBackups() bool
GetEnableBackups returns the EnableBackups field if non-nil, zero value otherwise.
func (o *UpdateDatabaseRequest) GetEnableBackupsOk() (*bool, bool)
GetEnableBackupsOk returns a tuple with the EnableBackups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatabaseRequest) SetEnableBackups(v bool)
SetEnableBackups sets EnableBackups field to given value.
func (o *UpdateDatabaseRequest) HasEnableBackups() bool
HasEnableBackups returns a boolean if a field has been set.