7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/controltower/model/ControlOperationType.h>
11#include <aws/controltower/model/ControlOperationStatus.h>
50 template<
typename ControlIdentifierT = Aws::String>
51 void SetControlIdentifier(ControlIdentifierT&& value) { m_controlIdentifierHasBeenSet =
true; m_controlIdentifier = std::forward<ControlIdentifierT>(value); }
52 template<
typename ControlIdentifierT = Aws::String>
62 template<
typename EnabledControlIdentifierT = Aws::String>
63 void SetEnabledControlIdentifier(EnabledControlIdentifierT&& value) { m_enabledControlIdentifierHasBeenSet =
true; m_enabledControlIdentifier = std::forward<EnabledControlIdentifierT>(value); }
64 template<
typename EnabledControlIdentifierT = Aws::String>
74 template<
typename EndTimeT = Aws::Utils::DateTime>
75 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
76 template<
typename EndTimeT = Aws::Utils::DateTime>
86 template<
typename OperationIdentifierT = Aws::String>
87 void SetOperationIdentifier(OperationIdentifierT&& value) { m_operationIdentifierHasBeenSet =
true; m_operationIdentifier = std::forward<OperationIdentifierT>(value); }
88 template<
typename OperationIdentifierT = Aws::String>
108 template<
typename StartTimeT = Aws::Utils::DateTime>
109 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
110 template<
typename StartTimeT = Aws::Utils::DateTime>
130 template<
typename StatusMessageT = Aws::String>
131 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
132 template<
typename StatusMessageT = Aws::String>
142 template<
typename TargetIdentifierT = Aws::String>
143 void SetTargetIdentifier(TargetIdentifierT&& value) { m_targetIdentifierHasBeenSet =
true; m_targetIdentifier = std::forward<TargetIdentifierT>(value); }
144 template<
typename TargetIdentifierT = Aws::String>
150 bool m_controlIdentifierHasBeenSet =
false;
153 bool m_enabledControlIdentifierHasBeenSet =
false;
156 bool m_endTimeHasBeenSet =
false;
159 bool m_operationIdentifierHasBeenSet =
false;
162 bool m_operationTypeHasBeenSet =
false;
165 bool m_startTimeHasBeenSet =
false;
168 bool m_statusHasBeenSet =
false;
171 bool m_statusMessageHasBeenSet =
false;
174 bool m_targetIdentifierHasBeenSet =
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