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/EndpointConfig.h>
10#include <aws/iot-managed-integrations/model/EndpointType.h>
11#include <aws/iot-managed-integrations/model/CloudConnectorType.h>
24namespace IoTManagedIntegrations
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
62 template<
typename Endpo
intConfigT = Endpo
intConfig>
63 void SetEndpointConfig(EndpointConfigT&& value) { m_endpointConfigHasBeenSet =
true; m_endpointConfig = std::forward<EndpointConfigT>(value); }
64 template<
typename Endpo
intConfigT = Endpo
intConfig>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
96 template<
typename IdT = Aws::String>
97 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
98 template<
typename IdT = Aws::String>
114 bool m_nameHasBeenSet =
false;
117 bool m_endpointConfigHasBeenSet =
false;
120 bool m_descriptionHasBeenSet =
false;
123 bool m_endpointTypeHasBeenSet =
false;
126 bool m_idHasBeenSet =
false;
129 bool m_typeHasBeenSet =
false;
ConnectorItem & WithId(IdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API ConnectorItem(Aws::Utils::Json::JsonView jsonValue)
ConnectorItem & WithEndpointType(EndpointType value)
void SetEndpointType(EndpointType value)
void SetName(NameT &&value)
const EndpointConfig & GetEndpointConfig() const
const Aws::String & GetId() const
bool IdHasBeenSet() const
void SetEndpointConfig(EndpointConfigT &&value)
ConnectorItem & WithEndpointConfig(EndpointConfigT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTMANAGEDINTEGRATIONS_API ConnectorItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
bool TypeHasBeenSet() const
EndpointType GetEndpointType() const
bool EndpointConfigHasBeenSet() const
bool EndpointTypeHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetType(CloudConnectorType value)
ConnectorItem & WithDescription(DescriptionT &&value)
ConnectorItem & WithName(NameT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API ConnectorItem()=default
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
ConnectorItem & WithType(CloudConnectorType value)
const Aws::String & GetName() const
CloudConnectorType GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue