7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot-managed-integrations/model/AuthType.h>
10#include <aws/iot-managed-integrations/model/AuthConfig.h>
11#include <aws/iot-managed-integrations/model/SecretsManager.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace IoTManagedIntegrations
43 template<
typename NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
65 template<
typename CloudConnectorIdT = Aws::String>
66 void SetCloudConnectorId(CloudConnectorIdT&& value) { m_cloudConnectorIdHasBeenSet =
true; m_cloudConnectorId = std::forward<CloudConnectorIdT>(value); }
67 template<
typename CloudConnectorIdT = Aws::String>
76 template<
typename IdT = Aws::String>
77 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
78 template<
typename IdT = Aws::String>
98 template<
typename AuthConfigT = AuthConfig>
99 void SetAuthConfig(AuthConfigT&& value) { m_authConfigHasBeenSet =
true; m_authConfig = std::forward<AuthConfigT>(value); }
100 template<
typename AuthConfigT = AuthConfig>
110 template<
typename SecretsManagerT = SecretsManager>
111 void SetSecretsManager(SecretsManagerT&& value) { m_secretsManagerHasBeenSet =
true; m_secretsManager = std::forward<SecretsManagerT>(value); }
112 template<
typename SecretsManagerT = SecretsManager>
122 template<
typename OAuthCompleteRedirectUrlT = Aws::String>
123 void SetOAuthCompleteRedirectUrl(OAuthCompleteRedirectUrlT&& value) { m_oAuthCompleteRedirectUrlHasBeenSet =
true; m_oAuthCompleteRedirectUrl = std::forward<OAuthCompleteRedirectUrlT>(value); }
124 template<
typename OAuthCompleteRedirectUrlT = Aws::String>
131 template<
typename RequestIdT = Aws::String>
132 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
133 template<
typename RequestIdT = Aws::String>
139 bool m_nameHasBeenSet =
false;
142 bool m_descriptionHasBeenSet =
false;
145 bool m_cloudConnectorIdHasBeenSet =
false;
148 bool m_idHasBeenSet =
false;
151 bool m_authTypeHasBeenSet =
false;
153 AuthConfig m_authConfig;
154 bool m_authConfigHasBeenSet =
false;
156 SecretsManager m_secretsManager;
157 bool m_secretsManagerHasBeenSet =
false;
160 bool m_oAuthCompleteRedirectUrlHasBeenSet =
false;
163 bool m_requestIdHasBeenSet =
false;
GetConnectorDestinationResult & WithId(IdT &&value)
AuthType GetAuthType() const
void SetSecretsManager(SecretsManagerT &&value)
void SetRequestId(RequestIdT &&value)
GetConnectorDestinationResult & WithSecretsManager(SecretsManagerT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API GetConnectorDestinationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
GetConnectorDestinationResult & WithDescription(DescriptionT &&value)
GetConnectorDestinationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetName() const
void SetOAuthCompleteRedirectUrl(OAuthCompleteRedirectUrlT &&value)
void SetCloudConnectorId(CloudConnectorIdT &&value)
GetConnectorDestinationResult & WithCloudConnectorId(CloudConnectorIdT &&value)
void SetDescription(DescriptionT &&value)
GetConnectorDestinationResult & WithName(NameT &&value)
GetConnectorDestinationResult & WithAuthConfig(AuthConfigT &&value)
void SetAuthConfig(AuthConfigT &&value)
GetConnectorDestinationResult & WithOAuthCompleteRedirectUrl(OAuthCompleteRedirectUrlT &&value)
const AuthConfig & GetAuthConfig() const
AWS_IOTMANAGEDINTEGRATIONS_API GetConnectorDestinationResult()=default
const SecretsManager & GetSecretsManager() const
void SetAuthType(AuthType value)
GetConnectorDestinationResult & WithAuthType(AuthType value)
void SetName(NameT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetCloudConnectorId() const
AWS_IOTMANAGEDINTEGRATIONS_API GetConnectorDestinationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetOAuthCompleteRedirectUrl() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue