53 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
88 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
129 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
149 bool m_messageHasBeenSet =
false;
152 bool m_resourceIdHasBeenSet =
false;
155 bool m_resourceTypeHasBeenSet =
false;
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetResourceId(const Aws::String &value)
ResourceNotFoundException & WithResourceId(const Aws::String &value)
ResourceNotFoundException & WithResourceType(Aws::String &&value)
ResourceNotFoundException & WithResourceId(const char *value)
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
ResourceNotFoundException & WithMessage(const char *value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
void SetResourceType(Aws::String &&value)
const Aws::String & GetResourceId() const
void SetResourceId(const char *value)
ResourceNotFoundException & WithResourceType(const Aws::String &value)
bool MessageHasBeenSet() const
void SetResourceType(const char *value)
ResourceNotFoundException & WithResourceId(Aws::String &&value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceIdHasBeenSet() const
AWS_PANORAMA_API ResourceNotFoundException()
ResourceNotFoundException & WithResourceType(const char *value)
void SetMessage(Aws::String &&value)
AWS_PANORAMA_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PANORAMA_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceType() const
void SetResourceType(const Aws::String &value)
bool ResourceTypeHasBeenSet() const
void SetResourceId(Aws::String &&value)
void SetMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String