7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/model/ErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace StorageGateway
77 bool m_errorCodeHasBeenSet =
false;
80 bool m_errorDetailsHasBeenSet =
false;
AWS_STORAGEGATEWAY_API StorageGatewayError(Aws::Utils::Json::JsonView jsonValue)
StorageGatewayError & AddErrorDetails(const Aws::String &key, Aws::String &&value)
StorageGatewayError & WithErrorDetails(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Map< Aws::String, Aws::String > & GetErrorDetails() const
StorageGatewayError & WithErrorCode(ErrorCode &&value)
AWS_STORAGEGATEWAY_API StorageGatewayError & operator=(Aws::Utils::Json::JsonView jsonValue)
StorageGatewayError & WithErrorCode(const ErrorCode &value)
bool ErrorCodeHasBeenSet() const
StorageGatewayError & AddErrorDetails(Aws::String &&key, const char *value)
StorageGatewayError & WithErrorDetails(Aws::Map< Aws::String, Aws::String > &&value)
StorageGatewayError & AddErrorDetails(const char *key, Aws::String &&value)
StorageGatewayError & AddErrorDetails(const char *key, const char *value)
StorageGatewayError & AddErrorDetails(Aws::String &&key, Aws::String &&value)
void SetErrorCode(const ErrorCode &value)
bool ErrorDetailsHasBeenSet() const
void SetErrorDetails(const Aws::Map< Aws::String, Aws::String > &value)
AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorDetails(Aws::Map< Aws::String, Aws::String > &&value)
StorageGatewayError & AddErrorDetails(Aws::String &&key, const Aws::String &value)
void SetErrorCode(ErrorCode &&value)
StorageGatewayError & AddErrorDetails(const Aws::String &key, const Aws::String &value)
const ErrorCode & GetErrorCode() const
AWS_STORAGEGATEWAY_API StorageGatewayError()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue