AWS SDK for C++

AWS SDK for C++ Version 1.11.852

Loading...
Searching...
No Matches
BatchDeleteDeletionTarget.h
1
6#pragma once
7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/BatchDeleteByResourceArns.h>
9#include <aws/application-signals/model/BatchDeleteScope.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace ApplicationSignals {
21namespace Model {
22
30 public:
31 AWS_APPLICATIONSIGNALS_API BatchDeleteDeletionTarget() = default;
32 AWS_APPLICATIONSIGNALS_API BatchDeleteDeletionTarget(Aws::Utils::Json::JsonView jsonValue);
33 AWS_APPLICATIONSIGNALS_API BatchDeleteDeletionTarget& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const BatchDeleteScope& GetScope() const { return m_scope; }
41 inline bool ScopeHasBeenSet() const { return m_scopeHasBeenSet; }
42 template <typename ScopeT = BatchDeleteScope>
43 void SetScope(ScopeT&& value) {
44 m_scopeHasBeenSet = true;
45 m_scope = std::forward<ScopeT>(value);
46 }
47 template <typename ScopeT = BatchDeleteScope>
49 SetScope(std::forward<ScopeT>(value));
50 return *this;
51 }
53
55
58 inline const BatchDeleteByResourceArns& GetResourceArns() const { return m_resourceArns; }
59 inline bool ResourceArnsHasBeenSet() const { return m_resourceArnsHasBeenSet; }
60 template <typename ResourceArnsT = BatchDeleteByResourceArns>
61 void SetResourceArns(ResourceArnsT&& value) {
62 m_resourceArnsHasBeenSet = true;
63 m_resourceArns = std::forward<ResourceArnsT>(value);
64 }
65 template <typename ResourceArnsT = BatchDeleteByResourceArns>
67 SetResourceArns(std::forward<ResourceArnsT>(value));
68 return *this;
69 }
71 private:
72 BatchDeleteScope m_scope;
73
74 BatchDeleteByResourceArns m_resourceArns;
75 bool m_scopeHasBeenSet = false;
76 bool m_resourceArnsHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace ApplicationSignals
81} // namespace Aws
AWS_APPLICATIONSIGNALS_API BatchDeleteDeletionTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPLICATIONSIGNALS_API BatchDeleteDeletionTarget(Aws::Utils::Json::JsonView jsonValue)
BatchDeleteDeletionTarget & WithResourceArns(ResourceArnsT &&value)
AWS_APPLICATIONSIGNALS_API BatchDeleteDeletionTarget()=default
Aws::Utils::Json::JsonValue JsonValue