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/SchemaFacet.h>
11#include <aws/clouddirectory/model/ObjectReference.h>
16namespace CloudDirectory
47 inline void SetDirectoryArn(
const char* value) { m_directoryArnHasBeenSet =
true; m_directoryArn.assign(value); }
79 bool m_directoryArnHasBeenSet =
false;
82 bool m_schemaFacetHasBeenSet =
false;
85 bool m_objectReferenceHasBeenSet =
false;
bool SchemaFacetHasBeenSet() const
const ObjectReference & GetObjectReference() const
const SchemaFacet & GetSchemaFacet() const
void SetObjectReference(const ObjectReference &value)
AWS_CLOUDDIRECTORY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
RemoveFacetFromObjectRequest & WithDirectoryArn(const char *value)
bool ObjectReferenceHasBeenSet() const
AWS_CLOUDDIRECTORY_API Aws::String SerializePayload() const override
void SetDirectoryArn(Aws::String &&value)
RemoveFacetFromObjectRequest & WithDirectoryArn(const Aws::String &value)
void SetDirectoryArn(const char *value)
void SetObjectReference(ObjectReference &&value)
void SetSchemaFacet(SchemaFacet &&value)
virtual const char * GetServiceRequestName() const override
RemoveFacetFromObjectRequest & WithSchemaFacet(SchemaFacet &&value)
bool DirectoryArnHasBeenSet() const
AWS_CLOUDDIRECTORY_API RemoveFacetFromObjectRequest()
RemoveFacetFromObjectRequest & WithSchemaFacet(const SchemaFacet &value)
RemoveFacetFromObjectRequest & WithObjectReference(ObjectReference &&value)
RemoveFacetFromObjectRequest & WithDirectoryArn(Aws::String &&value)
void SetDirectoryArn(const Aws::String &value)
RemoveFacetFromObjectRequest & WithObjectReference(const ObjectReference &value)
void SetSchemaFacet(const SchemaFacet &value)
const Aws::String & GetDirectoryArn() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String