7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/clouddirectory/model/AttributeKeyAndValue.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CloudDirectory
55 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetLinkAttributesResult & AddAttributes(AttributeKeyAndValue &&value)
AWS_CLOUDDIRECTORY_API GetLinkAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetLinkAttributesResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
GetLinkAttributesResult & WithRequestId(const Aws::String &value)
AWS_CLOUDDIRECTORY_API GetLinkAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CLOUDDIRECTORY_API GetLinkAttributesResult()
GetLinkAttributesResult & WithRequestId(const char *value)
GetLinkAttributesResult & WithAttributes(Aws::Vector< AttributeKeyAndValue > &&value)
void SetRequestId(Aws::String &&value)
GetLinkAttributesResult & WithAttributes(const Aws::Vector< AttributeKeyAndValue > &value)
GetLinkAttributesResult & AddAttributes(const AttributeKeyAndValue &value)
void SetAttributes(const Aws::Vector< AttributeKeyAndValue > &value)
void SetAttributes(Aws::Vector< AttributeKeyAndValue > &&value)
void SetRequestId(const Aws::String &value)
const Aws::Vector< AttributeKeyAndValue > & GetAttributes() const
void SetRequestId(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