7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/BatchDeleteByResourceArns.h>
9#include <aws/application-signals/model/BatchDeleteScope.h>
20namespace ApplicationSignals {
42 template <
typename ScopeT = BatchDeleteScope>
44 m_scopeHasBeenSet =
true;
45 m_scope = std::forward<ScopeT>(value);
47 template <
typename ScopeT = BatchDeleteScope>
49 SetScope(std::forward<ScopeT>(value));
60 template <
typename ResourceArnsT = BatchDeleteByResourceArns>
62 m_resourceArnsHasBeenSet =
true;
63 m_resourceArns = std::forward<ResourceArnsT>(value);
65 template <
typename ResourceArnsT = BatchDeleteByResourceArns>
75 bool m_scopeHasBeenSet =
false;
76 bool m_resourceArnsHasBeenSet =
false;
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)
bool ScopeHasBeenSet() const
void SetResourceArns(ResourceArnsT &&value)
const BatchDeleteScope & GetScope() const
BatchDeleteDeletionTarget & WithScope(ScopeT &&value)
BatchDeleteDeletionTarget & WithResourceArns(ResourceArnsT &&value)
AWS_APPLICATIONSIGNALS_API BatchDeleteDeletionTarget()=default
bool ResourceArnsHasBeenSet() const
const BatchDeleteByResourceArns & GetResourceArns() const
void SetScope(ScopeT &&value)
Aws::Utils::Json::JsonValue JsonValue