7#include <aws/marketplace-agreement/AgreementService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/marketplace-agreement/model/ResourceType.h>
22namespace AgreementService
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
62 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
76 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
96 bool m_messageHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
102 bool m_resourceIdHasBeenSet =
false;
105 bool m_resourceTypeHasBeenSet =
false;
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetMessage(const char *value)
const ResourceType & GetResourceType() const
ResourceNotFoundException & WithResourceType(const ResourceType &value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
bool MessageHasBeenSet() const
ResourceNotFoundException & WithResourceId(Aws::String &&value)
AWS_AGREEMENTSERVICE_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
ResourceNotFoundException & WithResourceId(const char *value)
ResourceNotFoundException & WithRequestId(Aws::String &&value)
ResourceNotFoundException & WithResourceId(const Aws::String &value)
void SetMessage(const Aws::String &value)
void SetRequestId(Aws::String &&value)
void SetMessage(Aws::String &&value)
ResourceNotFoundException & WithResourceType(ResourceType &&value)
bool ResourceIdHasBeenSet() const
void SetResourceType(ResourceType &&value)
ResourceNotFoundException & WithRequestId(const Aws::String &value)
void SetRequestId(const char *value)
bool RequestIdHasBeenSet() const
bool ResourceTypeHasBeenSet() const
AWS_AGREEMENTSERVICE_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AGREEMENTSERVICE_API ResourceNotFoundException()
AWS_AGREEMENTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceId(const Aws::String &value)
const Aws::String & GetResourceId() const
void SetResourceId(Aws::String &&value)
ResourceNotFoundException & WithRequestId(const char *value)
void SetResourceType(const ResourceType &value)
void SetResourceId(const char *value)
const Aws::String & GetRequestId() const
ResourceNotFoundException & WithMessage(const char *value)
void SetRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue