7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudDirectory
48 template<
typename AttachedObjectIdentifierT = Aws::String>
49 void SetAttachedObjectIdentifier(AttachedObjectIdentifierT&& value) { m_attachedObjectIdentifierHasBeenSet =
true; m_attachedObjectIdentifier = std::forward<AttachedObjectIdentifierT>(value); }
50 template<
typename AttachedObjectIdentifierT = Aws::String>
56 bool m_attachedObjectIdentifierHasBeenSet =
false;
void SetAttachedObjectIdentifier(AttachedObjectIdentifierT &&value)
AWS_CLOUDDIRECTORY_API BatchAttachToIndexResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAttachedObjectIdentifier() const
AWS_CLOUDDIRECTORY_API BatchAttachToIndexResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDDIRECTORY_API BatchAttachToIndexResponse()=default
bool AttachedObjectIdentifierHasBeenSet() const
BatchAttachToIndexResponse & WithAttachedObjectIdentifier(AttachedObjectIdentifierT &&value)
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue