7#include <aws/odb/Odb_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename GiVersionT = Aws::String>
50 void SetGiVersion(GiVersionT&& value) { m_giVersionHasBeenSet =
true; m_giVersion = std::forward<GiVersionT>(value); }
51 template<
typename GiVersionT = Aws::String>
61 template<
typename ShapeT = Aws::String>
62 void SetShape(ShapeT&& value) { m_shapeHasBeenSet =
true; m_shape = std::forward<ShapeT>(value); }
63 template<
typename ShapeT = Aws::String>
74 template<
typename SystemVersionsT = Aws::Vector<Aws::String>>
75 void SetSystemVersions(SystemVersionsT&& value) { m_systemVersionsHasBeenSet =
true; m_systemVersions = std::forward<SystemVersionsT>(value); }
76 template<
typename SystemVersionsT = Aws::Vector<Aws::String>>
78 template<
typename SystemVersionsT = Aws::String>
84 bool m_giVersionHasBeenSet =
false;
87 bool m_shapeHasBeenSet =
false;
90 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