7#include <aws/resource-explorer-2/ResourceExplorer2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resource-explorer-2/model/IndexType.h>
22namespace ResourceExplorer2
45 AWS_RESOURCEEXPLORER2_API
Index();
60 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
61 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
75 inline void SetRegion(
const char* value) { m_regionHasBeenSet =
true; m_region.assign(value); }
93 inline void SetType(
const IndexType& value) { m_typeHasBeenSet =
true; m_type = value; }
94 inline void SetType(
IndexType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
101 bool m_arnHasBeenSet =
false;
104 bool m_regionHasBeenSet =
false;
107 bool m_typeHasBeenSet =
false;
bool ArnHasBeenSet() const
Index & WithRegion(Aws::String &&value)
Index & WithArn(const char *value)
AWS_RESOURCEEXPLORER2_API Aws::Utils::Json::JsonValue Jsonize() const
Index & WithRegion(const Aws::String &value)
Index & WithArn(const Aws::String &value)
Index & WithRegion(const char *value)
AWS_RESOURCEEXPLORER2_API Index()
bool RegionHasBeenSet() const
void SetArn(const Aws::String &value)
void SetRegion(const Aws::String &value)
void SetType(const IndexType &value)
void SetRegion(Aws::String &&value)
AWS_RESOURCEEXPLORER2_API Index(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
const Aws::String & GetArn() const
Index & WithType(const IndexType &value)
void SetArn(const char *value)
Index & WithType(IndexType &&value)
const Aws::String & GetRegion() const
const IndexType & GetType() const
Index & WithArn(Aws::String &&value)
AWS_RESOURCEEXPLORER2_API Index & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRegion(const char *value)
void SetArn(Aws::String &&value)
void SetType(IndexType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue