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>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace IoTManagedIntegrations
43 template<
typename NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
55 template<
typename Endpo
intConfigT = Endpo
intConfig>
56 void SetEndpointConfig(EndpointConfigT&& value) { m_endpointConfigHasBeenSet =
true; m_endpointConfig = std::forward<EndpointConfigT>(value); }
57 template<
typename Endpo
intConfigT = Endpo
intConfig>
66 template<
typename DescriptionT = Aws::String>
67 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
68 template<
typename DescriptionT = Aws::String>
87 template<
typename IdT = Aws::String>
88 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
89 template<
typename IdT = Aws::String>
105 template<
typename RequestIdT = Aws::String>
106 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
107 template<
typename RequestIdT = Aws::String>
113 bool m_nameHasBeenSet =
false;
116 bool m_endpointConfigHasBeenSet =
false;
119 bool m_descriptionHasBeenSet =
false;
122 bool m_endpointTypeHasBeenSet =
false;
125 bool m_idHasBeenSet =
false;
128 bool m_typeHasBeenSet =
false;
131 bool m_requestIdHasBeenSet =
false;
GetCloudConnectorResult & WithEndpointType(EndpointType value)
void SetEndpointConfig(EndpointConfigT &&value)
void SetType(CloudConnectorType value)
void SetRequestId(RequestIdT &&value)
void SetDescription(DescriptionT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API GetCloudConnectorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
GetCloudConnectorResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetCloudConnectorResult & WithId(IdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API GetCloudConnectorResult()=default
const Aws::String & GetDescription() const
void SetName(NameT &&value)
CloudConnectorType GetType() const
GetCloudConnectorResult & WithEndpointConfig(EndpointConfigT &&value)
GetCloudConnectorResult & WithName(NameT &&value)
GetCloudConnectorResult & WithDescription(DescriptionT &&value)
EndpointType GetEndpointType() const
const EndpointConfig & GetEndpointConfig() const
const Aws::String & GetId() const
void SetEndpointType(EndpointType value)
AWS_IOTMANAGEDINTEGRATIONS_API GetCloudConnectorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetCloudConnectorResult & WithType(CloudConnectorType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue