7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrassv2/model/ComponentConfigurationUpdate.h>
10#include <aws/greengrassv2/model/ComponentRunWith.h>
51 inline void SetComponentVersion(
const char* value) { m_componentVersionHasBeenSet =
true; m_componentVersion.assign(value); }
97 bool m_componentVersionHasBeenSet =
false;
100 bool m_configurationUpdateHasBeenSet =
false;
103 bool m_runWithHasBeenSet =
false;
void SetConfigurationUpdate(const ComponentConfigurationUpdate &value)
void SetComponentVersion(const char *value)
ComponentDeploymentSpecification & WithComponentVersion(const char *value)
ComponentDeploymentSpecification & WithRunWith(const ComponentRunWith &value)
void SetRunWith(const ComponentRunWith &value)
bool ConfigurationUpdateHasBeenSet() const
const ComponentConfigurationUpdate & GetConfigurationUpdate() const
AWS_GREENGRASSV2_API ComponentDeploymentSpecification(Aws::Utils::Json::JsonView jsonValue)
bool ComponentVersionHasBeenSet() const
void SetConfigurationUpdate(ComponentConfigurationUpdate &&value)
void SetComponentVersion(Aws::String &&value)
bool RunWithHasBeenSet() const
const Aws::String & GetComponentVersion() const
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentDeploymentSpecification & WithComponentVersion(Aws::String &&value)
void SetRunWith(ComponentRunWith &&value)
const ComponentRunWith & GetRunWith() const
ComponentDeploymentSpecification & WithRunWith(ComponentRunWith &&value)
AWS_GREENGRASSV2_API ComponentDeploymentSpecification()
AWS_GREENGRASSV2_API ComponentDeploymentSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
ComponentDeploymentSpecification & WithComponentVersion(const Aws::String &value)
ComponentDeploymentSpecification & WithConfigurationUpdate(ComponentConfigurationUpdate &&value)
ComponentDeploymentSpecification & WithConfigurationUpdate(const ComponentConfigurationUpdate &value)
void SetComponentVersion(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue