7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehubv2/Resiliencehubv2Request.h>
10#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
11#include <aws/resiliencehubv2/model/ResourceConfiguration.h>
16namespace resiliencehubv2 {
37 template <
typename ServiceArnT = Aws::String>
39 m_serviceArnHasBeenSet =
true;
40 m_serviceArn = std::forward<ServiceArnT>(value);
42 template <
typename ServiceArnT = Aws::String>
53 template <
typename ResourceConfigurationT = ResourceConfiguration>
55 m_resourceConfigurationHasBeenSet =
true;
56 m_resourceConfiguration = std::forward<ResourceConfigurationT>(value);
58 template <
typename ResourceConfigurationT = ResourceConfiguration>
69 template <
typename ClientTokenT = Aws::String>
71 m_clientTokenHasBeenSet =
true;
72 m_clientToken = std::forward<ClientTokenT>(value);
74 template <
typename ClientTokenT = Aws::String>
86 bool m_serviceArnHasBeenSet =
false;
87 bool m_resourceConfigurationHasBeenSet =
false;
88 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String