7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
56 bool m_arnHasBeenSet =
false;
OpsItemNotification & WithArn(ArnT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSM_API OpsItemNotification(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
AWS_SSM_API OpsItemNotification()=default
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
AWS_SSM_API OpsItemNotification & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue