7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/imagebuilder/model/ComponentParameter.h>
50 inline void SetComponentArn(
const char* value) { m_componentArnHasBeenSet =
true; m_componentArn.assign(value); }
73 bool m_componentArnHasBeenSet =
false;
76 bool m_parametersHasBeenSet =
false;
bool ParametersHasBeenSet() const
void SetComponentArn(const char *value)
void SetComponentArn(Aws::String &&value)
ComponentConfiguration & WithComponentArn(Aws::String &&value)
AWS_IMAGEBUILDER_API ComponentConfiguration()
ComponentConfiguration & WithParameters(const Aws::Vector< ComponentParameter > &value)
void SetParameters(Aws::Vector< ComponentParameter > &&value)
bool ComponentArnHasBeenSet() const
ComponentConfiguration & WithComponentArn(const Aws::String &value)
AWS_IMAGEBUILDER_API ComponentConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetComponentArn(const Aws::String &value)
const Aws::Vector< ComponentParameter > & GetParameters() const
AWS_IMAGEBUILDER_API ComponentConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetComponentArn() const
ComponentConfiguration & WithParameters(Aws::Vector< ComponentParameter > &&value)
ComponentConfiguration & AddParameters(const ComponentParameter &value)
void SetParameters(const Aws::Vector< ComponentParameter > &value)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentConfiguration & AddParameters(ComponentParameter &&value)
ComponentConfiguration & WithComponentArn(const char *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