7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetComponentId(
const char* value) { m_componentIdHasBeenSet =
true; m_componentId.assign(value); }
62 inline void SetComponentType(
const char* value) { m_componentTypeHasBeenSet =
true; m_componentType.assign(value); }
70 bool m_componentIdHasBeenSet =
false;
73 bool m_componentTypeHasBeenSet =
false;
const Aws::String & GetComponentType() const
Step & WithComponentId(Aws::String &&value)
Step & WithComponentType(const Aws::String &value)
void SetComponentType(const Aws::String &value)
const Aws::String & GetComponentId() const
void SetComponentType(const char *value)
void SetComponentId(const Aws::String &value)
void SetComponentType(Aws::String &&value)
AWS_INSPECTOR2_API Step & operator=(Aws::Utils::Json::JsonView jsonValue)
Step & WithComponentType(Aws::String &&value)
Step & WithComponentId(const Aws::String &value)
bool ComponentIdHasBeenSet() const
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetComponentId(const char *value)
AWS_INSPECTOR2_API Step()
bool ComponentTypeHasBeenSet() const
AWS_INSPECTOR2_API Step(Aws::Utils::Json::JsonView jsonValue)
Step & WithComponentId(const char *value)
Step & WithComponentType(const char *value)
void SetComponentId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue