7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-incidents/model/ResourceType.h>
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
62 inline void SetResourceIdentifier(
const char* value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier.assign(value); }
82 bool m_messageHasBeenSet =
false;
85 bool m_resourceIdentifierHasBeenSet =
false;
88 bool m_resourceTypeHasBeenSet =
false;
void SetResourceIdentifier(const char *value)
const Aws::String & GetMessage() const
bool ResourceIdentifierHasBeenSet() const
AWS_SSMINCIDENTS_API ResourceNotFoundException()
void SetResourceType(const ResourceType &value)
const ResourceType & GetResourceType() const
const Aws::String & GetResourceIdentifier() const
AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceNotFoundException & WithMessage(const char *value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetResourceType(ResourceType &&value)
ResourceNotFoundException & WithResourceIdentifier(Aws::String &&value)
bool MessageHasBeenSet() const
ResourceNotFoundException & WithResourceType(const ResourceType &value)
AWS_SSMINCIDENTS_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithResourceIdentifier(const Aws::String &value)
void SetMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
ResourceNotFoundException & WithResourceType(ResourceType &&value)
void SetResourceIdentifier(const Aws::String &value)
void SetMessage(const char *value)
void SetResourceIdentifier(Aws::String &&value)
AWS_SSMINCIDENTS_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTypeHasBeenSet() const
ResourceNotFoundException & WithResourceIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue