| Name | Type | Description | Notes |
|---|---|---|---|
| AzOverrides | Pointer to map[string]AZOverrides | [optional] | |
| PerProcess | Pointer to map[string]PerProcessDetails | [optional] |
func NewUserIntentOverrides() *UserIntentOverrides
NewUserIntentOverrides instantiates a new UserIntentOverrides 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 NewUserIntentOverridesWithDefaults() *UserIntentOverrides
NewUserIntentOverridesWithDefaults instantiates a new UserIntentOverrides 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 *UserIntentOverrides) GetAzOverrides() map[string]AZOverrides
GetAzOverrides returns the AzOverrides field if non-nil, zero value otherwise.
func (o *UserIntentOverrides) GetAzOverridesOk() (*map[string]AZOverrides, bool)
GetAzOverridesOk returns a tuple with the AzOverrides field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntentOverrides) SetAzOverrides(v map[string]AZOverrides)
SetAzOverrides sets AzOverrides field to given value.
func (o *UserIntentOverrides) HasAzOverrides() bool
HasAzOverrides returns a boolean if a field has been set.
func (o *UserIntentOverrides) GetPerProcess() map[string]PerProcessDetails
GetPerProcess returns the PerProcess field if non-nil, zero value otherwise.
func (o *UserIntentOverrides) GetPerProcessOk() (*map[string]PerProcessDetails, bool)
GetPerProcessOk returns a tuple with the PerProcess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntentOverrides) SetPerProcess(v map[string]PerProcessDetails)
SetPerProcess sets PerProcess field to given value.
func (o *UserIntentOverrides) HasPerProcess() bool
HasPerProcess returns a boolean if a field has been set.