7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Array.h>
10#include <aws/greengrassv2/model/VendorGuidance.h>
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
63 template<
typename ComponentNameT = Aws::String>
64 void SetComponentName(ComponentNameT&& value) { m_componentNameHasBeenSet =
true; m_componentName = std::forward<ComponentNameT>(value); }
65 template<
typename ComponentNameT = Aws::String>
75 template<
typename ComponentVersionT = Aws::String>
76 void SetComponentVersion(ComponentVersionT&& value) { m_componentVersionHasBeenSet =
true; m_componentVersion = std::forward<ComponentVersionT>(value); }
77 template<
typename ComponentVersionT = Aws::String>
87 template<
typename RecipeT = Aws::Utils::ByteBuffer>
88 void SetRecipe(RecipeT&& value) { m_recipeHasBeenSet =
true; m_recipe = std::forward<RecipeT>(value); }
89 template<
typename RecipeT = Aws::Utils::ByteBuffer>
120 template<
typename MessageT = Aws::String>
121 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
122 template<
typename MessageT = Aws::String>
128 bool m_arnHasBeenSet =
false;
131 bool m_componentNameHasBeenSet =
false;
134 bool m_componentVersionHasBeenSet =
false;
137 bool m_recipeHasBeenSet =
false;
140 bool m_vendorGuidanceHasBeenSet =
false;
143 bool m_messageHasBeenSet =
false;
AWS_GREENGRASSV2_API ResolvedComponentVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetComponentName() const
bool ArnHasBeenSet() const
void SetComponentVersion(ComponentVersionT &&value)
const Aws::Utils::ByteBuffer & GetRecipe() const
bool VendorGuidanceHasBeenSet() const
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
ResolvedComponentVersion & WithMessage(MessageT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetMessage() const
const Aws::String & GetArn() const
ResolvedComponentVersion & WithComponentName(ComponentNameT &&value)
void SetVendorGuidance(VendorGuidance value)
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRecipe(RecipeT &&value)
bool ComponentNameHasBeenSet() const
ResolvedComponentVersion & WithRecipe(RecipeT &&value)
AWS_GREENGRASSV2_API ResolvedComponentVersion(Aws::Utils::Json::JsonView jsonValue)
ResolvedComponentVersion & WithArn(ArnT &&value)
ResolvedComponentVersion & WithVendorGuidance(VendorGuidance value)
VendorGuidance GetVendorGuidance() const
AWS_GREENGRASSV2_API ResolvedComponentVersion()=default
ResolvedComponentVersion & WithComponentVersion(ComponentVersionT &&value)
void SetComponentName(ComponentNameT &&value)
bool RecipeHasBeenSet() const
const Aws::String & GetComponentVersion() const
bool ComponentVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue