/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The connector metadata specific to Snowflake. See Also:
AWS
* API Reference
Specifies the supported Amazon Web Services Regions when using Snowflake. *
*/ inline const Aws::VectorSpecifies the supported Amazon Web Services Regions when using Snowflake. *
*/ inline bool SupportedRegionsHasBeenSet() const { return m_supportedRegionsHasBeenSet; } /** *Specifies the supported Amazon Web Services Regions when using Snowflake. *
*/ inline void SetSupportedRegions(const Aws::VectorSpecifies the supported Amazon Web Services Regions when using Snowflake. *
*/ inline void SetSupportedRegions(Aws::VectorSpecifies the supported Amazon Web Services Regions when using Snowflake. *
*/ inline SnowflakeMetadata& WithSupportedRegions(const Aws::VectorSpecifies the supported Amazon Web Services Regions when using Snowflake. *
*/ inline SnowflakeMetadata& WithSupportedRegions(Aws::VectorSpecifies the supported Amazon Web Services Regions when using Snowflake. *
*/ inline SnowflakeMetadata& AddSupportedRegions(const Aws::String& value) { m_supportedRegionsHasBeenSet = true; m_supportedRegions.push_back(value); return *this; } /** *Specifies the supported Amazon Web Services Regions when using Snowflake. *
*/ inline SnowflakeMetadata& AddSupportedRegions(Aws::String&& value) { m_supportedRegionsHasBeenSet = true; m_supportedRegions.push_back(std::move(value)); return *this; } /** *Specifies the supported Amazon Web Services Regions when using Snowflake. *
*/ inline SnowflakeMetadata& AddSupportedRegions(const char* value) { m_supportedRegionsHasBeenSet = true; m_supportedRegions.push_back(value); return *this; } private: Aws::Vector