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
73 bool m_typedLinkSpecifierHasBeenSet =
false;
76 bool m_attributeNamesHasBeenSet =
false;
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
BatchGetLinkAttributes & WithTypedLinkSpecifier(const TypedLinkSpecifier &value)
const Aws::Vector< Aws::String > & GetAttributeNames() const
void SetTypedLinkSpecifier(TypedLinkSpecifier &&value)
BatchGetLinkAttributes & WithTypedLinkSpecifier(TypedLinkSpecifier &&value)
AWS_CLOUDDIRECTORY_API BatchGetLinkAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchGetLinkAttributes & WithAttributeNames(const Aws::Vector< Aws::String > &value)
void SetTypedLinkSpecifier(const TypedLinkSpecifier &value)
void SetAttributeNames(Aws::Vector< Aws::String > &&value)
void SetAttributeNames(const Aws::Vector< Aws::String > &value)
bool TypedLinkSpecifierHasBeenSet() const
AWS_CLOUDDIRECTORY_API BatchGetLinkAttributes()
bool AttributeNamesHasBeenSet() const
BatchGetLinkAttributes & AddAttributeNames(Aws::String &&value)
const TypedLinkSpecifier & GetTypedLinkSpecifier() const
BatchGetLinkAttributes & WithAttributeNames(Aws::Vector< Aws::String > &&value)
AWS_CLOUDDIRECTORY_API BatchGetLinkAttributes(Aws::Utils::Json::JsonView jsonValue)
BatchGetLinkAttributes & AddAttributeNames(const Aws::String &value)
BatchGetLinkAttributes & AddAttributeNames(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue