7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/resiliencehub/ResilienceHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace ResilienceHub
44 template<
typename AdditionalInfoT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
45 void SetAdditionalInfo(AdditionalInfoT&& value) { m_additionalInfoHasBeenSet =
true; m_additionalInfo = std::forward<AdditionalInfoT>(value); }
46 template<
typename AdditionalInfoT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
48 template<
typename AdditionalInfoKeyT = Aws::String,
typename AdditionalInfoValueT = Aws::Vector<Aws::String>>
50 m_additionalInfoHasBeenSet =
true; m_additionalInfo.emplace(std::forward<AdditionalInfoKeyT>(key), std::forward<AdditionalInfoValueT>(value));
return *
this;
66 template<
typename AppArnT = Aws::String>
67 void SetAppArn(AppArnT&& value) { m_appArnHasBeenSet =
true; m_appArn = std::forward<AppArnT>(value); }
68 template<
typename AppArnT = Aws::String>
78 template<
typename IdT = Aws::String>
79 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
80 template<
typename IdT = Aws::String>
90 template<
typename NameT = Aws::String>
91 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
92 template<
typename NameT = Aws::String>
105 template<
typename TypeT = Aws::String>
106 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
107 template<
typename TypeT = Aws::String>
113 bool m_additionalInfoHasBeenSet =
false;
116 bool m_appArnHasBeenSet =
false;
119 bool m_idHasBeenSet =
false;
122 bool m_nameHasBeenSet =
false;
125 bool m_typeHasBeenSet =
false;
const Aws::String & GetId() const
UpdateAppVersionAppComponentRequest & WithAdditionalInfo(AdditionalInfoT &&value)
void SetName(NameT &&value)
void SetAdditionalInfo(AdditionalInfoT &&value)
bool AdditionalInfoHasBeenSet() const
UpdateAppVersionAppComponentRequest & WithAppArn(AppArnT &&value)
UpdateAppVersionAppComponentRequest & AddAdditionalInfo(AdditionalInfoKeyT &&key, AdditionalInfoValueT &&value)
void SetType(TypeT &&value)
AWS_RESILIENCEHUB_API Aws::String SerializePayload() const override
bool AppArnHasBeenSet() const
const Aws::String & GetAppArn() const
virtual const char * GetServiceRequestName() const override
UpdateAppVersionAppComponentRequest & WithId(IdT &&value)
bool TypeHasBeenSet() const
UpdateAppVersionAppComponentRequest & WithName(NameT &&value)
void SetAppArn(AppArnT &&value)
const Aws::String & GetType() const
AWS_RESILIENCEHUB_API UpdateAppVersionAppComponentRequest()=default
UpdateAppVersionAppComponentRequest & WithType(TypeT &&value)
bool IdHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetAdditionalInfo() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String