| Name | Type | Description | Notes |
|---|---|---|---|
| Action | CMEKCustomerAction |
func NewUpdateCMEKStatusRequest(action CMEKCustomerAction, ) *UpdateCMEKStatusRequest
NewUpdateCMEKStatusRequest instantiates a new UpdateCMEKStatusRequest 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 NewUpdateCMEKStatusRequestWithDefaults() *UpdateCMEKStatusRequest
NewUpdateCMEKStatusRequestWithDefaults instantiates a new UpdateCMEKStatusRequest 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 *UpdateCMEKStatusRequest) GetAction() CMEKCustomerAction
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *UpdateCMEKStatusRequest) SetAction(v CMEKCustomerAction)
SetAction sets Action field to given value.