7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/greengrass/model/ErrorDetail.h>
64 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
72 bool m_errorDetailsHasBeenSet =
false;
75 bool m_messageHasBeenSet =
false;
AWS_GREENGRASS_API InternalServerErrorException()
InternalServerErrorException & WithErrorDetails(Aws::Vector< ErrorDetail > &&value)
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
const Aws::Vector< ErrorDetail > & GetErrorDetails() const
bool MessageHasBeenSet() const
void SetMessage(Aws::String &&value)
void SetErrorDetails(const Aws::Vector< ErrorDetail > &value)
void SetErrorDetails(Aws::Vector< ErrorDetail > &&value)
AWS_GREENGRASS_API InternalServerErrorException(Aws::Utils::Json::JsonView jsonValue)
InternalServerErrorException & AddErrorDetails(const ErrorDetail &value)
InternalServerErrorException & WithMessage(const char *value)
void SetMessage(const char *value)
bool ErrorDetailsHasBeenSet() const
InternalServerErrorException & WithMessage(Aws::String &&value)
InternalServerErrorException & AddErrorDetails(ErrorDetail &&value)
AWS_GREENGRASS_API InternalServerErrorException & operator=(Aws::Utils::Json::JsonView jsonValue)
InternalServerErrorException & WithMessage(const Aws::String &value)
InternalServerErrorException & WithErrorDetails(const Aws::Vector< ErrorDetail > &value)
void SetMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue