7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace LakeFormation
51 template<
typename ResourceShareT = Aws::Vector<Aws::String>>
52 void SetResourceShare(ResourceShareT&& value) { m_resourceShareHasBeenSet =
true; m_resourceShare = std::forward<ResourceShareT>(value); }
53 template<
typename ResourceShareT = Aws::Vector<Aws::String>>
55 template<
typename ResourceShareT = Aws::String>
56 DetailsMap&
AddResourceShare(ResourceShareT&& value) { m_resourceShareHasBeenSet =
true; m_resourceShare.emplace_back(std::forward<ResourceShareT>(value));
return *
this; }
61 bool m_resourceShareHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue