Home
last modified time | relevance | path

Searched refs:StackSetSummary (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/include/aws/cloudformation/model/
H A DStackSetSummary.h37 class AWS_CLOUDFORMATION_API StackSetSummary
40 StackSetSummary();
41 StackSetSummary(const Aws::Utils::Xml::XmlNode& xmlNode);
42 StackSetSummary& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
76 …inline StackSetSummary& WithStackSetName(const Aws::String& value) { SetStackSetName(value); retur… in WithStackSetName()
86 …inline StackSetSummary& WithStackSetName(const char* value) { SetStackSetName(value); return *this… in WithStackSetName()
117 …inline StackSetSummary& WithStackSetId(const Aws::String& value) { SetStackSetId(value); return *t… in WithStackSetId()
127 inline StackSetSummary& WithStackSetId(const char* value) { SetStackSetId(value); return *this;} in WithStackSetId()
176 … inline StackSetSummary& WithDescription(const char* value) { SetDescription(value); return *this;} in WithDescription()
202 … inline StackSetSummary& WithStatus(const StackSetStatus& value) { SetStatus(value); return *this;} in WithStatus()
[all …]
H A DListStackSetsResult.h42 inline const Aws::Vector<StackSetSummary>& GetSummaries() const{ return m_summaries; } in GetSummaries()
48 inline void SetSummaries(const Aws::Vector<StackSetSummary>& value) { m_summaries = value; } in SetSummaries()
54 … inline void SetSummaries(Aws::Vector<StackSetSummary>&& value) { m_summaries = std::move(value); } in SetSummaries()
60 …inline ListStackSetsResult& WithSummaries(const Aws::Vector<StackSetSummary>& value) { SetSummarie… in WithSummaries()
66 …inline ListStackSetsResult& WithSummaries(Aws::Vector<StackSetSummary>&& value) { SetSummaries(std… in WithSummaries()
72 …inline ListStackSetsResult& AddSummaries(const StackSetSummary& value) { m_summaries.push_back(val… in AddSummaries()
78 …inline ListStackSetsResult& AddSummaries(StackSetSummary&& value) { m_summaries.push_back(std::mov… in AddSummaries()
162 Aws::Vector<StackSetSummary> m_summaries;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/source/model/
H A DStackSetSummary.cpp23 StackSetSummary::StackSetSummary() : in StackSetSummary() function in Aws::CloudFormation::Model::StackSetSummary
38 StackSetSummary::StackSetSummary(const XmlNode& xmlNode) : in StackSetSummary() function in Aws::CloudFormation::Model::StackSetSummary
54 StackSetSummary& StackSetSummary::operator =(const XmlNode& xmlNode) in operator =()
113 void StackSetSummary::OutputToStream(Aws::OStream& oStream, const char* location, unsigned index, c… in OutputToStream()
159 void StackSetSummary::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudformation/
H A Dapi_op_ListStackSets.go90 Summaries []types.StackSetSummary
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudformation/
H A Dapi_op_ListStackSets.go60 Summaries []types.StackSetSummary
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloudformation/
H A Dapi_op_ListStackSets.go60 Summaries []types.StackSetSummary
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloudformation/
H A Dapi_op_ListStackSets.go60 Summaries []types.StackSetSummary
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloudformation/
H A Dapi_op_ListStackSets.go90 Summaries []types.StackSetSummary
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloudformation/
H A Dapi_op_ListStackSets.go90 Summaries []types.StackSetSummary
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloudformation/
H A Dapi_op_ListStackSets.go90 Summaries []types.StackSetSummary
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudformation/
H A Dapi_op_ListStackSets.go93 Summaries []types.StackSetSummary
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudformation/types/
H A Dtypes.go1750 type StackSetSummary struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudformation/types/
H A Dtypes.go1746 type StackSetSummary struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloudformation/types/
H A Dtypes.go1746 type StackSetSummary struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloudformation/types/
H A Dtypes.go1746 type StackSetSummary struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloudformation/types/
H A Dtypes.go1750 type StackSetSummary struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloudformation/types/
H A Dtypes.go1753 type StackSetSummary struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloudformation/types/
H A Dtypes.go1750 type StackSetSummary struct { struct
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go11119 Summaries []*StackSetSummary `type:"list"`
15406 type StackSetSummary struct { struct
15464 func (s StackSetSummary) String() string { argument
15474 func (s *StackSetSummary) SetAutoDeployment(v *AutoDeployment) *StackSetSummary { argument
15480 func (s *StackSetSummary) SetDescription(v string) *StackSetSummary { argument
15486 func (s *StackSetSummary) SetDriftStatus(v string) *StackSetSummary { argument
15492 func (s *StackSetSummary) SetLastDriftCheckTimestamp(v time.Time) *StackSetSummary { argument
15498 func (s *StackSetSummary) SetPermissionModel(v string) *StackSetSummary { argument
15504 func (s *StackSetSummary) SetStackSetId(v string) *StackSetSummary { argument
15510 func (s *StackSetSummary) SetStackSetName(v string) *StackSetSummary { argument
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/cloudformation/
H A Dapi.go10739 Summaries []*StackSetSummary `type:"list"`
14911 type StackSetSummary struct { struct
14969 func (s StackSetSummary) String() string { argument
14979 func (s *StackSetSummary) SetAutoDeployment(v *AutoDeployment) *StackSetSummary { argument
14985 func (s *StackSetSummary) SetDescription(v string) *StackSetSummary { argument
14991 func (s *StackSetSummary) SetDriftStatus(v string) *StackSetSummary { argument
14997 func (s *StackSetSummary) SetLastDriftCheckTimestamp(v time.Time) *StackSetSummary { argument
15003 func (s *StackSetSummary) SetPermissionModel(v string) *StackSetSummary { argument
15009 func (s *StackSetSummary) SetStackSetId(v string) *StackSetSummary { argument
15015 func (s *StackSetSummary) SetStackSetName(v string) *StackSetSummary { argument
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go11119 Summaries []*StackSetSummary `type:"list"`
15406 type StackSetSummary struct { struct
15464 func (s StackSetSummary) String() string { argument
15474 func (s *StackSetSummary) SetAutoDeployment(v *AutoDeployment) *StackSetSummary { argument
15480 func (s *StackSetSummary) SetDescription(v string) *StackSetSummary { argument
15486 func (s *StackSetSummary) SetDriftStatus(v string) *StackSetSummary { argument
15492 func (s *StackSetSummary) SetLastDriftCheckTimestamp(v time.Time) *StackSetSummary { argument
15498 func (s *StackSetSummary) SetPermissionModel(v string) *StackSetSummary { argument
15504 func (s *StackSetSummary) SetStackSetId(v string) *StackSetSummary { argument
15510 func (s *StackSetSummary) SetStackSetName(v string) *StackSetSummary { argument
[all …]
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go10739 Summaries []*StackSetSummary `type:"list"`
14911 type StackSetSummary struct { struct
14969 func (s StackSetSummary) String() string { argument
14979 func (s *StackSetSummary) SetAutoDeployment(v *AutoDeployment) *StackSetSummary { argument
14985 func (s *StackSetSummary) SetDescription(v string) *StackSetSummary { argument
14991 func (s *StackSetSummary) SetDriftStatus(v string) *StackSetSummary { argument
14997 func (s *StackSetSummary) SetLastDriftCheckTimestamp(v time.Time) *StackSetSummary { argument
15003 func (s *StackSetSummary) SetPermissionModel(v string) *StackSetSummary { argument
15009 func (s *StackSetSummary) SetStackSetId(v string) *StackSetSummary { argument
15015 func (s *StackSetSummary) SetStackSetName(v string) *StackSetSummary { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go11100 Summaries []*StackSetSummary `type:"list"`
15268 type StackSetSummary struct { struct
15326 func (s StackSetSummary) String() string { argument
15336 func (s *StackSetSummary) SetAutoDeployment(v *AutoDeployment) *StackSetSummary { argument
15342 func (s *StackSetSummary) SetDescription(v string) *StackSetSummary { argument
15348 func (s *StackSetSummary) SetDriftStatus(v string) *StackSetSummary { argument
15354 func (s *StackSetSummary) SetLastDriftCheckTimestamp(v time.Time) *StackSetSummary { argument
15360 func (s *StackSetSummary) SetPermissionModel(v string) *StackSetSummary { argument
15366 func (s *StackSetSummary) SetStackSetId(v string) *StackSetSummary { argument
15372 func (s *StackSetSummary) SetStackSetName(v string) *StackSetSummary { argument
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/cloudformation/
H A Dapi.go11119 Summaries []*StackSetSummary `type:"list"`
15406 type StackSetSummary struct { struct
15464 func (s StackSetSummary) String() string { argument
15474 func (s *StackSetSummary) SetAutoDeployment(v *AutoDeployment) *StackSetSummary { argument
15480 func (s *StackSetSummary) SetDescription(v string) *StackSetSummary { argument
15486 func (s *StackSetSummary) SetDriftStatus(v string) *StackSetSummary { argument
15492 func (s *StackSetSummary) SetLastDriftCheckTimestamp(v time.Time) *StackSetSummary { argument
15498 func (s *StackSetSummary) SetPermissionModel(v string) *StackSetSummary { argument
15504 func (s *StackSetSummary) SetStackSetId(v string) *StackSetSummary { argument
15510 func (s *StackSetSummary) SetStackSetName(v string) *StackSetSummary { argument
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudformation/types/
H A Dtypes.go1889 type StackSetSummary struct { struct

123