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
77 inline void SetAppArn(
const char* value) { m_appArnHasBeenSet =
true; m_appArn.assign(value); }
85 bool m_additionalInfoHasBeenSet =
false;
88 bool m_appArnHasBeenSet =
false;
void SetAppArn(Aws::String &&value)
UpdateAppVersionRequest & AddAdditionalInfo(Aws::String &&key, const Aws::Vector< Aws::String > &value)
virtual const char * GetServiceRequestName() const override
UpdateAppVersionRequest & AddAdditionalInfo(const Aws::String &key, Aws::Vector< Aws::String > &&value)
bool AppArnHasBeenSet() const
UpdateAppVersionRequest & AddAdditionalInfo(const Aws::String &key, const Aws::Vector< Aws::String > &value)
UpdateAppVersionRequest & AddAdditionalInfo(Aws::String &&key, Aws::Vector< Aws::String > &&value)
void SetAdditionalInfo(const Aws::Map< Aws::String, Aws::Vector< Aws::String > > &value)
void SetAppArn(const Aws::String &value)
UpdateAppVersionRequest & AddAdditionalInfo(const char *key, Aws::Vector< Aws::String > &&value)
AWS_RESILIENCEHUB_API UpdateAppVersionRequest()
bool AdditionalInfoHasBeenSet() const
AWS_RESILIENCEHUB_API Aws::String SerializePayload() const override
UpdateAppVersionRequest & WithAdditionalInfo(const Aws::Map< Aws::String, Aws::Vector< Aws::String > > &value)
UpdateAppVersionRequest & WithAppArn(const char *value)
UpdateAppVersionRequest & WithAppArn(const Aws::String &value)
const Aws::String & GetAppArn() const
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetAdditionalInfo() const
void SetAppArn(const char *value)
UpdateAppVersionRequest & AddAdditionalInfo(const char *key, const Aws::Vector< Aws::String > &value)
UpdateAppVersionRequest & WithAdditionalInfo(Aws::Map< Aws::String, Aws::Vector< Aws::String > > &&value)
void SetAdditionalInfo(Aws::Map< Aws::String, Aws::Vector< Aws::String > > &&value)
UpdateAppVersionRequest & WithAppArn(Aws::String &&value)
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
std::vector< T, Aws::Allocator< T > > Vector