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/AuthConfig.h>
12#include <aws/iot-managed-integrations/model/SecretsManager.h>
14#include <aws/core/utils/UUID.h>
18namespace IoTManagedIntegrations
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
69 template<
typename CloudConnectorIdT = Aws::String>
70 void SetCloudConnectorId(CloudConnectorIdT&& value) { m_cloudConnectorIdHasBeenSet =
true; m_cloudConnectorId = std::forward<CloudConnectorIdT>(value); }
71 template<
typename CloudConnectorIdT = Aws::String>
93 template<
typename AuthConfigT = AuthConfig>
94 void SetAuthConfig(AuthConfigT&& value) { m_authConfigHasBeenSet =
true; m_authConfig = std::forward<AuthConfigT>(value); }
95 template<
typename AuthConfigT = AuthConfig>
106 template<
typename SecretsManagerT = SecretsManager>
107 void SetSecretsManager(SecretsManagerT&& value) { m_secretsManagerHasBeenSet =
true; m_secretsManager = std::forward<SecretsManagerT>(value); }
108 template<
typename SecretsManagerT = SecretsManager>
120 template<
typename ClientTokenT = Aws::String>
121 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
122 template<
typename ClientTokenT = Aws::String>
128 bool m_nameHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
134 bool m_cloudConnectorIdHasBeenSet =
false;
137 bool m_authTypeHasBeenSet =
false;
139 AuthConfig m_authConfig;
140 bool m_authConfigHasBeenSet =
false;
142 SecretsManager m_secretsManager;
143 bool m_secretsManagerHasBeenSet =
false;
146 bool m_clientTokenHasBeenSet =
true;
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
CreateConnectorDestinationRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetDescription() const
CreateConnectorDestinationRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
bool ClientTokenHasBeenSet() const
bool AuthTypeHasBeenSet() const
CreateConnectorDestinationRequest & WithAuthConfig(AuthConfigT &&value)
bool AuthConfigHasBeenSet() const
void SetAuthConfig(AuthConfigT &&value)
const SecretsManager & GetSecretsManager() const
const Aws::String & GetClientToken() const
CreateConnectorDestinationRequest & WithSecretsManager(SecretsManagerT &&value)
CreateConnectorDestinationRequest & WithName(NameT &&value)
const AuthConfig & GetAuthConfig() const
AWS_IOTMANAGEDINTEGRATIONS_API CreateConnectorDestinationRequest()=default
const Aws::String & GetCloudConnectorId() const
bool SecretsManagerHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateConnectorDestinationRequest & WithCloudConnectorId(CloudConnectorIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
void SetCloudConnectorId(CloudConnectorIdT &&value)
AuthType GetAuthType() const
void SetSecretsManager(SecretsManagerT &&value)
CreateConnectorDestinationRequest & WithAuthType(AuthType value)
void SetAuthType(AuthType value)
bool CloudConnectorIdHasBeenSet() const
void SetName(NameT &&value)
void SetClientToken(ClientTokenT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String