7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/ConnectorType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/appflow/model/ConnectorProvisioningType.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/appflow/model/SupportedDataTransferType.h>
51 template<
typename ConnectorDescriptionT = Aws::String>
52 void SetConnectorDescription(ConnectorDescriptionT&& value) { m_connectorDescriptionHasBeenSet =
true; m_connectorDescription = std::forward<ConnectorDescriptionT>(value); }
53 template<
typename ConnectorDescriptionT = Aws::String>
63 template<
typename ConnectorNameT = Aws::String>
64 void SetConnectorName(ConnectorNameT&& value) { m_connectorNameHasBeenSet =
true; m_connectorName = std::forward<ConnectorNameT>(value); }
65 template<
typename ConnectorNameT = Aws::String>
75 template<
typename ConnectorOwnerT = Aws::String>
76 void SetConnectorOwner(ConnectorOwnerT&& value) { m_connectorOwnerHasBeenSet =
true; m_connectorOwner = std::forward<ConnectorOwnerT>(value); }
77 template<
typename ConnectorOwnerT = Aws::String>
87 template<
typename ConnectorVersionT = Aws::String>
88 void SetConnectorVersion(ConnectorVersionT&& value) { m_connectorVersionHasBeenSet =
true; m_connectorVersion = std::forward<ConnectorVersionT>(value); }
89 template<
typename ConnectorVersionT = Aws::String>
99 template<
typename ApplicationTypeT = Aws::String>
100 void SetApplicationType(ApplicationTypeT&& value) { m_applicationTypeHasBeenSet =
true; m_applicationType = std::forward<ApplicationTypeT>(value); }
101 template<
typename ApplicationTypeT = Aws::String>
121 template<
typename ConnectorLabelT = Aws::String>
122 void SetConnectorLabel(ConnectorLabelT&& value) { m_connectorLabelHasBeenSet =
true; m_connectorLabel = std::forward<ConnectorLabelT>(value); }
123 template<
typename ConnectorLabelT = Aws::String>
133 template<
typename RegisteredAtT = Aws::Utils::DateTime>
134 void SetRegisteredAt(RegisteredAtT&& value) { m_registeredAtHasBeenSet =
true; m_registeredAt = std::forward<RegisteredAtT>(value); }
135 template<
typename RegisteredAtT = Aws::Utils::DateTime>
145 template<
typename RegisteredByT = Aws::String>
146 void SetRegisteredBy(RegisteredByT&& value) { m_registeredByHasBeenSet =
true; m_registeredBy = std::forward<RegisteredByT>(value); }
147 template<
typename RegisteredByT = Aws::String>
167 template<
typename ConnectorModesT = Aws::Vector<Aws::String>>
168 void SetConnectorModes(ConnectorModesT&& value) { m_connectorModesHasBeenSet =
true; m_connectorModes = std::forward<ConnectorModesT>(value); }
169 template<
typename ConnectorModesT = Aws::Vector<Aws::String>>
171 template<
typename ConnectorModesT = Aws::String>
172 ConnectorDetail&
AddConnectorModes(ConnectorModesT&& value) { m_connectorModesHasBeenSet =
true; m_connectorModes.emplace_back(std::forward<ConnectorModesT>(value));
return *
this; }
183 template<
typename SupportedDataTransferTypesT = Aws::Vector<SupportedDataTransferType>>
184 void SetSupportedDataTransferTypes(SupportedDataTransferTypesT&& value) { m_supportedDataTransferTypesHasBeenSet =
true; m_supportedDataTransferTypes = std::forward<SupportedDataTransferTypesT>(value); }
185 template<
typename SupportedDataTransferTypesT = Aws::Vector<SupportedDataTransferType>>
192 bool m_connectorDescriptionHasBeenSet =
false;
195 bool m_connectorNameHasBeenSet =
false;
198 bool m_connectorOwnerHasBeenSet =
false;
201 bool m_connectorVersionHasBeenSet =
false;
204 bool m_applicationTypeHasBeenSet =
false;
207 bool m_connectorTypeHasBeenSet =
false;
210 bool m_connectorLabelHasBeenSet =
false;
213 bool m_registeredAtHasBeenSet =
false;
216 bool m_registeredByHasBeenSet =
false;
219 bool m_connectorProvisioningTypeHasBeenSet =
false;
222 bool m_connectorModesHasBeenSet =
false;
225 bool m_supportedDataTransferTypesHasBeenSet =
false;
void SetConnectorModes(ConnectorModesT &&value)
bool ConnectorTypeHasBeenSet() const
ConnectorDetail & WithRegisteredAt(RegisteredAtT &&value)
ConnectorDetail & WithConnectorLabel(ConnectorLabelT &&value)
bool ConnectorLabelHasBeenSet() const
const Aws::String & GetConnectorVersion() const
ConnectorDetail & WithConnectorOwner(ConnectorOwnerT &&value)
bool ConnectorDescriptionHasBeenSet() const
void SetApplicationType(ApplicationTypeT &&value)
void SetConnectorType(ConnectorType value)
ConnectorDetail & WithConnectorModes(ConnectorModesT &&value)
const Aws::String & GetConnectorName() const
AWS_APPFLOW_API ConnectorDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetConnectorModes() const
ConnectorDetail & WithApplicationType(ApplicationTypeT &&value)
const Aws::Utils::DateTime & GetRegisteredAt() const
void SetConnectorDescription(ConnectorDescriptionT &&value)
bool SupportedDataTransferTypesHasBeenSet() const
bool ConnectorOwnerHasBeenSet() const
bool ConnectorModesHasBeenSet() const
bool ConnectorVersionHasBeenSet() const
ConnectorDetail & WithSupportedDataTransferTypes(SupportedDataTransferTypesT &&value)
ConnectorDetail & WithConnectorDescription(ConnectorDescriptionT &&value)
bool ConnectorProvisioningTypeHasBeenSet() const
void SetConnectorProvisioningType(ConnectorProvisioningType value)
const Aws::Vector< SupportedDataTransferType > & GetSupportedDataTransferTypes() const
ConnectorDetail & AddSupportedDataTransferTypes(SupportedDataTransferType value)
void SetConnectorVersion(ConnectorVersionT &&value)
AWS_APPFLOW_API ConnectorDetail()=default
ConnectorDetail & AddConnectorModes(ConnectorModesT &&value)
ConnectorDetail & WithConnectorProvisioningType(ConnectorProvisioningType value)
AWS_APPFLOW_API ConnectorDetail(Aws::Utils::Json::JsonView jsonValue)
void SetRegisteredBy(RegisteredByT &&value)
bool ApplicationTypeHasBeenSet() const
ConnectorDetail & WithConnectorVersion(ConnectorVersionT &&value)
void SetConnectorOwner(ConnectorOwnerT &&value)
const Aws::String & GetConnectorDescription() const
bool RegisteredAtHasBeenSet() const
ConnectorDetail & WithConnectorType(ConnectorType value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRegisteredBy() const
void SetSupportedDataTransferTypes(SupportedDataTransferTypesT &&value)
ConnectorDetail & WithConnectorName(ConnectorNameT &&value)
void SetRegisteredAt(RegisteredAtT &&value)
void SetConnectorName(ConnectorNameT &&value)
const Aws::String & GetApplicationType() const
ConnectorDetail & WithRegisteredBy(RegisteredByT &&value)
ConnectorType GetConnectorType() const
bool ConnectorNameHasBeenSet() const
ConnectorProvisioningType GetConnectorProvisioningType() const
void SetConnectorLabel(ConnectorLabelT &&value)
const Aws::String & GetConnectorOwner() const
const Aws::String & GetConnectorLabel() const
bool RegisteredByHasBeenSet() const
SupportedDataTransferType
ConnectorProvisioningType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue