7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApplicationAutoScaling
46 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
61 inline void SetResourceName(
const char* value) { m_resourceNameHasBeenSet =
true; m_resourceName.assign(value); }
69 bool m_messageHasBeenSet =
false;
72 bool m_resourceNameHasBeenSet =
false;
const Aws::String & GetMessage() const
void SetMessage(const char *value)
bool MessageHasBeenSet() const
ResourceNotFoundException & WithResourceName(const Aws::String &value)
AWS_APPLICATIONAUTOSCALING_API ResourceNotFoundException()
bool ResourceNameHasBeenSet() const
ResourceNotFoundException & WithResourceName(Aws::String &&value)
void SetMessage(const Aws::String &value)
AWS_APPLICATIONAUTOSCALING_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetResourceName(const char *value)
AWS_APPLICATIONAUTOSCALING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(Aws::String &&value)
ResourceNotFoundException & WithMessage(const char *value)
void SetResourceName(const Aws::String &value)
AWS_APPLICATIONAUTOSCALING_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithResourceName(const char *value)
const Aws::String & GetResourceName() const
void SetResourceName(Aws::String &&value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue