7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace GroundStation
49 inline void SetComponentType(
const char* value) { m_componentTypeHasBeenSet =
true; m_componentType.assign(value); }
72 bool m_componentTypeHasBeenSet =
false;
75 bool m_versionsHasBeenSet =
false;
ComponentVersion & WithComponentType(Aws::String &&value)
void SetComponentType(Aws::String &&value)
ComponentVersion & AddVersions(const char *value)
void SetVersions(const Aws::Vector< Aws::String > &value)
ComponentVersion & WithComponentType(const Aws::String &value)
ComponentVersion & WithVersions(Aws::Vector< Aws::String > &&value)
void SetVersions(Aws::Vector< Aws::String > &&value)
bool ComponentTypeHasBeenSet() const
ComponentVersion & WithComponentType(const char *value)
const Aws::Vector< Aws::String > & GetVersions() const
void SetComponentType(const Aws::String &value)
const Aws::String & GetComponentType() const
ComponentVersion & WithVersions(const Aws::Vector< Aws::String > &value)
void SetComponentType(const char *value)
ComponentVersion & AddVersions(const Aws::String &value)
AWS_GROUNDSTATION_API ComponentVersion()
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API ComponentVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VersionsHasBeenSet() const
ComponentVersion & AddVersions(Aws::String &&value)
AWS_GROUNDSTATION_API ComponentVersion(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue