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/LinkAttributeUpdate.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 AttributeUpdatesT = Aws::Vector<LinkAttributeUpdate>>
74 void SetAttributeUpdates(AttributeUpdatesT&& value) { m_attributeUpdatesHasBeenSet =
true; m_attributeUpdates = std::forward<AttributeUpdatesT>(value); }
75 template<
typename AttributeUpdatesT = Aws::Vector<LinkAttributeUpdate>>
77 template<
typename AttributeUpdatesT = LinkAttributeUpdate>
83 bool m_directoryArnHasBeenSet =
false;
86 bool m_typedLinkSpecifierHasBeenSet =
false;
89 bool m_attributeUpdatesHasBeenSet =
false;
const Aws::String & GetDirectoryArn() const
UpdateLinkAttributesRequest & WithAttributeUpdates(AttributeUpdatesT &&value)
AWS_CLOUDDIRECTORY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CLOUDDIRECTORY_API Aws::String SerializePayload() const override
AWS_CLOUDDIRECTORY_API UpdateLinkAttributesRequest()=default
bool DirectoryArnHasBeenSet() const
bool TypedLinkSpecifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetAttributeUpdates(AttributeUpdatesT &&value)
void SetDirectoryArn(DirectoryArnT &&value)
UpdateLinkAttributesRequest & AddAttributeUpdates(AttributeUpdatesT &&value)
UpdateLinkAttributesRequest & WithDirectoryArn(DirectoryArnT &&value)
bool AttributeUpdatesHasBeenSet() const
void SetTypedLinkSpecifier(TypedLinkSpecifierT &&value)
const TypedLinkSpecifier & GetTypedLinkSpecifier() const
const Aws::Vector< LinkAttributeUpdate > & GetAttributeUpdates() const
UpdateLinkAttributesRequest & WithTypedLinkSpecifier(TypedLinkSpecifierT &&value)
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