7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudDirectory
47 template<
typename ObjectIdentifierT = Aws::String>
48 void SetObjectIdentifier(ObjectIdentifierT&& value) { m_objectIdentifierHasBeenSet =
true; m_objectIdentifier = std::forward<ObjectIdentifierT>(value); }
49 template<
typename ObjectIdentifierT = Aws::String>
55 bool m_objectIdentifierHasBeenSet =
false;
AWS_CLOUDDIRECTORY_API BatchUpdateObjectAttributesResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetObjectIdentifier() const
AWS_CLOUDDIRECTORY_API BatchUpdateObjectAttributesResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
BatchUpdateObjectAttributesResponse & WithObjectIdentifier(ObjectIdentifierT &&value)
bool ObjectIdentifierHasBeenSet() const
AWS_CLOUDDIRECTORY_API BatchUpdateObjectAttributesResponse()=default
void SetObjectIdentifier(ObjectIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue