Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.43 KB

VpcPeerLinks.md

File metadata and controls

82 lines (45 loc) · 2.43 KB

VpcPeerLinks

Properties

Name Type Description Notes
Stack Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Self Pointer to ListAccountsForStack200ResponseLinksStack [optional]

Methods

NewVpcPeerLinks

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

NewVpcPeerLinksWithDefaults

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

GetStack

func (o *VpcPeerLinks) GetStack() ListAccountsForStack200ResponseLinksStack

GetStack returns the Stack field if non-nil, zero value otherwise.

GetStackOk

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.

SetStack

func (o *VpcPeerLinks) SetStack(v ListAccountsForStack200ResponseLinksStack)

SetStack sets Stack field to given value.

HasStack

func (o *VpcPeerLinks) HasStack() bool

HasStack returns a boolean if a field has been set.

GetSelf

func (o *VpcPeerLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

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.

SetSelf

func (o *VpcPeerLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)

SetSelf sets Self field to given value.

HasSelf

func (o *VpcPeerLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]