7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitectedRequest.h>
10#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
11#include <aws/wellarchitected/model/IntegratingService.h>
16namespace WellArchitected {
37 template <
typename WorkloadIdT = Aws::String>
39 m_workloadIdHasBeenSet =
true;
40 m_workloadId = std::forward<WorkloadIdT>(value);
42 template <
typename WorkloadIdT = Aws::String>
53 template <
typename ClientRequestTokenT = Aws::String>
55 m_clientRequestTokenHasBeenSet =
true;
56 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
58 template <
typename ClientRequestTokenT = Aws::String>
72 m_integratingServiceHasBeenSet =
true;
73 m_integratingService = value;
86 bool m_workloadIdHasBeenSet =
false;
87 bool m_clientRequestTokenHasBeenSet =
true;
88 bool m_integratingServiceHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
const Aws::String & GetWorkloadId() const
IntegratingService GetIntegratingService() const
AWS_WELLARCHITECTED_API UpdateIntegrationRequest()=default
bool IntegratingServiceHasBeenSet() const
UpdateIntegrationRequest & WithWorkloadId(WorkloadIdT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetClientRequestToken() const
void SetIntegratingService(IntegratingService value)
virtual const char * GetServiceRequestName() const override
bool ClientRequestTokenHasBeenSet() const
void SetWorkloadId(WorkloadIdT &&value)
UpdateIntegrationRequest & WithIntegratingService(IntegratingService value)
UpdateIntegrationRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool WorkloadIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String