7#include <aws/codestar-notifications/CodeStarNotifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodeStarNotifications
48 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
49 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
62 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
63 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
71 bool m_idHasBeenSet =
false;
74 bool m_arnHasBeenSet =
false;
void SetArn(const Aws::String &value)
void SetArn(Aws::String &&value)
AWS_CODESTARNOTIFICATIONS_API NotificationRuleSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CODESTARNOTIFICATIONS_API NotificationRuleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
void SetId(const char *value)
bool ArnHasBeenSet() const
void SetId(const Aws::String &value)
void SetId(Aws::String &&value)
AWS_CODESTARNOTIFICATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
NotificationRuleSummary & WithArn(const char *value)
const Aws::String & GetId() const
NotificationRuleSummary & WithArn(Aws::String &&value)
NotificationRuleSummary & WithArn(const Aws::String &value)
NotificationRuleSummary & WithId(const Aws::String &value)
NotificationRuleSummary & WithId(Aws::String &&value)
bool IdHasBeenSet() const
AWS_CODESTARNOTIFICATIONS_API NotificationRuleSummary()
NotificationRuleSummary & WithId(const char *value)
void SetArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue