7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/SchemaStatus.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/cleanrooms/model/AnalysisRuleType.h>
11#include <aws/cleanrooms/model/AnalysisType.h>
12#include <aws/cleanrooms/model/SchemaStatusReason.h>
13#include <aws/cleanrooms/model/SchemaConfiguration.h>
64 template<
typename ReasonsT = Aws::Vector<SchemaStatusReason>>
65 void SetReasons(ReasonsT&& value) { m_reasonsHasBeenSet =
true; m_reasons = std::forward<ReasonsT>(value); }
66 template<
typename ReasonsT = Aws::Vector<SchemaStatusReason>>
68 template<
typename ReasonsT = SchemaStatusReason>
69 SchemaStatusDetail&
AddReasons(ReasonsT&& value) { m_reasonsHasBeenSet =
true; m_reasons.emplace_back(std::forward<ReasonsT>(value));
return *
this; }
88 template<
typename ConfigurationsT = Aws::Vector<SchemaConfiguration>>
89 void SetConfigurations(ConfigurationsT&& value) { m_configurationsHasBeenSet =
true; m_configurations = std::forward<ConfigurationsT>(value); }
90 template<
typename ConfigurationsT = Aws::Vector<SchemaConfiguration>>
109 bool m_statusHasBeenSet =
false;
112 bool m_reasonsHasBeenSet =
false;
115 bool m_analysisRuleTypeHasBeenSet =
false;
118 bool m_configurationsHasBeenSet =
false;
121 bool m_analysisTypeHasBeenSet =
false;
SchemaStatusDetail & WithAnalysisType(AnalysisType value)
void SetAnalysisRuleType(AnalysisRuleType value)
SchemaStatusDetail & WithReasons(ReasonsT &&value)
SchemaStatusDetail & WithConfigurations(ConfigurationsT &&value)
bool ReasonsHasBeenSet() const
bool StatusHasBeenSet() const
AWS_CLEANROOMS_API SchemaStatusDetail()=default
void SetStatus(SchemaStatus value)
void SetReasons(ReasonsT &&value)
SchemaStatusDetail & AddConfigurations(SchemaConfiguration value)
bool ConfigurationsHasBeenSet() const
AWS_CLEANROOMS_API SchemaStatusDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
SchemaStatusDetail & WithAnalysisRuleType(AnalysisRuleType value)
AWS_CLEANROOMS_API SchemaStatusDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConfigurations(ConfigurationsT &&value)
SchemaStatusDetail & WithStatus(SchemaStatus value)
bool AnalysisRuleTypeHasBeenSet() const
AnalysisRuleType GetAnalysisRuleType() const
AnalysisType GetAnalysisType() const
SchemaStatus GetStatus() const
const Aws::Vector< SchemaConfiguration > & GetConfigurations() const
const Aws::Vector< SchemaStatusReason > & GetReasons() const
void SetAnalysisType(AnalysisType value)
bool AnalysisTypeHasBeenSet() const
SchemaStatusDetail & AddReasons(ReasonsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue