7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ApplicationSignals {
41 template <
typename CanaryNameT = Aws::String>
43 m_canaryNameHasBeenSet =
true;
44 m_canaryName = std::forward<CanaryNameT>(value);
46 template <
typename CanaryNameT = Aws::String>
54 bool m_canaryNameHasBeenSet =
false;
AWS_APPLICATIONSIGNALS_API CanaryEntity(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCanaryName() const
bool CanaryNameHasBeenSet() const
AWS_APPLICATIONSIGNALS_API CanaryEntity()=default
void SetCanaryName(CanaryNameT &&value)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPLICATIONSIGNALS_API CanaryEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
CanaryEntity & WithCanaryName(CanaryNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue