7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ConfigService {
41 template <
typename TenantIdentifierT = Aws::String>
43 m_tenantIdentifierHasBeenSet =
true;
44 m_tenantIdentifier = std::forward<TenantIdentifierT>(value);
46 template <
typename TenantIdentifierT = Aws::String>
59 template <
typename ClientIdentifierT = Aws::String>
61 m_clientIdentifierHasBeenSet =
true;
62 m_clientIdentifier = std::forward<ClientIdentifierT>(value);
64 template <
typename ClientIdentifierT = Aws::String>
74 bool m_tenantIdentifierHasBeenSet =
false;
75 bool m_clientIdentifierHasBeenSet =
false;
AWS_CONFIGSERVICE_API AzureConnectorConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API AzureConnectorConfiguration()=default
const Aws::String & GetTenantIdentifier() const
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AzureConnectorConfiguration & WithClientIdentifier(ClientIdentifierT &&value)
bool TenantIdentifierHasBeenSet() const
void SetClientIdentifier(ClientIdentifierT &&value)
AWS_CONFIGSERVICE_API AzureConnectorConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ClientIdentifierHasBeenSet() const
void SetTenantIdentifier(TenantIdentifierT &&value)
const Aws::String & GetClientIdentifier() const
AzureConnectorConfiguration & WithTenantIdentifier(TenantIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue