7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_INSPECTOR2_API
Step() =
default;
47 template<
typename ComponentArnT = Aws::String>
48 void SetComponentArn(ComponentArnT&& value) { m_componentArnHasBeenSet =
true; m_componentArn = std::forward<ComponentArnT>(value); }
49 template<
typename ComponentArnT = Aws::String>
59 template<
typename ComponentIdT = Aws::String>
60 void SetComponentId(ComponentIdT&& value) { m_componentIdHasBeenSet =
true; m_componentId = std::forward<ComponentIdT>(value); }
61 template<
typename ComponentIdT = Aws::String>
71 template<
typename ComponentTypeT = Aws::String>
72 void SetComponentType(ComponentTypeT&& value) { m_componentTypeHasBeenSet =
true; m_componentType = std::forward<ComponentTypeT>(value); }
73 template<
typename ComponentTypeT = Aws::String>
79 bool m_componentArnHasBeenSet =
false;
82 bool m_componentIdHasBeenSet =
false;
85 bool m_componentTypeHasBeenSet =
false;
const Aws::String & GetComponentType() const
AWS_INSPECTOR2_API Step()=default
const Aws::String & GetComponentId() const
Step & WithComponentId(ComponentIdT &&value)
Step & WithComponentType(ComponentTypeT &&value)
bool ComponentArnHasBeenSet() const
AWS_INSPECTOR2_API Step & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetComponentType(ComponentTypeT &&value)
void SetComponentArn(ComponentArnT &&value)
Step & WithComponentArn(ComponentArnT &&value)
void SetComponentId(ComponentIdT &&value)
bool ComponentIdHasBeenSet() const
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool ComponentTypeHasBeenSet() const
AWS_INSPECTOR2_API Step(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetComponentArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue