7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename VersionT = Aws::String>
47 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
48 template<
typename VersionT = Aws::String>
54 bool m_versionHasBeenSet =
false;
AWS_SNOWBALL_API ServiceVersion()=default
AWS_SNOWBALL_API ServiceVersion(Aws::Utils::Json::JsonView jsonValue)
AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SNOWBALL_API ServiceVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVersion() const
void SetVersion(VersionT &&value)
bool VersionHasBeenSet() const
ServiceVersion & WithVersion(VersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue