7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/controltower/model/ControlOperationStatus.h>
9#include <aws/controltower/model/ControlOperationType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ControlTower {
45 m_operationTypeHasBeenSet =
true;
46 m_operationType = value;
60 template <
typename StartTimeT = Aws::Utils::DateTime>
62 m_startTimeHasBeenSet =
true;
63 m_startTime = std::forward<StartTimeT>(value);
65 template <
typename StartTimeT = Aws::Utils::DateTime>
78 template <
typename EndTimeT = Aws::Utils::DateTime>
80 m_endTimeHasBeenSet =
true;
81 m_endTime = std::forward<EndTimeT>(value);
83 template <
typename EndTimeT = Aws::Utils::DateTime>
97 m_statusHasBeenSet =
true;
112 template <
typename StatusMessageT = Aws::String>
114 m_statusMessageHasBeenSet =
true;
115 m_statusMessage = std::forward<StatusMessageT>(value);
117 template <
typename StatusMessageT = Aws::String>
130 template <
typename OperationIdentifierT = Aws::String>
132 m_operationIdentifierHasBeenSet =
true;
133 m_operationIdentifier = std::forward<OperationIdentifierT>(value);
135 template <
typename OperationIdentifierT = Aws::String>
148 template <
typename ControlIdentifierT = Aws::String>
150 m_controlIdentifierHasBeenSet =
true;
151 m_controlIdentifier = std::forward<ControlIdentifierT>(value);
153 template <
typename ControlIdentifierT = Aws::String>
166 template <
typename TargetIdentifierT = Aws::String>
168 m_targetIdentifierHasBeenSet =
true;
169 m_targetIdentifier = std::forward<TargetIdentifierT>(value);
171 template <
typename TargetIdentifierT = Aws::String>
184 template <
typename EnabledControlIdentifierT = Aws::String>
186 m_enabledControlIdentifierHasBeenSet =
true;
187 m_enabledControlIdentifier = std::forward<EnabledControlIdentifierT>(value);
189 template <
typename EnabledControlIdentifierT = Aws::String>
213 bool m_operationTypeHasBeenSet =
false;
214 bool m_startTimeHasBeenSet =
false;
215 bool m_endTimeHasBeenSet =
false;
216 bool m_statusHasBeenSet =
false;
217 bool m_statusMessageHasBeenSet =
false;
218 bool m_operationIdentifierHasBeenSet =
false;
219 bool m_controlIdentifierHasBeenSet =
false;
220 bool m_targetIdentifierHasBeenSet =
false;
221 bool m_enabledControlIdentifierHasBeenSet =
false;
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
ControlOperationSummary & WithTargetIdentifier(TargetIdentifierT &&value)
void SetStatusMessage(StatusMessageT &&value)
ControlOperationSummary & WithStatus(ControlOperationStatus value)
ControlOperationStatus GetStatus() const
bool OperationTypeHasBeenSet() const
ControlOperationSummary & WithOperationType(ControlOperationType value)
AWS_CONTROLTOWER_API ControlOperationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StartTimeHasBeenSet() const
void SetControlIdentifier(ControlIdentifierT &&value)
void SetOperationIdentifier(OperationIdentifierT &&value)
ControlOperationSummary & WithStatusMessage(StatusMessageT &&value)
AWS_CONTROLTOWER_API ControlOperationSummary(Aws::Utils::Json::JsonView jsonValue)
ControlOperationType GetOperationType() const
void SetStatus(ControlOperationStatus value)
ControlOperationSummary & WithOperationIdentifier(OperationIdentifierT &&value)
ControlOperationSummary & WithStartTime(StartTimeT &&value)
AWS_CONTROLTOWER_API ControlOperationSummary()=default
bool TargetIdentifierHasBeenSet() const
bool EndTimeHasBeenSet() const
const Aws::String & GetEnabledControlIdentifier() const
void SetTargetIdentifier(TargetIdentifierT &&value)
bool OperationIdentifierHasBeenSet() const
ControlOperationSummary & WithEnabledControlIdentifier(EnabledControlIdentifierT &&value)
ControlOperationSummary & WithControlIdentifier(ControlIdentifierT &&value)
void SetEnabledControlIdentifier(EnabledControlIdentifierT &&value)
const Aws::String & GetOperationIdentifier() const
const Aws::String & GetStatusMessage() const
void SetEndTime(EndTimeT &&value)
bool StatusMessageHasBeenSet() const
void SetStartTime(StartTimeT &&value)
bool ControlIdentifierHasBeenSet() const
AWS_CONTROLTOWER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetStartTime() const
void SetOperationType(ControlOperationType value)
bool EnabledControlIdentifierHasBeenSet() const
const Aws::String & GetTargetIdentifier() const
const Aws::String & GetControlIdentifier() const
ControlOperationSummary & WithEndTime(EndTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue