7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/iot-managed-integrations/IoTManagedIntegrationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot-managed-integrations/model/AuthType.h>
11#include <aws/iot-managed-integrations/model/AuthConfigUpdate.h>
12#include <aws/iot-managed-integrations/model/SecretsManager.h>
17namespace IoTManagedIntegrations
44 template<
typename IdentifierT = Aws::String>
45 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
46 template<
typename IdentifierT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
68 template<
typename NameT = Aws::String>
69 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
70 template<
typename NameT = Aws::String>
91 template<
typename AuthConfigT = AuthConfigUpdate>
92 void SetAuthConfig(AuthConfigT&& value) { m_authConfigHasBeenSet =
true; m_authConfig = std::forward<AuthConfigT>(value); }
93 template<
typename AuthConfigT = AuthConfigUpdate>
104 template<
typename SecretsManagerT = SecretsManager>
105 void SetSecretsManager(SecretsManagerT&& value) { m_secretsManagerHasBeenSet =
true; m_secretsManager = std::forward<SecretsManagerT>(value); }
106 template<
typename SecretsManagerT = SecretsManager>
112 bool m_identifierHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
118 bool m_nameHasBeenSet =
false;
121 bool m_authTypeHasBeenSet =
false;
123 AuthConfigUpdate m_authConfig;
124 bool m_authConfigHasBeenSet =
false;
126 SecretsManager m_secretsManager;
127 bool m_secretsManagerHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetAuthConfig(AuthConfigT &&value)
UpdateConnectorDestinationRequest & WithDescription(DescriptionT &&value)
AuthType GetAuthType() const
UpdateConnectorDestinationRequest & WithAuthConfig(AuthConfigT &&value)
UpdateConnectorDestinationRequest & WithIdentifier(IdentifierT &&value)
bool AuthConfigHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool IdentifierHasBeenSet() const
const SecretsManager & GetSecretsManager() const
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API UpdateConnectorDestinationRequest()=default
const Aws::String & GetIdentifier() const
void SetDescription(DescriptionT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
const AuthConfigUpdate & GetAuthConfig() const
void SetIdentifier(IdentifierT &&value)
void SetName(NameT &&value)
UpdateConnectorDestinationRequest & WithSecretsManager(SecretsManagerT &&value)
bool AuthTypeHasBeenSet() const
UpdateConnectorDestinationRequest & WithName(NameT &&value)
bool SecretsManagerHasBeenSet() const
UpdateConnectorDestinationRequest & WithAuthType(AuthType value)
void SetSecretsManager(SecretsManagerT &&value)
const Aws::String & GetName() const
void SetAuthType(AuthType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String