7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ConnectorConfiguration.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConfigService {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
80 template <
typename ConnectorConfigurationT = ConnectorConfiguration>
82 m_connectorConfigurationHasBeenSet =
true;
83 m_connectorConfiguration = std::forward<ConnectorConfigurationT>(value);
85 template <
typename ConnectorConfigurationT = ConnectorConfiguration>
98 template <
typename CreatedTimeT = Aws::Utils::DateTime>
100 m_createdTimeHasBeenSet =
true;
101 m_createdTime = std::forward<CreatedTimeT>(value);
103 template <
typename CreatedTimeT = Aws::Utils::DateTime>
117 bool m_nameHasBeenSet =
false;
118 bool m_arnHasBeenSet =
false;
119 bool m_connectorConfigurationHasBeenSet =
false;
120 bool m_createdTimeHasBeenSet =
false;
void SetConnectorConfiguration(ConnectorConfigurationT &&value)
Connector & WithConnectorConfiguration(ConnectorConfigurationT &&value)
void SetCreatedTime(CreatedTimeT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
AWS_CONFIGSERVICE_API Connector()=default
const Aws::String & GetName() const
void SetArn(ArnT &&value)
Connector & WithCreatedTime(CreatedTimeT &&value)
bool NameHasBeenSet() const
Connector & WithName(NameT &&value)
AWS_CONFIGSERVICE_API Connector(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
bool ConnectorConfigurationHasBeenSet() const
bool ArnHasBeenSet() const
AWS_CONFIGSERVICE_API Connector & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
Connector & WithArn(ArnT &&value)
const ConnectorConfiguration & GetConnectorConfiguration() const
void SetName(NameT &&value)
bool CreatedTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue