7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/clouddirectory/model/TypedLinkSpecifier.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace CloudDirectory
50 template<
typename TypedLinkSpecifierT = TypedLinkSpecifier>
51 void SetTypedLinkSpecifier(TypedLinkSpecifierT&& value) { m_typedLinkSpecifierHasBeenSet =
true; m_typedLinkSpecifier = std::forward<TypedLinkSpecifierT>(value); }
52 template<
typename TypedLinkSpecifierT = TypedLinkSpecifier>
62 template<
typename AttributeNamesT = Aws::Vector<Aws::String>>
63 void SetAttributeNames(AttributeNamesT&& value) { m_attributeNamesHasBeenSet =
true; m_attributeNames = std::forward<AttributeNamesT>(value); }
64 template<
typename AttributeNamesT = Aws::Vector<Aws::String>>
66 template<
typename AttributeNamesT = Aws::String>
72 bool m_typedLinkSpecifierHasBeenSet =
false;
75 bool m_attributeNamesHasBeenSet =
false;
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetAttributeNames() const
void SetAttributeNames(AttributeNamesT &&value)
AWS_CLOUDDIRECTORY_API BatchGetLinkAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchGetLinkAttributes & WithTypedLinkSpecifier(TypedLinkSpecifierT &&value)
void SetTypedLinkSpecifier(TypedLinkSpecifierT &&value)
BatchGetLinkAttributes & AddAttributeNames(AttributeNamesT &&value)
bool TypedLinkSpecifierHasBeenSet() const
BatchGetLinkAttributes & WithAttributeNames(AttributeNamesT &&value)
AWS_CLOUDDIRECTORY_API BatchGetLinkAttributes()=default
bool AttributeNamesHasBeenSet() const
const TypedLinkSpecifier & GetTypedLinkSpecifier() const
AWS_CLOUDDIRECTORY_API BatchGetLinkAttributes(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue