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/core/utils/memory/stl/AWSVector.h>
12#include <aws/clouddirectory/model/ObjectAttributeUpdate.h>
17namespace CloudDirectory
47 template<
typename DirectoryArnT = Aws::String>
48 void SetDirectoryArn(DirectoryArnT&& value) { m_directoryArnHasBeenSet =
true; m_directoryArn = std::forward<DirectoryArnT>(value); }
49 template<
typename DirectoryArnT = Aws::String>
59 template<
typename ObjectReferenceT = ObjectReference>
60 void SetObjectReference(ObjectReferenceT&& value) { m_objectReferenceHasBeenSet =
true; m_objectReference = std::forward<ObjectReferenceT>(value); }
61 template<
typename ObjectReferenceT = ObjectReference>
71 template<
typename AttributeUpdatesT = Aws::Vector<ObjectAttributeUpdate>>
72 void SetAttributeUpdates(AttributeUpdatesT&& value) { m_attributeUpdatesHasBeenSet =
true; m_attributeUpdates = std::forward<AttributeUpdatesT>(value); }
73 template<
typename AttributeUpdatesT = Aws::Vector<ObjectAttributeUpdate>>
75 template<
typename AttributeUpdatesT = ObjectAttributeUpdate>
81 bool m_directoryArnHasBeenSet =
false;
84 bool m_objectReferenceHasBeenSet =
false;
87 bool m_attributeUpdatesHasBeenSet =
false;
AWS_CLOUDDIRECTORY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetObjectReference(ObjectReferenceT &&value)
void SetDirectoryArn(DirectoryArnT &&value)
bool DirectoryArnHasBeenSet() const
void SetAttributeUpdates(AttributeUpdatesT &&value)
const Aws::String & GetDirectoryArn() const
const Aws::Vector< ObjectAttributeUpdate > & GetAttributeUpdates() const
virtual const char * GetServiceRequestName() const override
bool AttributeUpdatesHasBeenSet() const
UpdateObjectAttributesRequest & AddAttributeUpdates(AttributeUpdatesT &&value)
AWS_CLOUDDIRECTORY_API Aws::String SerializePayload() const override
UpdateObjectAttributesRequest & WithDirectoryArn(DirectoryArnT &&value)
bool ObjectReferenceHasBeenSet() const
UpdateObjectAttributesRequest & WithObjectReference(ObjectReferenceT &&value)
UpdateObjectAttributesRequest & WithAttributeUpdates(AttributeUpdatesT &&value)
AWS_CLOUDDIRECTORY_API UpdateObjectAttributesRequest()=default
const ObjectReference & GetObjectReference() 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