Home
last modified time | relevance | path

Searched refs:ArchiveRuleSummary (Results 1 – 25 of 58) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-accessanalyzer/include/aws/accessanalyzer/model/
H A DArchiveRuleSummary.h34 class AWS_ACCESSANALYZER_API ArchiveRuleSummary
37 ArchiveRuleSummary();
38 ArchiveRuleSummary(Aws::Utils::Json::JsonView jsonValue);
39 ArchiveRuleSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
66 …inline ArchiveRuleSummary& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value);… in WithCreatedAt()
71 …inline ArchiveRuleSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(va… in WithCreatedAt()
97 …inline ArchiveRuleSummary& WithFilter(const Aws::Map<Aws::String, Criterion>& value) { SetFilter(v… in WithFilter()
163 …inline ArchiveRuleSummary& WithRuleName(const Aws::String& value) { SetRuleName(value); return *th… in WithRuleName()
168 …inline ArchiveRuleSummary& WithRuleName(Aws::String&& value) { SetRuleName(std::move(value)); retu… in WithRuleName()
173 inline ArchiveRuleSummary& WithRuleName(const char* value) { SetRuleName(value); return *this;} in WithRuleName()
[all …]
H A DListArchiveRulesResult.h45 inline const Aws::Vector<ArchiveRuleSummary>& GetArchiveRules() const{ return m_archiveRules; } in GetArchiveRules()
50 …inline void SetArchiveRules(const Aws::Vector<ArchiveRuleSummary>& value) { m_archiveRules = value… in SetArchiveRules()
55 …inline void SetArchiveRules(Aws::Vector<ArchiveRuleSummary>&& value) { m_archiveRules = std::move(… in SetArchiveRules()
60 …inline ListArchiveRulesResult& WithArchiveRules(const Aws::Vector<ArchiveRuleSummary>& value) { Se… in WithArchiveRules()
65 …inline ListArchiveRulesResult& WithArchiveRules(Aws::Vector<ArchiveRuleSummary>&& value) { SetArch… in WithArchiveRules()
70 …inline ListArchiveRulesResult& AddArchiveRules(const ArchiveRuleSummary& value) { m_archiveRules.p… in AddArchiveRules()
75 …inline ListArchiveRulesResult& AddArchiveRules(ArchiveRuleSummary&& value) { m_archiveRules.push_b… in AddArchiveRules()
115 Aws::Vector<ArchiveRuleSummary> m_archiveRules;
H A DGetArchiveRuleResult.h41 inline const ArchiveRuleSummary& GetArchiveRule() const{ return m_archiveRule; } in GetArchiveRule()
44 inline void SetArchiveRule(const ArchiveRuleSummary& value) { m_archiveRule = value; } in SetArchiveRule()
47 inline void SetArchiveRule(ArchiveRuleSummary&& value) { m_archiveRule = std::move(value); } in SetArchiveRule()
50 …inline GetArchiveRuleResult& WithArchiveRule(const ArchiveRuleSummary& value) { SetArchiveRule(val… in WithArchiveRule()
53 …inline GetArchiveRuleResult& WithArchiveRule(ArchiveRuleSummary&& value) { SetArchiveRule(std::mov… in WithArchiveRule()
57 ArchiveRuleSummary m_archiveRule;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-accessanalyzer/source/model/
H A DArchiveRuleSummary.cpp21 ArchiveRuleSummary::ArchiveRuleSummary() : in ArchiveRuleSummary() function in Aws::AccessAnalyzer::Model::ArchiveRuleSummary
29 ArchiveRuleSummary::ArchiveRuleSummary(JsonView jsonValue) : in ArchiveRuleSummary() function in Aws::AccessAnalyzer::Model::ArchiveRuleSummary
38 ArchiveRuleSummary& ArchiveRuleSummary::operator =(JsonView jsonValue) in operator =()
74 JsonValue ArchiveRuleSummary::Jsonize() const in Jsonize()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/accessanalyzer/
H A Dapi.go2143 type ArchiveRuleSummary struct { struct
2168 func (s ArchiveRuleSummary) String() string { argument
2173 func (s ArchiveRuleSummary) GoString() string { argument
2178 func (s *ArchiveRuleSummary) SetCreatedAt(v time.Time) *ArchiveRuleSummary { argument
2184 func (s *ArchiveRuleSummary) SetFilter(v map[string]*Criterion) *ArchiveRuleSummary { argument
2190 func (s *ArchiveRuleSummary) SetRuleName(v string) *ArchiveRuleSummary { argument
2196 func (s *ArchiveRuleSummary) SetUpdatedAt(v time.Time) *ArchiveRuleSummary { argument
3133 ArchiveRule *ArchiveRuleSummary `locationName:"archiveRule" type:"structure" required:"true"`
3147 func (s *GetArchiveRuleOutput) SetArchiveRule(v *ArchiveRuleSummary) *GetArchiveRuleOutput {
3544 ArchiveRules []*ArchiveRuleSummary `locationName:"archiveRules" type:"list" required:"true"`
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/accessanalyzer/
H A Dapi.go2145 type ArchiveRuleSummary struct {
2170 func (s ArchiveRuleSummary) String() string {
2175 func (s ArchiveRuleSummary) GoString() string {
2180 func (s *ArchiveRuleSummary) SetCreatedAt(v time.Time) *ArchiveRuleSummary {
2186 func (s *ArchiveRuleSummary) SetFilter(v map[string]*Criterion) *ArchiveRuleSummary {
2192 func (s *ArchiveRuleSummary) SetRuleName(v string) *ArchiveRuleSummary {
2198 func (s *ArchiveRuleSummary) SetUpdatedAt(v time.Time) *ArchiveRuleSummary {
3136 ArchiveRule *ArchiveRuleSummary `locationName:"archiveRule" type:"structure" required:"true"`
3150 func (s *GetArchiveRuleOutput) SetArchiveRule(v *ArchiveRuleSummary) *GetArchiveRuleOutput {
3547 ArchiveRules []*ArchiveRuleSummary `locationName:"archiveRules" type:"list" required:"true"`
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/accessanalyzer/
H A Dapi.go2253 type ArchiveRuleSummary struct { struct
2278 func (s ArchiveRuleSummary) String() string { argument
2283 func (s ArchiveRuleSummary) GoString() string { argument
2288 func (s *ArchiveRuleSummary) SetCreatedAt(v time.Time) *ArchiveRuleSummary { argument
2294 func (s *ArchiveRuleSummary) SetFilter(v map[string]*Criterion) *ArchiveRuleSummary { argument
2300 func (s *ArchiveRuleSummary) SetRuleName(v string) *ArchiveRuleSummary { argument
2306 func (s *ArchiveRuleSummary) SetUpdatedAt(v time.Time) *ArchiveRuleSummary { argument
3414 ArchiveRule *ArchiveRuleSummary `locationName:"archiveRule" type:"structure" required:"true"`
3428 func (s *GetArchiveRuleOutput) SetArchiveRule(v *ArchiveRuleSummary) *GetArchiveRuleOutput {
3884 ArchiveRules []*ArchiveRuleSummary `locationName:"archiveRules" type:"list" required:"true"`
[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/accessanalyzer/
H A Dapi.go2252 type ArchiveRuleSummary struct { struct
2277 func (s ArchiveRuleSummary) String() string { argument
2282 func (s ArchiveRuleSummary) GoString() string { argument
2287 func (s *ArchiveRuleSummary) SetCreatedAt(v time.Time) *ArchiveRuleSummary { argument
2293 func (s *ArchiveRuleSummary) SetFilter(v map[string]*Criterion) *ArchiveRuleSummary { argument
2299 func (s *ArchiveRuleSummary) SetRuleName(v string) *ArchiveRuleSummary { argument
2305 func (s *ArchiveRuleSummary) SetUpdatedAt(v time.Time) *ArchiveRuleSummary { argument
3331 ArchiveRule *ArchiveRuleSummary `locationName:"archiveRule" type:"structure" required:"true"`
3345 func (s *GetArchiveRuleOutput) SetArchiveRule(v *ArchiveRuleSummary) *GetArchiveRuleOutput {
3801 ArchiveRules []*ArchiveRuleSummary `locationName:"archiveRules" type:"list" required:"true"`
[all …]
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/accessanalyzer/
H A Dapi.go2201 type ArchiveRuleSummary struct { struct
2226 func (s ArchiveRuleSummary) String() string { argument
2231 func (s ArchiveRuleSummary) GoString() string { argument
2236 func (s *ArchiveRuleSummary) SetCreatedAt(v time.Time) *ArchiveRuleSummary { argument
2242 func (s *ArchiveRuleSummary) SetFilter(v map[string]*Criterion) *ArchiveRuleSummary { argument
2248 func (s *ArchiveRuleSummary) SetRuleName(v string) *ArchiveRuleSummary { argument
2254 func (s *ArchiveRuleSummary) SetUpdatedAt(v time.Time) *ArchiveRuleSummary { argument
3258 ArchiveRule *ArchiveRuleSummary `locationName:"archiveRule" type:"structure" required:"true"`
3272 func (s *GetArchiveRuleOutput) SetArchiveRule(v *ArchiveRuleSummary) *GetArchiveRuleOutput {
3728 ArchiveRules []*ArchiveRuleSummary `locationName:"archiveRules" type:"list" required:"true"`
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/accessanalyzer/
H A Dapi.go2253 type ArchiveRuleSummary struct { struct
2278 func (s ArchiveRuleSummary) String() string { argument
2283 func (s ArchiveRuleSummary) GoString() string { argument
2288 func (s *ArchiveRuleSummary) SetCreatedAt(v time.Time) *ArchiveRuleSummary { argument
2294 func (s *ArchiveRuleSummary) SetFilter(v map[string]*Criterion) *ArchiveRuleSummary { argument
2300 func (s *ArchiveRuleSummary) SetRuleName(v string) *ArchiveRuleSummary { argument
2306 func (s *ArchiveRuleSummary) SetUpdatedAt(v time.Time) *ArchiveRuleSummary { argument
3414 ArchiveRule *ArchiveRuleSummary `locationName:"archiveRule" type:"structure" required:"true"`
3428 func (s *GetArchiveRuleOutput) SetArchiveRule(v *ArchiveRuleSummary) *GetArchiveRuleOutput {
3884 ArchiveRules []*ArchiveRuleSummary `locationName:"archiveRules" type:"list" required:"true"`
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/accessanalyzer/
H A Dapi.go2253 type ArchiveRuleSummary struct { struct
2278 func (s ArchiveRuleSummary) String() string { argument
2283 func (s ArchiveRuleSummary) GoString() string { argument
2288 func (s *ArchiveRuleSummary) SetCreatedAt(v time.Time) *ArchiveRuleSummary { argument
2294 func (s *ArchiveRuleSummary) SetFilter(v map[string]*Criterion) *ArchiveRuleSummary { argument
2300 func (s *ArchiveRuleSummary) SetRuleName(v string) *ArchiveRuleSummary { argument
2306 func (s *ArchiveRuleSummary) SetUpdatedAt(v time.Time) *ArchiveRuleSummary { argument
3414 ArchiveRule *ArchiveRuleSummary `locationName:"archiveRule" type:"structure" required:"true"`
3428 func (s *GetArchiveRuleOutput) SetArchiveRule(v *ArchiveRuleSummary) *GetArchiveRuleOutput {
3884 ArchiveRules []*ArchiveRuleSummary `locationName:"archiveRules" type:"list" required:"true"`
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/accessanalyzer/
H A Dapi.go2434 type ArchiveRuleSummary struct { struct
2459 func (s ArchiveRuleSummary) String() string { argument
2464 func (s ArchiveRuleSummary) GoString() string { argument
2469 func (s *ArchiveRuleSummary) SetCreatedAt(v time.Time) *ArchiveRuleSummary { argument
2475 func (s *ArchiveRuleSummary) SetFilter(v map[string]*Criterion) *ArchiveRuleSummary { argument
2481 func (s *ArchiveRuleSummary) SetRuleName(v string) *ArchiveRuleSummary { argument
2487 func (s *ArchiveRuleSummary) SetUpdatedAt(v time.Time) *ArchiveRuleSummary { argument
3595 ArchiveRule *ArchiveRuleSummary `locationName:"archiveRule" type:"structure" required:"true"`
3609 func (s *GetArchiveRuleOutput) SetArchiveRule(v *ArchiveRuleSummary) *GetArchiveRuleOutput {
4065 ArchiveRules []*ArchiveRuleSummary `locationName:"archiveRules" type:"list" required:"true"`
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/accessanalyzer/
H A Dapi.go2434 type ArchiveRuleSummary struct { struct
2459 func (s ArchiveRuleSummary) String() string { argument
2464 func (s ArchiveRuleSummary) GoString() string { argument
2469 func (s *ArchiveRuleSummary) SetCreatedAt(v time.Time) *ArchiveRuleSummary { argument
2475 func (s *ArchiveRuleSummary) SetFilter(v map[string]*Criterion) *ArchiveRuleSummary { argument
2481 func (s *ArchiveRuleSummary) SetRuleName(v string) *ArchiveRuleSummary { argument
2487 func (s *ArchiveRuleSummary) SetUpdatedAt(v time.Time) *ArchiveRuleSummary { argument
3595 ArchiveRule *ArchiveRuleSummary `locationName:"archiveRule" type:"structure" required:"true"`
3609 func (s *GetArchiveRuleOutput) SetArchiveRule(v *ArchiveRuleSummary) *GetArchiveRuleOutput {
4065 ArchiveRules []*ArchiveRuleSummary `locationName:"archiveRules" type:"list" required:"true"`
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/accessanalyzer/
H A Dapi.go2435 type ArchiveRuleSummary struct { struct
2460 func (s ArchiveRuleSummary) String() string { argument
2465 func (s ArchiveRuleSummary) GoString() string { argument
2470 func (s *ArchiveRuleSummary) SetCreatedAt(v time.Time) *ArchiveRuleSummary { argument
2476 func (s *ArchiveRuleSummary) SetFilter(v map[string]*Criterion) *ArchiveRuleSummary { argument
2482 func (s *ArchiveRuleSummary) SetRuleName(v string) *ArchiveRuleSummary { argument
2488 func (s *ArchiveRuleSummary) SetUpdatedAt(v time.Time) *ArchiveRuleSummary { argument
3597 ArchiveRule *ArchiveRuleSummary `locationName:"archiveRule" type:"structure" required:"true"`
3611 func (s *GetArchiveRuleOutput) SetArchiveRule(v *ArchiveRuleSummary) *GetArchiveRuleOutput {
4067 ArchiveRules []*ArchiveRuleSummary `locationName:"archiveRules" type:"list" required:"true"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go/service/accessanalyzer/
H A Dapi.go2435 type ArchiveRuleSummary struct { struct
2460 func (s ArchiveRuleSummary) String() string { argument
2465 func (s ArchiveRuleSummary) GoString() string { argument
2470 func (s *ArchiveRuleSummary) SetCreatedAt(v time.Time) *ArchiveRuleSummary { argument
2476 func (s *ArchiveRuleSummary) SetFilter(v map[string]*Criterion) *ArchiveRuleSummary { argument
2482 func (s *ArchiveRuleSummary) SetRuleName(v string) *ArchiveRuleSummary { argument
2488 func (s *ArchiveRuleSummary) SetUpdatedAt(v time.Time) *ArchiveRuleSummary { argument
3597 ArchiveRule *ArchiveRuleSummary `locationName:"archiveRule" type:"structure" required:"true"`
3611 func (s *GetArchiveRuleOutput) SetArchiveRule(v *ArchiveRuleSummary) *GetArchiveRuleOutput {
4067 ArchiveRules []*ArchiveRuleSummary `locationName:"archiveRules" type:"list" required:"true"`
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/accessanalyzer/types/
H A Dtypes.go134 type ArchiveRuleSummary struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/accessanalyzer/types/
H A Dtypes.go134 type ArchiveRuleSummary struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/accessanalyzer/types/
H A Dtypes.go134 type ArchiveRuleSummary struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/accessanalyzer/
H A Dapi_op_GetArchiveRule.go53 ArchiveRule *types.ArchiveRuleSummary
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/accessanalyzer/
H A Dapi_op_GetArchiveRule.go50 ArchiveRule *types.ArchiveRuleSummary
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/accessanalyzer/
H A Dapi_op_GetArchiveRule.go50 ArchiveRule *types.ArchiveRuleSummary
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/accessanalyzer/
H A Dapi_op_GetArchiveRule.go50 ArchiveRule *types.ArchiveRuleSummary
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/accessanalyzer/
H A Dapi_op_GetArchiveRule.go53 ArchiveRule *types.ArchiveRuleSummary
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/accessanalyzer/
H A Dapi_op_GetArchiveRule.go53 ArchiveRule *types.ArchiveRuleSummary
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/accessanalyzer/
H A Dapi_op_GetArchiveRule.go53 ArchiveRule *types.ArchiveRuleSummary

123