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/ObjectReference.h>
11#include <aws/clouddirectory/model/ConsistencyLevel.h>
12#include <aws/clouddirectory/model/SchemaFacet.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
18namespace CloudDirectory
48 template<
typename DirectoryArnT = Aws::String>
49 void SetDirectoryArn(DirectoryArnT&& value) { m_directoryArnHasBeenSet =
true; m_directoryArn = std::forward<DirectoryArnT>(value); }
50 template<
typename DirectoryArnT = Aws::String>
60 template<
typename ObjectReferenceT = ObjectReference>
61 void SetObjectReference(ObjectReferenceT&& value) { m_objectReferenceHasBeenSet =
true; m_objectReference = std::forward<ObjectReferenceT>(value); }
62 template<
typename ObjectReferenceT = ObjectReference>
83 template<
typename SchemaFacetT = SchemaFacet>
84 void SetSchemaFacet(SchemaFacetT&& value) { m_schemaFacetHasBeenSet =
true; m_schemaFacet = std::forward<SchemaFacetT>(value); }
85 template<
typename SchemaFacetT = SchemaFacet>
95 template<
typename AttributeNamesT = Aws::Vector<Aws::String>>
96 void SetAttributeNames(AttributeNamesT&& value) { m_attributeNamesHasBeenSet =
true; m_attributeNames = std::forward<AttributeNamesT>(value); }
97 template<
typename AttributeNamesT = Aws::Vector<Aws::String>>
99 template<
typename AttributeNamesT = Aws::String>
105 bool m_directoryArnHasBeenSet =
false;
108 bool m_objectReferenceHasBeenSet =
false;
111 bool m_consistencyLevelHasBeenSet =
false;
113 SchemaFacet m_schemaFacet;
114 bool m_schemaFacetHasBeenSet =
false;
117 bool m_attributeNamesHasBeenSet =
false;
bool ConsistencyLevelHasBeenSet() const
const Aws::String & GetDirectoryArn() const
virtual const char * GetServiceRequestName() const override
AWS_CLOUDDIRECTORY_API GetObjectAttributesRequest()=default
void SetDirectoryArn(DirectoryArnT &&value)
void SetConsistencyLevel(ConsistencyLevel value)
bool AttributeNamesHasBeenSet() const
GetObjectAttributesRequest & AddAttributeNames(AttributeNamesT &&value)
GetObjectAttributesRequest & WithAttributeNames(AttributeNamesT &&value)
AWS_CLOUDDIRECTORY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetAttributeNames() const
const SchemaFacet & GetSchemaFacet() const
const ObjectReference & GetObjectReference() const
GetObjectAttributesRequest & WithConsistencyLevel(ConsistencyLevel value)
bool ObjectReferenceHasBeenSet() const
bool SchemaFacetHasBeenSet() const
void SetObjectReference(ObjectReferenceT &&value)
GetObjectAttributesRequest & WithDirectoryArn(DirectoryArnT &&value)
AWS_CLOUDDIRECTORY_API Aws::String SerializePayload() const override
GetObjectAttributesRequest & WithObjectReference(ObjectReferenceT &&value)
void SetAttributeNames(AttributeNamesT &&value)
bool DirectoryArnHasBeenSet() const
GetObjectAttributesRequest & WithSchemaFacet(SchemaFacetT &&value)
void SetSchemaFacet(SchemaFacetT &&value)
ConsistencyLevel GetConsistencyLevel() const
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