7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/AnalysisRuleType.h>
9#include <aws/cleanrooms/model/AnalysisType.h>
10#include <aws/cleanrooms/model/SchemaConfiguration.h>
11#include <aws/cleanrooms/model/SchemaStatus.h>
12#include <aws/cleanrooms/model/SchemaStatusReason.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
49 m_statusHasBeenSet =
true;
64 template <
typename ReasonsT = Aws::Vector<SchemaStatusReason>>
66 m_reasonsHasBeenSet =
true;
67 m_reasons = std::forward<ReasonsT>(value);
69 template <
typename ReasonsT = Aws::Vector<SchemaStatusReason>>
74 template <
typename ReasonsT = SchemaStatusReason>
76 m_reasonsHasBeenSet =
true;
77 m_reasons.emplace_back(std::forward<ReasonsT>(value));
89 m_analysisRuleTypeHasBeenSet =
true;
90 m_analysisRuleType = value;
104 template <
typename ConfigurationsT = Aws::Vector<SchemaConfiguration>>
106 m_configurationsHasBeenSet =
true;
107 m_configurations = std::forward<ConfigurationsT>(value);
109 template <
typename ConfigurationsT = Aws::Vector<SchemaConfiguration>>
115 m_configurationsHasBeenSet =
true;
116 m_configurations.push_back(value);
130 m_analysisTypeHasBeenSet =
true;
131 m_analysisType = value;
148 bool m_statusHasBeenSet =
false;
149 bool m_reasonsHasBeenSet =
false;
150 bool m_analysisRuleTypeHasBeenSet =
false;
151 bool m_configurationsHasBeenSet =
false;
152 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