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/EndpointConfig.h>
11#include <aws/iot-managed-integrations/model/EndpointType.h>
13#include <aws/core/utils/UUID.h>
17namespace IoTManagedIntegrations
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
57 template<
typename Endpo
intConfigT = Endpo
intConfig>
58 void SetEndpointConfig(EndpointConfigT&& value) { m_endpointConfigHasBeenSet =
true; m_endpointConfig = std::forward<EndpointConfigT>(value); }
59 template<
typename Endpo
intConfigT = Endpo
intConfig>
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
94 template<
typename ClientTokenT = Aws::String>
95 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
96 template<
typename ClientTokenT = Aws::String>
102 bool m_nameHasBeenSet =
false;
105 bool m_endpointConfigHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 bool m_endpointTypeHasBeenSet =
false;
114 bool m_clientTokenHasBeenSet =
true;
bool EndpointTypeHasBeenSet() const
CreateCloudConnectorRequest & WithName(NameT &&value)
CreateCloudConnectorRequest & WithEndpointType(EndpointType value)
EndpointType GetEndpointType() const
CreateCloudConnectorRequest & WithDescription(DescriptionT &&value)
CreateCloudConnectorRequest & WithClientToken(ClientTokenT &&value)
CreateCloudConnectorRequest & WithEndpointConfig(EndpointConfigT &&value)
const EndpointConfig & GetEndpointConfig() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDescription() const
bool ClientTokenHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API CreateCloudConnectorRequest()=default
void SetEndpointConfig(EndpointConfigT &&value)
const Aws::String & GetName() const
void SetEndpointType(EndpointType value)
const Aws::String & GetClientToken() const
bool EndpointConfigHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String