7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
19namespace WellArchitected {
29 AWS_WELLARCHITECTED_API
Roi() =
default;
41 template <
typename EstimateT = Aws::String>
43 m_estimateHasBeenSet =
true;
44 m_estimate = std::forward<EstimateT>(value);
46 template <
typename EstimateT = Aws::String>
59 template <
typename DetailT = Aws::String>
61 m_detailHasBeenSet =
true;
62 m_detail = std::forward<DetailT>(value);
64 template <
typename DetailT = Aws::String>
74 bool m_estimateHasBeenSet =
false;
75 bool m_detailHasBeenSet =
false;
const Aws::String & GetEstimate() const
AWS_WELLARCHITECTED_API Roi & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DetailHasBeenSet() const
const Aws::String & GetDetail() const
Roi & WithDetail(DetailT &&value)
void SetDetail(DetailT &&value)
void SetEstimate(EstimateT &&value)
Roi & WithEstimate(EstimateT &&value)
AWS_WELLARCHITECTED_API Roi(Aws::Utils::Json::JsonView jsonValue)
bool EstimateHasBeenSet() const
AWS_WELLARCHITECTED_API Roi()=default
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue