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
51 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
66 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
67 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
81 inline void SetRegion(
const char* value) { m_regionHasBeenSet =
true; m_region.assign(value); }
99 inline void SetType(
const IndexType& value) { m_typeHasBeenSet =
true; m_type = value; }
100 inline void SetType(
IndexType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
107 bool m_accountIdHasBeenSet =
false;
110 bool m_arnHasBeenSet =
false;
113 bool m_regionHasBeenSet =
false;
116 bool m_typeHasBeenSet =
false;
void SetAccountId(Aws::String &&value)
MemberIndex & WithAccountId(Aws::String &&value)
AWS_RESOURCEEXPLORER2_API MemberIndex()
void SetType(IndexType &&value)
bool AccountIdHasBeenSet() const
void SetType(const IndexType &value)
void SetArn(const Aws::String &value)
MemberIndex & WithAccountId(const Aws::String &value)
void SetRegion(const Aws::String &value)
void SetArn(Aws::String &&value)
const Aws::String & GetAccountId() const
void SetRegion(const char *value)
MemberIndex & WithArn(const Aws::String &value)
bool TypeHasBeenSet() const
MemberIndex & WithRegion(const char *value)
const Aws::String & GetArn() const
const Aws::String & GetRegion() const
AWS_RESOURCEEXPLORER2_API MemberIndex & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_RESOURCEEXPLORER2_API Aws::Utils::Json::JsonValue Jsonize() const
MemberIndex & WithType(const IndexType &value)
void SetAccountId(const char *value)
const IndexType & GetType() const
bool RegionHasBeenSet() const
void SetAccountId(const Aws::String &value)
MemberIndex & WithType(IndexType &&value)
void SetArn(const char *value)
AWS_RESOURCEEXPLORER2_API MemberIndex(Aws::Utils::Json::JsonView jsonValue)
MemberIndex & WithArn(const char *value)
MemberIndex & WithArn(Aws::String &&value)
MemberIndex & WithAccountId(const char *value)
void SetRegion(Aws::String &&value)
MemberIndex & WithRegion(Aws::String &&value)
bool ArnHasBeenSet() const
MemberIndex & WithRegion(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue