7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
50 inline void SetComponentName(
const char* value) { m_componentNameHasBeenSet =
true; m_componentName.assign(value); }
64 inline void SetComponentVersion(
const char* value) { m_componentVersionHasBeenSet =
true; m_componentVersion.assign(value); }
94 bool m_componentNameHasBeenSet =
false;
97 bool m_componentVersionHasBeenSet =
false;
100 bool m_versionRequirementsHasBeenSet =
false;
void SetComponentName(Aws::String &&value)
void SetComponentName(const Aws::String &value)
void SetVersionRequirements(const Aws::Map< Aws::String, Aws::String > &value)
ComponentCandidate & WithVersionRequirements(const Aws::Map< Aws::String, Aws::String > &value)
ComponentCandidate & WithComponentVersion(const Aws::String &value)
bool VersionRequirementsHasBeenSet() const
void SetVersionRequirements(Aws::Map< Aws::String, Aws::String > &&value)
void SetComponentVersion(Aws::String &&value)
const Aws::String & GetComponentVersion() const
ComponentCandidate & AddVersionRequirements(const char *key, Aws::String &&value)
void SetComponentName(const char *value)
ComponentCandidate & WithVersionRequirements(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::String & GetComponentName() const
AWS_GREENGRASSV2_API ComponentCandidate(Aws::Utils::Json::JsonView jsonValue)
ComponentCandidate & WithComponentName(const char *value)
void SetComponentVersion(const char *value)
const Aws::Map< Aws::String, Aws::String > & GetVersionRequirements() const
ComponentCandidate & WithComponentVersion(Aws::String &&value)
ComponentCandidate & WithComponentName(const Aws::String &value)
ComponentCandidate & AddVersionRequirements(Aws::String &&key, const Aws::String &value)
AWS_GREENGRASSV2_API ComponentCandidate()
ComponentCandidate & AddVersionRequirements(const Aws::String &key, const Aws::String &value)
ComponentCandidate & AddVersionRequirements(const char *key, const char *value)
AWS_GREENGRASSV2_API ComponentCandidate & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ComponentNameHasBeenSet() const
ComponentCandidate & AddVersionRequirements(Aws::String &&key, Aws::String &&value)
void SetComponentVersion(const Aws::String &value)
ComponentCandidate & AddVersionRequirements(Aws::String &&key, const char *value)
ComponentCandidate & WithComponentName(Aws::String &&value)
bool ComponentVersionHasBeenSet() const
ComponentCandidate & AddVersionRequirements(const Aws::String &key, Aws::String &&value)
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentCandidate & WithComponentVersion(const char *value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue