7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
10#include <aws/securityagent/model/Provider.h>
11#include <aws/securityagent/model/ProviderType.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace SecurityAgent {
37 template <
typename IntegrationIdT = Aws::String>
39 m_integrationIdHasBeenSet =
true;
40 m_integrationId = std::forward<IntegrationIdT>(value);
42 template <
typename IntegrationIdT = Aws::String>
54 template <
typename InstallationIdT = Aws::String>
56 m_installationIdHasBeenSet =
true;
57 m_installationId = std::forward<InstallationIdT>(value);
59 template <
typename InstallationIdT = Aws::String>
72 m_providerHasBeenSet =
true;
87 m_providerTypeHasBeenSet =
true;
88 m_providerType = value;
101 template <
typename DisplayNameT = Aws::String>
103 m_displayNameHasBeenSet =
true;
104 m_displayName = std::forward<DisplayNameT>(value);
106 template <
typename DisplayNameT = Aws::String>
118 template <
typename KmsKeyIdT = Aws::String>
120 m_kmsKeyIdHasBeenSet =
true;
121 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
123 template <
typename KmsKeyIdT = Aws::String>
133 template <
typename RequestIdT = Aws::String>
135 m_requestIdHasBeenSet =
true;
136 m_requestId = std::forward<RequestIdT>(value);
138 template <
typename RequestIdT = Aws::String>
161 bool m_integrationIdHasBeenSet =
false;
162 bool m_installationIdHasBeenSet =
false;
163 bool m_providerHasBeenSet =
false;
164 bool m_providerTypeHasBeenSet =
false;
165 bool m_displayNameHasBeenSet =
false;
166 bool m_kmsKeyIdHasBeenSet =
false;
167 bool m_requestIdHasBeenSet =
false;
GetIntegrationResult & WithIntegrationId(IntegrationIdT &&value)
GetIntegrationResult & WithRequestId(RequestIdT &&value)
void SetDisplayName(DisplayNameT &&value)
ProviderType GetProviderType() const
const Aws::String & GetIntegrationId() const
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetProviderType(ProviderType value)
void SetIntegrationId(IntegrationIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetInstallationId(InstallationIdT &&value)
AWS_SECURITYAGENT_API GetIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDisplayName() const
GetIntegrationResult & WithKmsKeyId(KmsKeyIdT &&value)
AWS_SECURITYAGENT_API GetIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetKmsKeyId() const
GetIntegrationResult & WithProviderType(ProviderType value)
GetIntegrationResult & WithProvider(Provider value)
GetIntegrationResult & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetInstallationId() const
Provider GetProvider() const
void SetProvider(Provider value)
AWS_SECURITYAGENT_API GetIntegrationResult()=default
GetIntegrationResult & WithInstallationId(InstallationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue