Name | Type | Description | Notes |
---|---|---|---|
AutoScalingGroups | Pointer to []AutoScalingGroup | [optional] | |
Metadata | Pointer to Metadata | [optional] |
func NewGetAutoScalingGroupListResult() *GetAutoScalingGroupListResult
NewGetAutoScalingGroupListResult instantiates a new GetAutoScalingGroupListResult 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 NewGetAutoScalingGroupListResultWithDefaults() *GetAutoScalingGroupListResult
NewGetAutoScalingGroupListResultWithDefaults instantiates a new GetAutoScalingGroupListResult 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 *GetAutoScalingGroupListResult) GetAutoScalingGroups() []AutoScalingGroup
GetAutoScalingGroups returns the AutoScalingGroups field if non-nil, zero value otherwise.
func (o *GetAutoScalingGroupListResult) GetAutoScalingGroupsOk() (*[]AutoScalingGroup, bool)
GetAutoScalingGroupsOk returns a tuple with the AutoScalingGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAutoScalingGroupListResult) SetAutoScalingGroups(v []AutoScalingGroup)
SetAutoScalingGroups sets AutoScalingGroups field to given value.
func (o *GetAutoScalingGroupListResult) HasAutoScalingGroups() bool
HasAutoScalingGroups returns a boolean if a field has been set.
func (o *GetAutoScalingGroupListResult) GetMetadata() Metadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *GetAutoScalingGroupListResult) GetMetadataOk() (*Metadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAutoScalingGroupListResult) SetMetadata(v Metadata)
SetMetadata sets Metadata field to given value.
func (o *GetAutoScalingGroupListResult) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.