Name | Type | Description | Notes |
---|---|---|---|
ApplicationInstanceId | string | ||
Region | string | ||
ApplicationId | string |
func NewAppInstanceBasic(applicationInstanceId string, region string, applicationId string, ) *AppInstanceBasic
NewAppInstanceBasic instantiates a new AppInstanceBasic 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 NewAppInstanceBasicWithDefaults() *AppInstanceBasic
NewAppInstanceBasicWithDefaults instantiates a new AppInstanceBasic 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 *AppInstanceBasic) GetApplicationInstanceId() string
GetApplicationInstanceId returns the ApplicationInstanceId field if non-nil, zero value otherwise.
func (o *AppInstanceBasic) GetApplicationInstanceIdOk() (*string, bool)
GetApplicationInstanceIdOk returns a tuple with the ApplicationInstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppInstanceBasic) SetApplicationInstanceId(v string)
SetApplicationInstanceId sets ApplicationInstanceId field to given value.
func (o *AppInstanceBasic) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *AppInstanceBasic) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppInstanceBasic) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *AppInstanceBasic) GetApplicationId() string
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *AppInstanceBasic) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppInstanceBasic) SetApplicationId(v string)
SetApplicationId sets ApplicationId field to given value.