7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-sap/SsmSap_EXPORTS.h>
10#include <aws/ssm-sap/model/ConfigurationCheckType.h>
11#include <aws/ssm-sap/model/OperationStatus.h>
12#include <aws/ssm-sap/model/RuleStatusCounts.h>
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
64 template <
typename ApplicationIdT = Aws::String>
66 m_applicationIdHasBeenSet =
true;
67 m_applicationId = std::forward<ApplicationIdT>(value);
69 template <
typename ApplicationIdT = Aws::String>
83 m_statusHasBeenSet =
true;
99 template <
typename StatusMessageT = Aws::String>
101 m_statusMessageHasBeenSet =
true;
102 m_statusMessage = std::forward<StatusMessageT>(value);
104 template <
typename StatusMessageT = Aws::String>
118 m_configurationCheckIdHasBeenSet =
true;
119 m_configurationCheckId = value;
133 template <
typename ConfigurationCheckNameT = Aws::String>
135 m_configurationCheckNameHasBeenSet =
true;
136 m_configurationCheckName = std::forward<ConfigurationCheckNameT>(value);
138 template <
typename ConfigurationCheckNameT = Aws::String>
151 template <
typename ConfigurationCheckDescriptionT = Aws::String>
153 m_configurationCheckDescriptionHasBeenSet =
true;
154 m_configurationCheckDescription = std::forward<ConfigurationCheckDescriptionT>(value);
156 template <
typename ConfigurationCheckDescriptionT = Aws::String>
169 template <
typename StartTimeT = Aws::Utils::DateTime>
171 m_startTimeHasBeenSet =
true;
172 m_startTime = std::forward<StartTimeT>(value);
174 template <
typename StartTimeT = Aws::Utils::DateTime>
187 template <
typename EndTimeT = Aws::Utils::DateTime>
189 m_endTimeHasBeenSet =
true;
190 m_endTime = std::forward<EndTimeT>(value);
192 template <
typename EndTimeT = Aws::Utils::DateTime>
205 template <
typename RuleStatusCountsT = RuleStatusCounts>
207 m_ruleStatusCountsHasBeenSet =
true;
208 m_ruleStatusCounts = std::forward<RuleStatusCountsT>(value);
210 template <
typename RuleStatusCountsT = RuleStatusCounts>
235 RuleStatusCounts m_ruleStatusCounts;
236 bool m_idHasBeenSet =
false;
237 bool m_applicationIdHasBeenSet =
false;
238 bool m_statusHasBeenSet =
false;
239 bool m_statusMessageHasBeenSet =
false;
240 bool m_configurationCheckIdHasBeenSet =
false;
241 bool m_configurationCheckNameHasBeenSet =
false;
242 bool m_configurationCheckDescriptionHasBeenSet =
false;
243 bool m_startTimeHasBeenSet =
false;
244 bool m_endTimeHasBeenSet =
false;
245 bool m_ruleStatusCountsHasBeenSet =
false;
bool StartTimeHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
ConfigurationCheckOperation & WithEndTime(EndTimeT &&value)
AWS_SSMSAP_API Aws::Utils::Json::JsonValue Jsonize() const
bool EndTimeHasBeenSet() const
ConfigurationCheckOperation & WithConfigurationCheckDescription(ConfigurationCheckDescriptionT &&value)
ConfigurationCheckType GetConfigurationCheckId() const
ConfigurationCheckOperation & WithRuleStatusCounts(RuleStatusCountsT &&value)
ConfigurationCheckOperation & WithApplicationId(ApplicationIdT &&value)
OperationStatus GetStatus() const
AWS_SSMSAP_API ConfigurationCheckOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSMSAP_API ConfigurationCheckOperation(Aws::Utils::Json::JsonView jsonValue)
bool ConfigurationCheckDescriptionHasBeenSet() const
AWS_SSMSAP_API ConfigurationCheckOperation()=default
void SetStatus(OperationStatus value)
bool StatusHasBeenSet() const
bool IdHasBeenSet() const
const Aws::String & GetId() const
bool ApplicationIdHasBeenSet() const
void SetRuleStatusCounts(RuleStatusCountsT &&value)
const Aws::String & GetConfigurationCheckName() const
void SetEndTime(EndTimeT &&value)
void SetConfigurationCheckDescription(ConfigurationCheckDescriptionT &&value)
const Aws::String & GetApplicationId() const
void SetConfigurationCheckId(ConfigurationCheckType value)
const Aws::String & GetConfigurationCheckDescription() const
void SetStatusMessage(StatusMessageT &&value)
bool StatusMessageHasBeenSet() const
ConfigurationCheckOperation & WithId(IdT &&value)
ConfigurationCheckOperation & WithStartTime(StartTimeT &&value)
ConfigurationCheckOperation & WithConfigurationCheckId(ConfigurationCheckType value)
ConfigurationCheckOperation & WithStatusMessage(StatusMessageT &&value)
bool ConfigurationCheckIdHasBeenSet() const
ConfigurationCheckOperation & WithStatus(OperationStatus value)
void SetStartTime(StartTimeT &&value)
const RuleStatusCounts & GetRuleStatusCounts() const
void SetApplicationId(ApplicationIdT &&value)
bool RuleStatusCountsHasBeenSet() const
void SetConfigurationCheckName(ConfigurationCheckNameT &&value)
bool ConfigurationCheckNameHasBeenSet() const
ConfigurationCheckOperation & WithConfigurationCheckName(ConfigurationCheckNameT &&value)
const Aws::Utils::DateTime & GetStartTime() const
const Aws::String & GetStatusMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue