7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector2/Inspector2_EXPORTS.h>
29 AWS_INSPECTOR2_API
Step() =
default;
40 template <
typename ComponentIdT = Aws::String>
42 m_componentIdHasBeenSet =
true;
43 m_componentId = std::forward<ComponentIdT>(value);
45 template <
typename ComponentIdT = Aws::String>
58 template <
typename ComponentTypeT = Aws::String>
60 m_componentTypeHasBeenSet =
true;
61 m_componentType = std::forward<ComponentTypeT>(value);
63 template <
typename ComponentTypeT = Aws::String>
77 template <
typename ComponentArnT = Aws::String>
79 m_componentArnHasBeenSet =
true;
80 m_componentArn = std::forward<ComponentArnT>(value);
82 template <
typename ComponentArnT = Aws::String>
94 bool m_componentIdHasBeenSet =
false;
95 bool m_componentTypeHasBeenSet =
false;
96 bool m_componentArnHasBeenSet =
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