7#include <aws/cloudwatchomni/CloudWatchOmni_EXPORTS.h>
8#include <aws/cloudwatchomni/model/Integration.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/crt/cbor/Cbor.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CloudWatchOmni {
43 template <
typename IntegrationT = Integration>
45 m_integrationHasBeenSet =
true;
46 m_integration = std::forward<IntegrationT>(value);
48 template <
typename IntegrationT = Integration>
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_integrationHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_CLOUDWATCHOMNI_API UpdateIntegrationResult()=default
const Aws::String & GetRequestId() const
AWS_CLOUDWATCHOMNI_API UpdateIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Cbor::CborValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_CLOUDWATCHOMNI_API UpdateIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Cbor::CborValue > &result)
UpdateIntegrationResult & WithIntegration(IntegrationT &&value)
void SetIntegration(IntegrationT &&value)
const Integration & GetIntegration() const
UpdateIntegrationResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String