7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/verifiedpermissions/model/ResourceConflict.h>
23namespace VerifiedPermissions
49 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
71 bool m_messageHasBeenSet =
false;
74 bool m_resourcesHasBeenSet =
false;
ConflictException & WithMessage(const char *value)
void SetResources(const Aws::Vector< ResourceConflict > &value)
void SetMessage(const Aws::String &value)
AWS_VERIFIEDPERMISSIONS_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
void SetResources(Aws::Vector< ResourceConflict > &&value)
ConflictException & AddResources(ResourceConflict &&value)
AWS_VERIFIEDPERMISSIONS_API ConflictException()
ConflictException & AddResources(const ResourceConflict &value)
ConflictException & WithMessage(const Aws::String &value)
void SetMessage(const char *value)
bool MessageHasBeenSet() const
ConflictException & WithResources(const Aws::Vector< ResourceConflict > &value)
ConflictException & WithMessage(Aws::String &&value)
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
const Aws::Vector< ResourceConflict > & GetResources() const
AWS_VERIFIEDPERMISSIONS_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
ConflictException & WithResources(Aws::Vector< ResourceConflict > &&value)
bool ResourcesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue