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
49 template<
typename AccountIdT = Aws::String>
50 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
51 template<
typename AccountIdT = Aws::String>
63 template<
typename ArnT = Aws::String>
64 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
65 template<
typename ArnT = Aws::String>
75 template<
typename RegionT = Aws::String>
76 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
77 template<
typename RegionT = Aws::String>
99 bool m_accountIdHasBeenSet =
false;
102 bool m_arnHasBeenSet =
false;
105 bool m_regionHasBeenSet =
false;
108 bool m_typeHasBeenSet =
false;
void SetRegion(RegionT &&value)
void SetType(IndexType value)
MemberIndex & WithArn(ArnT &&value)
bool AccountIdHasBeenSet() const
MemberIndex & WithAccountId(AccountIdT &&value)
void SetArn(ArnT &&value)
void SetAccountId(AccountIdT &&value)
AWS_RESOURCEEXPLORER2_API MemberIndex()=default
IndexType GetType() const
const Aws::String & GetAccountId() const
bool TypeHasBeenSet() const
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
bool RegionHasBeenSet() const
AWS_RESOURCEEXPLORER2_API MemberIndex(Aws::Utils::Json::JsonView jsonValue)
MemberIndex & WithType(IndexType value)
bool ArnHasBeenSet() const
MemberIndex & WithRegion(RegionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue