7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
9#include <aws/greengrassv2/model/ComponentLatestVersion.h>
20namespace GreengrassV2 {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename ComponentNameT = Aws::String>
63 m_componentNameHasBeenSet =
true;
64 m_componentName = std::forward<ComponentNameT>(value);
66 template <
typename ComponentNameT = Aws::String>
79 template <
typename LatestVersionT = ComponentLatestVersion>
81 m_latestVersionHasBeenSet =
true;
82 m_latestVersion = std::forward<LatestVersionT>(value);
84 template <
typename LatestVersionT = ComponentLatestVersion>
96 bool m_arnHasBeenSet =
false;
97 bool m_componentNameHasBeenSet =
false;
98 bool m_latestVersionHasBeenSet =
false;
AWS_GREENGRASSV2_API Component & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
bool ComponentNameHasBeenSet() const
Component & WithComponentName(ComponentNameT &&value)
void SetLatestVersion(LatestVersionT &&value)
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
const ComponentLatestVersion & GetLatestVersion() const
Component & WithLatestVersion(LatestVersionT &&value)
AWS_GREENGRASSV2_API Component()=default
void SetArn(ArnT &&value)
void SetComponentName(ComponentNameT &&value)
Component & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
AWS_GREENGRASSV2_API Component(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetComponentName() const
bool LatestVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue