7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
20namespace GroundStation {
41 template <
typename ComponentTypeT = Aws::String>
43 m_componentTypeHasBeenSet =
true;
44 m_componentType = std::forward<ComponentTypeT>(value);
46 template <
typename ComponentTypeT = Aws::String>
59 template <
typename VersionsT = Aws::Vector<Aws::String>>
61 m_versionsHasBeenSet =
true;
62 m_versions = std::forward<VersionsT>(value);
64 template <
typename VersionsT = Aws::Vector<Aws::String>>
69 template <
typename VersionsT = Aws::String>
71 m_versionsHasBeenSet =
true;
72 m_versions.emplace_back(std::forward<VersionsT>(value));
80 bool m_componentTypeHasBeenSet =
false;
81 bool m_versionsHasBeenSet =
false;
void SetVersions(VersionsT &&value)
bool ComponentTypeHasBeenSet() const
void SetComponentType(ComponentTypeT &&value)
const Aws::Vector< Aws::String > & GetVersions() const
const Aws::String & GetComponentType() const
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API ComponentVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VersionsHasBeenSet() const
AWS_GROUNDSTATION_API ComponentVersion()=default
ComponentVersion & WithVersions(VersionsT &&value)
AWS_GROUNDSTATION_API ComponentVersion(Aws::Utils::Json::JsonView jsonValue)
ComponentVersion & AddVersions(VersionsT &&value)
ComponentVersion & WithComponentType(ComponentTypeT &&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