Name | Type | Description | Notes |
---|---|---|---|
Organization | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Accounts | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
IntrusionDetectionReports | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
VpnTunnels | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
VpcPeers | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Self | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] |
func NewStackLinks() *StackLinks
NewStackLinks instantiates a new StackLinks 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 NewStackLinksWithDefaults() *StackLinks
NewStackLinksWithDefaults instantiates a new StackLinks 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 *StackLinks) GetOrganization() ListAccountsForStack200ResponseLinksStack
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *StackLinks) GetOrganizationOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackLinks) SetOrganization(v ListAccountsForStack200ResponseLinksStack)
SetOrganization sets Organization field to given value.
func (o *StackLinks) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *StackLinks) GetAccounts() ListAccountsForStack200ResponseLinksStack
GetAccounts returns the Accounts field if non-nil, zero value otherwise.
func (o *StackLinks) GetAccountsOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetAccountsOk returns a tuple with the Accounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackLinks) SetAccounts(v ListAccountsForStack200ResponseLinksStack)
SetAccounts sets Accounts field to given value.
func (o *StackLinks) HasAccounts() bool
HasAccounts returns a boolean if a field has been set.
func (o *StackLinks) GetIntrusionDetectionReports() ListAccountsForStack200ResponseLinksStack
GetIntrusionDetectionReports returns the IntrusionDetectionReports field if non-nil, zero value otherwise.
func (o *StackLinks) GetIntrusionDetectionReportsOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetIntrusionDetectionReportsOk returns a tuple with the IntrusionDetectionReports field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackLinks) SetIntrusionDetectionReports(v ListAccountsForStack200ResponseLinksStack)
SetIntrusionDetectionReports sets IntrusionDetectionReports field to given value.
func (o *StackLinks) HasIntrusionDetectionReports() bool
HasIntrusionDetectionReports returns a boolean if a field has been set.
func (o *StackLinks) GetVpnTunnels() ListAccountsForStack200ResponseLinksStack
GetVpnTunnels returns the VpnTunnels field if non-nil, zero value otherwise.
func (o *StackLinks) GetVpnTunnelsOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetVpnTunnelsOk returns a tuple with the VpnTunnels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackLinks) SetVpnTunnels(v ListAccountsForStack200ResponseLinksStack)
SetVpnTunnels sets VpnTunnels field to given value.
func (o *StackLinks) HasVpnTunnels() bool
HasVpnTunnels returns a boolean if a field has been set.
func (o *StackLinks) GetVpcPeers() ListAccountsForStack200ResponseLinksStack
GetVpcPeers returns the VpcPeers field if non-nil, zero value otherwise.
func (o *StackLinks) GetVpcPeersOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetVpcPeersOk returns a tuple with the VpcPeers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackLinks) SetVpcPeers(v ListAccountsForStack200ResponseLinksStack)
SetVpcPeers sets VpcPeers field to given value.
func (o *StackLinks) HasVpcPeers() bool
HasVpcPeers returns a boolean if a field has been set.
func (o *StackLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *StackLinks) 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 *StackLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *StackLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.