7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/workdocs/model/DocumentVersionMetadata.h>
11#include <aws/workdocs/model/ResourceStateType.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
51 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
52 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
66 inline void SetCreatorId(
const char* value) { m_creatorIdHasBeenSet =
true; m_creatorId.assign(value); }
80 inline void SetParentFolderId(
const char* value) { m_parentFolderIdHasBeenSet =
true; m_parentFolderId.assign(value); }
151 bool m_idHasBeenSet =
false;
154 bool m_creatorIdHasBeenSet =
false;
157 bool m_parentFolderIdHasBeenSet =
false;
160 bool m_createdTimestampHasBeenSet =
false;
163 bool m_modifiedTimestampHasBeenSet =
false;
166 bool m_latestVersionMetadataHasBeenSet =
false;
169 bool m_resourceStateHasBeenSet =
false;
172 bool m_labelsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue