`func (o *ImportKeyRequest) GetAccessKeyId() string`
GetAccessKeyId returns the AccessKeyId field if non-nil, zero value otherwise.
### GetAccessKeyIdOk
`func (o *ImportKeyRequest) GetAccessKeyIdOk() (*string, bool)`
GetAccessKeyIdOk returns a tuple with the AccessKeyId field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAccessKeyId
`func (o *ImportKeyRequest) SetAccessKeyId(v string)`
SetAccessKeyId sets AccessKeyId field to given value.
### GetSecretAccessKey
`func (o *ImportKeyRequest) GetSecretAccessKey() string`
GetSecretAccessKey returns the SecretAccessKey field if non-nil, zero value otherwise.
### GetSecretAccessKeyOk
`func (o *ImportKeyRequest) GetSecretAccessKeyOk() (*string, bool)`
GetSecretAccessKeyOk returns a tuple with the SecretAccessKey field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSecretAccessKey
`func (o *ImportKeyRequest) SetSecretAccessKey(v string)`
SetSecretAccessKey sets SecretAccessKey field to given value.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)