7#include <aws/resource-explorer-2/ResourceExplorer2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ResourceExplorer2
49 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
66 inline void SetViewArn(
const char* value) { m_viewArnHasBeenSet =
true; m_viewArn.assign(value); }
74 bool m_errorMessageHasBeenSet =
false;
77 bool m_viewArnHasBeenSet =
false;
BatchGetViewError & WithViewArn(const Aws::String &value)
BatchGetViewError & WithViewArn(const char *value)
const Aws::String & GetViewArn() const
bool ErrorMessageHasBeenSet() const
void SetViewArn(const Aws::String &value)
AWS_RESOURCEEXPLORER2_API Aws::Utils::Json::JsonValue Jsonize() const
BatchGetViewError & WithErrorMessage(const char *value)
AWS_RESOURCEEXPLORER2_API BatchGetViewError(Aws::Utils::Json::JsonView jsonValue)
bool ViewArnHasBeenSet() const
AWS_RESOURCEEXPLORER2_API BatchGetViewError()
BatchGetViewError & WithViewArn(Aws::String &&value)
void SetViewArn(Aws::String &&value)
void SetErrorMessage(const Aws::String &value)
void SetErrorMessage(const char *value)
void SetViewArn(const char *value)
void SetErrorMessage(Aws::String &&value)
BatchGetViewError & WithErrorMessage(const Aws::String &value)
AWS_RESOURCEEXPLORER2_API BatchGetViewError & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorMessage() const
BatchGetViewError & WithErrorMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue