7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/rekognition/model/ProjectStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/rekognition/model/CustomizationFeature.h>
13#include <aws/rekognition/model/ProjectAutoUpdate.h>
14#include <aws/rekognition/model/DatasetMetadata.h>
55 inline void SetProjectArn(
const char* value) { m_projectArnHasBeenSet =
true; m_projectArn.assign(value); }
126 bool m_projectArnHasBeenSet =
false;
129 bool m_creationTimestampHasBeenSet =
false;
132 bool m_statusHasBeenSet =
false;
135 bool m_datasetsHasBeenSet =
false;
138 bool m_featureHasBeenSet =
false;
141 bool m_autoUpdateHasBeenSet =
false;
ProjectDescription & WithProjectArn(Aws::String &&value)
ProjectDescription & WithFeature(const CustomizationFeature &value)
void SetCreationTimestamp(Aws::Utils::DateTime &&value)
ProjectDescription & WithStatus(const ProjectStatus &value)
const ProjectAutoUpdate & GetAutoUpdate() const
void SetFeature(CustomizationFeature &&value)
const ProjectStatus & GetStatus() const
ProjectDescription & WithDatasets(Aws::Vector< DatasetMetadata > &&value)
AWS_REKOGNITION_API ProjectDescription()
const Aws::Utils::DateTime & GetCreationTimestamp() const
void SetCreationTimestamp(const Aws::Utils::DateTime &value)
void SetDatasets(Aws::Vector< DatasetMetadata > &&value)
void SetDatasets(const Aws::Vector< DatasetMetadata > &value)
ProjectDescription & WithCreationTimestamp(Aws::Utils::DateTime &&value)
ProjectDescription & WithAutoUpdate(ProjectAutoUpdate &&value)
void SetAutoUpdate(const ProjectAutoUpdate &value)
void SetProjectArn(const Aws::String &value)
void SetProjectArn(const char *value)
ProjectDescription & WithStatus(ProjectStatus &&value)
ProjectDescription & WithCreationTimestamp(const Aws::Utils::DateTime &value)
const CustomizationFeature & GetFeature() const
ProjectDescription & WithAutoUpdate(const ProjectAutoUpdate &value)
bool FeatureHasBeenSet() const
void SetStatus(const ProjectStatus &value)
bool DatasetsHasBeenSet() const
AWS_REKOGNITION_API ProjectDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API ProjectDescription(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
bool AutoUpdateHasBeenSet() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProjectArnHasBeenSet() const
void SetStatus(ProjectStatus &&value)
ProjectDescription & WithProjectArn(const char *value)
bool CreationTimestampHasBeenSet() const
void SetAutoUpdate(ProjectAutoUpdate &&value)
const Aws::String & GetProjectArn() const
ProjectDescription & WithDatasets(const Aws::Vector< DatasetMetadata > &value)
void SetProjectArn(Aws::String &&value)
ProjectDescription & WithProjectArn(const Aws::String &value)
void SetFeature(const CustomizationFeature &value)
ProjectDescription & AddDatasets(DatasetMetadata &&value)
const Aws::Vector< DatasetMetadata > & GetDatasets() const
ProjectDescription & WithFeature(CustomizationFeature &&value)
ProjectDescription & AddDatasets(const DatasetMetadata &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue