7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/controltower/model/EnablementStatus.h>
48 template<
typename LastOperationIdentifierT = Aws::String>
49 void SetLastOperationIdentifier(LastOperationIdentifierT&& value) { m_lastOperationIdentifierHasBeenSet =
true; m_lastOperationIdentifier = std::forward<LastOperationIdentifierT>(value); }
50 template<
typename LastOperationIdentifierT = Aws::String>
72 bool m_lastOperationIdentifierHasBeenSet =
false;
75 bool m_statusHasBeenSet =
false;
EnablementStatusSummary & WithLastOperationIdentifier(LastOperationIdentifierT &&value)
AWS_CONTROLTOWER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONTROLTOWER_API EnablementStatusSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CONTROLTOWER_API EnablementStatusSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(EnablementStatus value)
bool StatusHasBeenSet() const
const Aws::String & GetLastOperationIdentifier() const
void SetLastOperationIdentifier(LastOperationIdentifierT &&value)
AWS_CONTROLTOWER_API EnablementStatusSummary()=default
EnablementStatus GetStatus() const
EnablementStatusSummary & WithStatus(EnablementStatus value)
bool LastOperationIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue