7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/clouddirectory/CloudDirectoryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/clouddirectory/model/TypedLinkSpecifier.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/clouddirectory/model/ConsistencyLevel.h>
17namespace CloudDirectory
49 template<
typename DirectoryArnT = Aws::String>
50 void SetDirectoryArn(DirectoryArnT&& value) { m_directoryArnHasBeenSet =
true; m_directoryArn = std::forward<DirectoryArnT>(value); }
51 template<
typename DirectoryArnT = Aws::String>
61 template<
typename TypedLinkSpecifierT = TypedLinkSpecifier>
62 void SetTypedLinkSpecifier(TypedLinkSpecifierT&& value) { m_typedLinkSpecifierHasBeenSet =
true; m_typedLinkSpecifier = std::forward<TypedLinkSpecifierT>(value); }
63 template<
typename TypedLinkSpecifierT = TypedLinkSpecifier>
73 template<
typename AttributeNamesT = Aws::Vector<Aws::String>>
74 void SetAttributeNames(AttributeNamesT&& value) { m_attributeNamesHasBeenSet =
true; m_attributeNames = std::forward<AttributeNamesT>(value); }
75 template<
typename AttributeNamesT = Aws::Vector<Aws::String>>
77 template<
typename AttributeNamesT = Aws::String>
94 bool m_directoryArnHasBeenSet =
false;
97 bool m_typedLinkSpecifierHasBeenSet =
false;
100 bool m_attributeNamesHasBeenSet =
false;
103 bool m_consistencyLevelHasBeenSet =
false;
void SetAttributeNames(AttributeNamesT &&value)
AWS_CLOUDDIRECTORY_API GetLinkAttributesRequest()=default
AWS_CLOUDDIRECTORY_API Aws::String SerializePayload() const override
GetLinkAttributesRequest & WithConsistencyLevel(ConsistencyLevel value)
const TypedLinkSpecifier & GetTypedLinkSpecifier() const
bool DirectoryArnHasBeenSet() const
bool ConsistencyLevelHasBeenSet() const
GetLinkAttributesRequest & WithDirectoryArn(DirectoryArnT &&value)
bool AttributeNamesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetAttributeNames() const
GetLinkAttributesRequest & AddAttributeNames(AttributeNamesT &&value)
void SetDirectoryArn(DirectoryArnT &&value)
ConsistencyLevel GetConsistencyLevel() const
GetLinkAttributesRequest & WithAttributeNames(AttributeNamesT &&value)
void SetConsistencyLevel(ConsistencyLevel value)
const Aws::String & GetDirectoryArn() const
GetLinkAttributesRequest & WithTypedLinkSpecifier(TypedLinkSpecifierT &&value)
void SetTypedLinkSpecifier(TypedLinkSpecifierT &&value)
bool TypedLinkSpecifierHasBeenSet() const
AWS_CLOUDDIRECTORY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector