7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/proton/Proton_EXPORTS.h>
42 template <
typename ServiceInstanceNameT = Aws::String>
44 m_serviceInstanceNameHasBeenSet =
true;
45 m_serviceInstanceName = std::forward<ServiceInstanceNameT>(value);
47 template <
typename ServiceInstanceNameT = Aws::String>
61 template <
typename ServiceNameT = Aws::String>
63 m_serviceNameHasBeenSet =
true;
64 m_serviceName = std::forward<ServiceNameT>(value);
66 template <
typename ServiceNameT = Aws::String>
80 template <
typename ServiceSpecT = Aws::String>
82 m_serviceSpecHasBeenSet =
true;
83 m_serviceSpec = std::forward<ServiceSpecT>(value);
85 template <
typename ServiceSpecT = Aws::String>
98 template <
typename TemplateFileT = Aws::String>
100 m_templateFileHasBeenSet =
true;
101 m_templateFile = std::forward<TemplateFileT>(value);
103 template <
typename TemplateFileT = Aws::String>
117 bool m_serviceInstanceNameHasBeenSet =
false;
118 bool m_serviceNameHasBeenSet =
false;
119 bool m_serviceSpecHasBeenSet =
false;
120 bool m_templateFileHasBeenSet =
false;
void SetServiceName(ServiceNameT &&value)
ComponentState & WithServiceSpec(ServiceSpecT &&value)
const Aws::String & GetTemplateFile() const
ComponentState & WithServiceName(ServiceNameT &&value)
AWS_PROTON_API ComponentState()=default
bool ServiceSpecHasBeenSet() const
AWS_PROTON_API ComponentState & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServiceSpec(ServiceSpecT &&value)
void SetTemplateFile(TemplateFileT &&value)
ComponentState & WithTemplateFile(TemplateFileT &&value)
bool ServiceNameHasBeenSet() const
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetServiceSpec() const
const Aws::String & GetServiceName() const
const Aws::String & GetServiceInstanceName() const
bool TemplateFileHasBeenSet() const
AWS_PROTON_API ComponentState(Aws::Utils::Json::JsonView jsonValue)
ComponentState & WithServiceInstanceName(ServiceInstanceNameT &&value)
void SetServiceInstanceName(ServiceInstanceNameT &&value)
bool ServiceInstanceNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue