7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ExceptionNameT = Aws::String>
48 void SetExceptionName(ExceptionNameT&& value) { m_exceptionNameHasBeenSet =
true; m_exceptionName = std::forward<ExceptionNameT>(value); }
49 template<
typename ExceptionNameT = Aws::String>
59 template<
typename ExceptionDescriptionT = Aws::String>
60 void SetExceptionDescription(ExceptionDescriptionT&& value) { m_exceptionDescriptionHasBeenSet =
true; m_exceptionDescription = std::forward<ExceptionDescriptionT>(value); }
61 template<
typename ExceptionDescriptionT = Aws::String>
67 bool m_exceptionNameHasBeenSet =
false;
70 bool m_exceptionDescriptionHasBeenSet =
false;
FailureException & WithExceptionDescription(ExceptionDescriptionT &&value)
void SetExceptionDescription(ExceptionDescriptionT &&value)
FailureException & WithExceptionName(ExceptionNameT &&value)
const Aws::String & GetExceptionDescription() const
AWS_DYNAMODB_API FailureException()=default
bool ExceptionNameHasBeenSet() const
bool ExceptionDescriptionHasBeenSet() const
AWS_DYNAMODB_API FailureException(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API FailureException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExceptionName() const
void SetExceptionName(ExceptionNameT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue