Name | Type | Description | Notes |
---|---|---|---|
KeyId | Pointer to string | [optional] | |
KeyReference | Pointer to string | [optional] |
func NewExternalKMSKeyId() *ExternalKMSKeyId
NewExternalKMSKeyId instantiates a new ExternalKMSKeyId 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 NewExternalKMSKeyIdWithDefaults() *ExternalKMSKeyId
NewExternalKMSKeyIdWithDefaults instantiates a new ExternalKMSKeyId 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 *ExternalKMSKeyId) GetKeyId() string
GetKeyId returns the KeyId field if non-nil, zero value otherwise.
func (o *ExternalKMSKeyId) GetKeyIdOk() (*string, bool)
GetKeyIdOk returns a tuple with the KeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExternalKMSKeyId) SetKeyId(v string)
SetKeyId sets KeyId field to given value.
func (o *ExternalKMSKeyId) HasKeyId() bool
HasKeyId returns a boolean if a field has been set.
func (o *ExternalKMSKeyId) GetKeyReference() string
GetKeyReference returns the KeyReference field if non-nil, zero value otherwise.
func (o *ExternalKMSKeyId) GetKeyReferenceOk() (*string, bool)
GetKeyReferenceOk returns a tuple with the KeyReference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExternalKMSKeyId) SetKeyReference(v string)
SetKeyReference sets KeyReference field to given value.
func (o *ExternalKMSKeyId) HasKeyReference() bool
HasKeyReference returns a boolean if a field has been set.