7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/controltower/model/LandingZoneOperationType.h>
10#include <aws/controltower/model/LandingZoneOperationStatus.h>
49 template<
typename OperationIdentifierT = Aws::String>
50 void SetOperationIdentifier(OperationIdentifierT&& value) { m_operationIdentifierHasBeenSet =
true; m_operationIdentifier = std::forward<OperationIdentifierT>(value); }
51 template<
typename OperationIdentifierT = Aws::String>
77 bool m_operationIdentifierHasBeenSet =
false;
80 bool m_operationTypeHasBeenSet =
false;
83 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