7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
10#include <aws/greengrassv2/model/VendorGuidance.h>
21namespace GreengrassV2 {
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename ComponentNameT = Aws::String>
65 m_componentNameHasBeenSet =
true;
66 m_componentName = std::forward<ComponentNameT>(value);
68 template <
typename ComponentNameT = Aws::String>
81 template <
typename ComponentVersionT = Aws::String>
83 m_componentVersionHasBeenSet =
true;
84 m_componentVersion = std::forward<ComponentVersionT>(value);
86 template <
typename ComponentVersionT = Aws::String>
99 template <
typename RecipeT = Aws::Utils::ByteBuffer>
101 m_recipeHasBeenSet =
true;
102 m_recipe = std::forward<RecipeT>(value);
104 template <
typename RecipeT = Aws::Utils::ByteBuffer>
127 m_vendorGuidanceHasBeenSet =
true;
128 m_vendorGuidance = value;
144 template <
typename MessageT = Aws::String>
146 m_messageHasBeenSet =
true;
147 m_message = std::forward<MessageT>(value);
149 template <
typename MessageT = Aws::String>
167 bool m_arnHasBeenSet =
false;
168 bool m_componentNameHasBeenSet =
false;
169 bool m_componentVersionHasBeenSet =
false;
170 bool m_recipeHasBeenSet =
false;
171 bool m_vendorGuidanceHasBeenSet =
false;
172 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