7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ApplicationSignals {
42 template <
typename ResourceArnT = Aws::String>
44 m_resourceArnHasBeenSet =
true;
45 m_resourceArn = std::forward<ResourceArnT>(value);
47 template <
typename ResourceArnT = Aws::String>
61 template <
typename SignalTypeT = Aws::String>
63 m_signalTypeHasBeenSet =
true;
64 m_signalType = std::forward<SignalTypeT>(value);
66 template <
typename SignalTypeT = Aws::String>
80 template <
typename LocationHashT = Aws::String>
82 m_locationHashHasBeenSet =
true;
83 m_locationHash = std::forward<LocationHashT>(value);
85 template <
typename LocationHashT = Aws::String>
97 bool m_resourceArnHasBeenSet =
false;
98 bool m_signalTypeHasBeenSet =
false;
99 bool m_locationHashHasBeenSet =
false;
void SetSignalType(SignalTypeT &&value)
bool SignalTypeHasBeenSet() const
void SetResourceArn(ResourceArnT &&value)
const Aws::String & GetResourceArn() const
AWS_APPLICATIONSIGNALS_API BatchDeleteSuccessfulDeletion & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchDeleteSuccessfulDeletion & WithLocationHash(LocationHashT &&value)
const Aws::String & GetLocationHash() const
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocationHash(LocationHashT &&value)
BatchDeleteSuccessfulDeletion & WithSignalType(SignalTypeT &&value)
bool LocationHashHasBeenSet() const
AWS_APPLICATIONSIGNALS_API BatchDeleteSuccessfulDeletion()=default
const Aws::String & GetSignalType() const
BatchDeleteSuccessfulDeletion & WithResourceArn(ResourceArnT &&value)
AWS_APPLICATIONSIGNALS_API BatchDeleteSuccessfulDeletion(Aws::Utils::Json::JsonView jsonValue)
bool ResourceArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue