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