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/SchemaFacet.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CloudDirectory
44 template<
typename SchemaFacetsT = Aws::Vector<SchemaFacet>>
45 void SetSchemaFacets(SchemaFacetsT&& value) { m_schemaFacetsHasBeenSet =
true; m_schemaFacets = std::forward<SchemaFacetsT>(value); }
46 template<
typename SchemaFacetsT = Aws::Vector<SchemaFacet>>
48 template<
typename SchemaFacetsT = SchemaFacet>
57 template<
typename ObjectIdentifierT = Aws::String>
58 void SetObjectIdentifier(ObjectIdentifierT&& value) { m_objectIdentifierHasBeenSet =
true; m_objectIdentifier = std::forward<ObjectIdentifierT>(value); }
59 template<
typename ObjectIdentifierT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_schemaFacetsHasBeenSet =
false;
77 bool m_objectIdentifierHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue