7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/controltower/model/LandingZoneOperationStatus.h>
9#include <aws/controltower/model/LandingZoneOperationType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ControlTower {
44 m_operationTypeHasBeenSet =
true;
45 m_operationType = value;
59 template <
typename OperationIdentifierT = Aws::String>
61 m_operationIdentifierHasBeenSet =
true;
62 m_operationIdentifier = std::forward<OperationIdentifierT>(value);
64 template <
typename OperationIdentifierT = Aws::String>
78 m_statusHasBeenSet =
true;
92 bool m_operationTypeHasBeenSet =
false;
93 bool m_operationIdentifierHasBeenSet =
false;
94 bool m_statusHasBeenSet =
false;
LandingZoneOperationType GetOperationType() const
LandingZoneOperationSummary & WithOperationIdentifier(OperationIdentifierT &&value)
const Aws::String & GetOperationIdentifier() const
bool OperationTypeHasBeenSet() const
LandingZoneOperationStatus GetStatus() const
AWS_CONTROLTOWER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(LandingZoneOperationStatus value)
bool OperationIdentifierHasBeenSet() const
void SetOperationType(LandingZoneOperationType value)
AWS_CONTROLTOWER_API LandingZoneOperationSummary()=default
LandingZoneOperationSummary & WithOperationType(LandingZoneOperationType value)
LandingZoneOperationSummary & WithStatus(LandingZoneOperationStatus value)
AWS_CONTROLTOWER_API LandingZoneOperationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOperationIdentifier(OperationIdentifierT &&value)
AWS_CONTROLTOWER_API LandingZoneOperationSummary(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
LandingZoneOperationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue