Name | Type | Description | Notes |
---|---|---|---|
Stack | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Self | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] |
func NewVpcPeerLinks() *VpcPeerLinks
NewVpcPeerLinks instantiates a new VpcPeerLinks 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 NewVpcPeerLinksWithDefaults() *VpcPeerLinks
NewVpcPeerLinksWithDefaults instantiates a new VpcPeerLinks 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 *VpcPeerLinks) GetStack() ListAccountsForStack200ResponseLinksStack
GetStack returns the Stack field if non-nil, zero value otherwise.
func (o *VpcPeerLinks) GetStackOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetStackOk returns a tuple with the Stack field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VpcPeerLinks) SetStack(v ListAccountsForStack200ResponseLinksStack)
SetStack sets Stack field to given value.
func (o *VpcPeerLinks) HasStack() bool
HasStack returns a boolean if a field has been set.
func (o *VpcPeerLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *VpcPeerLinks) GetSelfOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VpcPeerLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *VpcPeerLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.