7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
59 inline void SetResourceName(
const char* value) { m_resourceNameHasBeenSet =
true; m_resourceName.assign(value); }
67 bool m_messageHasBeenSet =
false;
70 bool m_resourceNameHasBeenSet =
false;
bool ResourceNameHasBeenSet() const
AWS_COSTEXPLORER_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetMessage(const Aws::String &value)
void SetResourceName(const Aws::String &value)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
AWS_COSTEXPLORER_API ResourceNotFoundException()
ResourceNotFoundException & WithMessage(const char *value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetResourceName(const char *value)
const Aws::String & GetResourceName() const
void SetResourceName(Aws::String &&value)
ResourceNotFoundException & WithResourceName(const char *value)
ResourceNotFoundException & WithResourceName(Aws::String &&value)
ResourceNotFoundException & WithResourceName(const Aws::String &value)
AWS_COSTEXPLORER_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue