AWS SDK for C++

AWS SDK for C++ Version 1.11.853

Loading...
Searching...
No Matches
BatchDeleteSuccessfulDeletion.h
1
6#pragma once
7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ApplicationSignals {
20namespace Model {
21
29 public:
30 AWS_APPLICATIONSIGNALS_API BatchDeleteSuccessfulDeletion() = default;
31 AWS_APPLICATIONSIGNALS_API BatchDeleteSuccessfulDeletion(Aws::Utils::Json::JsonView jsonValue);
33 AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetResourceArn() const { return m_resourceArn; }
41 inline bool ResourceArnHasBeenSet() const { return m_resourceArnHasBeenSet; }
42 template <typename ResourceArnT = Aws::String>
43 void SetResourceArn(ResourceArnT&& value) {
44 m_resourceArnHasBeenSet = true;
45 m_resourceArn = std::forward<ResourceArnT>(value);
46 }
47 template <typename ResourceArnT = Aws::String>
49 SetResourceArn(std::forward<ResourceArnT>(value));
50 return *this;
51 }
53
55
59 inline const Aws::String& GetSignalType() const { return m_signalType; }
60 inline bool SignalTypeHasBeenSet() const { return m_signalTypeHasBeenSet; }
61 template <typename SignalTypeT = Aws::String>
62 void SetSignalType(SignalTypeT&& value) {
63 m_signalTypeHasBeenSet = true;
64 m_signalType = std::forward<SignalTypeT>(value);
65 }
66 template <typename SignalTypeT = Aws::String>
68 SetSignalType(std::forward<SignalTypeT>(value));
69 return *this;
70 }
72
74
78 inline const Aws::String& GetLocationHash() const { return m_locationHash; }
79 inline bool LocationHashHasBeenSet() const { return m_locationHashHasBeenSet; }
80 template <typename LocationHashT = Aws::String>
81 void SetLocationHash(LocationHashT&& value) {
82 m_locationHashHasBeenSet = true;
83 m_locationHash = std::forward<LocationHashT>(value);
84 }
85 template <typename LocationHashT = Aws::String>
87 SetLocationHash(std::forward<LocationHashT>(value));
88 return *this;
89 }
91 private:
92 Aws::String m_resourceArn;
93
94 Aws::String m_signalType;
95
96 Aws::String m_locationHash;
97 bool m_resourceArnHasBeenSet = false;
98 bool m_signalTypeHasBeenSet = false;
99 bool m_locationHashHasBeenSet = false;
100};
101
102} // namespace Model
103} // namespace ApplicationSignals
104} // namespace Aws
AWS_APPLICATIONSIGNALS_API BatchDeleteSuccessfulDeletion & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchDeleteSuccessfulDeletion & WithLocationHash(LocationHashT &&value)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
BatchDeleteSuccessfulDeletion & WithSignalType(SignalTypeT &&value)
AWS_APPLICATIONSIGNALS_API BatchDeleteSuccessfulDeletion()=default
BatchDeleteSuccessfulDeletion & WithResourceArn(ResourceArnT &&value)
AWS_APPLICATIONSIGNALS_API BatchDeleteSuccessfulDeletion(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue