/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The configured table summary for the objects listed by the
* request.See Also:
AWS
* API Reference
The unique ID of the configured table.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *The unique ID of the configured table.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *The unique ID of the configured table.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *The unique ID of the configured table.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *The unique ID of the configured table.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *The unique ID of the configured table.
*/ inline ConfiguredTableSummary& WithId(const Aws::String& value) { SetId(value); return *this;} /** *The unique ID of the configured table.
*/ inline ConfiguredTableSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *The unique ID of the configured table.
*/ inline ConfiguredTableSummary& WithId(const char* value) { SetId(value); return *this;} /** *The unique ARN of the configured table.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The unique ARN of the configured table.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The unique ARN of the configured table.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The unique ARN of the configured table.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The unique ARN of the configured table.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The unique ARN of the configured table.
*/ inline ConfiguredTableSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The unique ARN of the configured table.
*/ inline ConfiguredTableSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The unique ARN of the configured table.
*/ inline ConfiguredTableSummary& WithArn(const char* value) { SetArn(value); return *this;} /** *The name of the configured table.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the configured table.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the configured table.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the configured table.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the configured table.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the configured table.
*/ inline ConfiguredTableSummary& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the configured table.
*/ inline ConfiguredTableSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the configured table.
*/ inline ConfiguredTableSummary& WithName(const char* value) { SetName(value); return *this;} /** *The time the configured table was created.
*/ inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; } /** *The time the configured table was created.
*/ inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; } /** *The time the configured table was created.
*/ inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTimeHasBeenSet = true; m_createTime = value; } /** *The time the configured table was created.
*/ inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTimeHasBeenSet = true; m_createTime = std::move(value); } /** *The time the configured table was created.
*/ inline ConfiguredTableSummary& WithCreateTime(const Aws::Utils::DateTime& value) { SetCreateTime(value); return *this;} /** *The time the configured table was created.
*/ inline ConfiguredTableSummary& WithCreateTime(Aws::Utils::DateTime&& value) { SetCreateTime(std::move(value)); return *this;} /** *The time the configured table was last updated.
*/ inline const Aws::Utils::DateTime& GetUpdateTime() const{ return m_updateTime; } /** *The time the configured table was last updated.
*/ inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; } /** *The time the configured table was last updated.
*/ inline void SetUpdateTime(const Aws::Utils::DateTime& value) { m_updateTimeHasBeenSet = true; m_updateTime = value; } /** *The time the configured table was last updated.
*/ inline void SetUpdateTime(Aws::Utils::DateTime&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::move(value); } /** *The time the configured table was last updated.
*/ inline ConfiguredTableSummary& WithUpdateTime(const Aws::Utils::DateTime& value) { SetUpdateTime(value); return *this;} /** *The time the configured table was last updated.
*/ inline ConfiguredTableSummary& WithUpdateTime(Aws::Utils::DateTime&& value) { SetUpdateTime(std::move(value)); return *this;} /** *The types of analysis rules associated with this configured table.
*/ inline const Aws::VectorThe types of analysis rules associated with this configured table.
*/ inline bool AnalysisRuleTypesHasBeenSet() const { return m_analysisRuleTypesHasBeenSet; } /** *The types of analysis rules associated with this configured table.
*/ inline void SetAnalysisRuleTypes(const Aws::VectorThe types of analysis rules associated with this configured table.
*/ inline void SetAnalysisRuleTypes(Aws::VectorThe types of analysis rules associated with this configured table.
*/ inline ConfiguredTableSummary& WithAnalysisRuleTypes(const Aws::VectorThe types of analysis rules associated with this configured table.
*/ inline ConfiguredTableSummary& WithAnalysisRuleTypes(Aws::VectorThe types of analysis rules associated with this configured table.
*/ inline ConfiguredTableSummary& AddAnalysisRuleTypes(const ConfiguredTableAnalysisRuleType& value) { m_analysisRuleTypesHasBeenSet = true; m_analysisRuleTypes.push_back(value); return *this; } /** *The types of analysis rules associated with this configured table.
*/ inline ConfiguredTableSummary& AddAnalysisRuleTypes(ConfiguredTableAnalysisRuleType&& value) { m_analysisRuleTypesHasBeenSet = true; m_analysisRuleTypes.push_back(std::move(value)); return *this; } /** *The analysis method for the configured tables. The only valid value is * currently `DIRECT_QUERY`.
*/ inline const AnalysisMethod& GetAnalysisMethod() const{ return m_analysisMethod; } /** *The analysis method for the configured tables. The only valid value is * currently `DIRECT_QUERY`.
*/ inline bool AnalysisMethodHasBeenSet() const { return m_analysisMethodHasBeenSet; } /** *The analysis method for the configured tables. The only valid value is * currently `DIRECT_QUERY`.
*/ inline void SetAnalysisMethod(const AnalysisMethod& value) { m_analysisMethodHasBeenSet = true; m_analysisMethod = value; } /** *The analysis method for the configured tables. The only valid value is * currently `DIRECT_QUERY`.
*/ inline void SetAnalysisMethod(AnalysisMethod&& value) { m_analysisMethodHasBeenSet = true; m_analysisMethod = std::move(value); } /** *The analysis method for the configured tables. The only valid value is * currently `DIRECT_QUERY`.
*/ inline ConfiguredTableSummary& WithAnalysisMethod(const AnalysisMethod& value) { SetAnalysisMethod(value); return *this;} /** *The analysis method for the configured tables. The only valid value is * currently `DIRECT_QUERY`.
*/ inline ConfiguredTableSummary& WithAnalysisMethod(AnalysisMethod&& value) { SetAnalysisMethod(std::move(value)); return *this;} private: Aws::String m_id; bool m_idHasBeenSet = false; Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; Aws::Utils::DateTime m_createTime; bool m_createTimeHasBeenSet = false; Aws::Utils::DateTime m_updateTime; bool m_updateTimeHasBeenSet = false; Aws::Vector