7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/resiliencehub/ResilienceHubRequest.h>
11#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
16namespace ResilienceHub {
45 template <
typename AppArnT = Aws::String>
47 m_appArnHasBeenSet =
true;
48 m_appArn = std::forward<AppArnT>(value);
50 template <
typename AppArnT = Aws::String>
63 template <
typename AppVersionT = Aws::String>
65 m_appVersionHasBeenSet =
true;
66 m_appVersion = std::forward<AppVersionT>(value);
68 template <
typename AppVersionT = Aws::String>
81 template <
typename AssessmentNameT = Aws::String>
83 m_assessmentNameHasBeenSet =
true;
84 m_assessmentName = std::forward<AssessmentNameT>(value);
86 template <
typename AssessmentNameT = Aws::String>
101 template <
typename ClientTokenT = Aws::String>
103 m_clientTokenHasBeenSet =
true;
104 m_clientToken = std::forward<ClientTokenT>(value);
106 template <
typename ClientTokenT = Aws::String>
120 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
122 m_tagsHasBeenSet =
true;
123 m_tags = std::forward<TagsT>(value);
125 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
127 SetTags(std::forward<TagsT>(value));
130 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
132 m_tagsHasBeenSet =
true;
133 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
147 bool m_appArnHasBeenSet =
false;
148 bool m_appVersionHasBeenSet =
false;
149 bool m_assessmentNameHasBeenSet =
false;
150 bool m_clientTokenHasBeenSet =
true;
151 bool m_tagsHasBeenSet =
false;
StartAppAssessmentRequest & WithTags(TagsT &&value)
StartAppAssessmentRequest & WithAppVersion(AppVersionT &&value)
const Aws::String & GetAppVersion() const
StartAppAssessmentRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
void SetAppVersion(AppVersionT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetAssessmentName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetAppArn() const
StartAppAssessmentRequest & WithAppArn(AppArnT &&value)
bool TagsHasBeenSet() const
AWS_RESILIENCEHUB_API Aws::String SerializePayload() const override
bool AssessmentNameHasBeenSet() const
StartAppAssessmentRequest & WithAssessmentName(AssessmentNameT &&value)
AWS_RESILIENCEHUB_API StartAppAssessmentRequest()=default
void SetClientToken(ClientTokenT &&value)
bool AppArnHasBeenSet() const
StartAppAssessmentRequest & WithClientToken(ClientTokenT &&value)
void SetAssessmentName(AssessmentNameT &&value)
bool ClientTokenHasBeenSet() const
void SetAppArn(AppArnT &&value)
bool AppVersionHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
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