7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace IoTManagedIntegrations
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
73 template<
typename CloudConnectorIdT = Aws::String>
74 void SetCloudConnectorId(CloudConnectorIdT&& value) { m_cloudConnectorIdHasBeenSet =
true; m_cloudConnectorId = std::forward<CloudConnectorIdT>(value); }
75 template<
typename CloudConnectorIdT = Aws::String>
85 template<
typename IdT = Aws::String>
86 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
87 template<
typename IdT = Aws::String>
93 bool m_nameHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
99 bool m_cloudConnectorIdHasBeenSet =
false;
102 bool m_idHasBeenSet =
false;
void SetCloudConnectorId(CloudConnectorIdT &&value)
const Aws::String & GetId() const
AWS_IOTMANAGEDINTEGRATIONS_API ConnectorDestinationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
bool NameHasBeenSet() const
ConnectorDestinationSummary & WithId(IdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API ConnectorDestinationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
ConnectorDestinationSummary & WithCloudConnectorId(CloudConnectorIdT &&value)
void SetDescription(DescriptionT &&value)
bool CloudConnectorIdHasBeenSet() const
ConnectorDestinationSummary & WithName(NameT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCloudConnectorId() const
void SetName(NameT &&value)
ConnectorDestinationSummary & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API ConnectorDestinationSummary()=default
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue