Name | Type | Description | Notes |
---|---|---|---|
ExternalKmsId | Pointer to ExternalKMSKeyId | [optional] | |
KeyPurpose | Pointer to []string | [optional] | |
KeyStatus | Pointer to ClassicKeyStatusInfo | [optional] | |
TargetAssocId | Pointer to string | [optional] | |
TargetType | Pointer to string | [optional] |
func NewClassicKeyTargetInfo() *ClassicKeyTargetInfo
NewClassicKeyTargetInfo instantiates a new ClassicKeyTargetInfo 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 NewClassicKeyTargetInfoWithDefaults() *ClassicKeyTargetInfo
NewClassicKeyTargetInfoWithDefaults instantiates a new ClassicKeyTargetInfo 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 *ClassicKeyTargetInfo) GetExternalKmsId() ExternalKMSKeyId
GetExternalKmsId returns the ExternalKmsId field if non-nil, zero value otherwise.
func (o *ClassicKeyTargetInfo) GetExternalKmsIdOk() (*ExternalKMSKeyId, bool)
GetExternalKmsIdOk returns a tuple with the ExternalKmsId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyTargetInfo) SetExternalKmsId(v ExternalKMSKeyId)
SetExternalKmsId sets ExternalKmsId field to given value.
func (o *ClassicKeyTargetInfo) HasExternalKmsId() bool
HasExternalKmsId returns a boolean if a field has been set.
func (o *ClassicKeyTargetInfo) GetKeyPurpose() []string
GetKeyPurpose returns the KeyPurpose field if non-nil, zero value otherwise.
func (o *ClassicKeyTargetInfo) GetKeyPurposeOk() (*[]string, bool)
GetKeyPurposeOk returns a tuple with the KeyPurpose field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyTargetInfo) SetKeyPurpose(v []string)
SetKeyPurpose sets KeyPurpose field to given value.
func (o *ClassicKeyTargetInfo) HasKeyPurpose() bool
HasKeyPurpose returns a boolean if a field has been set.
func (o *ClassicKeyTargetInfo) GetKeyStatus() ClassicKeyStatusInfo
GetKeyStatus returns the KeyStatus field if non-nil, zero value otherwise.
func (o *ClassicKeyTargetInfo) GetKeyStatusOk() (*ClassicKeyStatusInfo, bool)
GetKeyStatusOk returns a tuple with the KeyStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyTargetInfo) SetKeyStatus(v ClassicKeyStatusInfo)
SetKeyStatus sets KeyStatus field to given value.
func (o *ClassicKeyTargetInfo) HasKeyStatus() bool
HasKeyStatus returns a boolean if a field has been set.
func (o *ClassicKeyTargetInfo) GetTargetAssocId() string
GetTargetAssocId returns the TargetAssocId field if non-nil, zero value otherwise.
func (o *ClassicKeyTargetInfo) GetTargetAssocIdOk() (*string, bool)
GetTargetAssocIdOk returns a tuple with the TargetAssocId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyTargetInfo) SetTargetAssocId(v string)
SetTargetAssocId sets TargetAssocId field to given value.
func (o *ClassicKeyTargetInfo) HasTargetAssocId() bool
HasTargetAssocId returns a boolean if a field has been set.
func (o *ClassicKeyTargetInfo) GetTargetType() string
GetTargetType returns the TargetType field if non-nil, zero value otherwise.
func (o *ClassicKeyTargetInfo) GetTargetTypeOk() (*string, bool)
GetTargetTypeOk returns a tuple with the TargetType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClassicKeyTargetInfo) SetTargetType(v string)
SetTargetType sets TargetType field to given value.
func (o *ClassicKeyTargetInfo) HasTargetType() bool
HasTargetType returns a boolean if a field has been set.