7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wellarchitected/model/IntegratingService.h>
12#include <aws/core/utils/UUID.h>
16namespace WellArchitected
41 template<
typename WorkloadIdT = Aws::String>
42 void SetWorkloadId(WorkloadIdT&& value) { m_workloadIdHasBeenSet =
true; m_workloadId = std::forward<WorkloadIdT>(value); }
43 template<
typename WorkloadIdT = Aws::String>
51 template<
typename ClientRequestTokenT = Aws::String>
52 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
53 template<
typename ClientRequestTokenT = Aws::String>
69 bool m_workloadIdHasBeenSet =
false;
72 bool m_clientRequestTokenHasBeenSet =
true;
75 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