7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/odb/Odb_EXPORTS.h>
43 template <
typename GiVersionT = Aws::String>
45 m_giVersionHasBeenSet =
true;
46 m_giVersion = std::forward<GiVersionT>(value);
48 template <
typename GiVersionT = Aws::String>
61 template <
typename ShapeT = Aws::String>
63 m_shapeHasBeenSet =
true;
64 m_shape = std::forward<ShapeT>(value);
66 template <
typename ShapeT = Aws::String>
68 SetShape(std::forward<ShapeT>(value));
80 template <
typename SystemVersionsT = Aws::Vector<Aws::String>>
82 m_systemVersionsHasBeenSet =
true;
83 m_systemVersions = std::forward<SystemVersionsT>(value);
85 template <
typename SystemVersionsT = Aws::Vector<Aws::String>>
90 template <
typename SystemVersionsT = Aws::String>
92 m_systemVersionsHasBeenSet =
true;
93 m_systemVersions.emplace_back(std::forward<SystemVersionsT>(value));
103 bool m_giVersionHasBeenSet =
false;
104 bool m_shapeHasBeenSet =
false;
105 bool m_systemVersionsHasBeenSet =
false;
const Aws::String & GetShape() const
AWS_ODB_API SystemVersionSummary(Aws::Utils::Json::JsonView jsonValue)
bool SystemVersionsHasBeenSet() const
SystemVersionSummary & WithShape(ShapeT &&value)
const Aws::Vector< Aws::String > & GetSystemVersions() const
SystemVersionSummary & WithSystemVersions(SystemVersionsT &&value)
void SetSystemVersions(SystemVersionsT &&value)
bool ShapeHasBeenSet() const
bool GiVersionHasBeenSet() const
AWS_ODB_API SystemVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SystemVersionSummary & AddSystemVersions(SystemVersionsT &&value)
const Aws::String & GetGiVersion() const
SystemVersionSummary & WithGiVersion(GiVersionT &&value)
AWS_ODB_API SystemVersionSummary()=default
void SetShape(ShapeT &&value)
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGiVersion(GiVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue