7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename CountryCodeT = Aws::String>
53 void SetCountryCode(CountryCodeT&& value) { m_countryCodeHasBeenSet =
true; m_countryCode = std::forward<CountryCodeT>(value); }
54 template<
typename CountryCodeT = Aws::String>
60 bool m_countryCodeHasBeenSet =
false;
const Aws::String & GetCountryCode() const
AWS_SAGEMAKER_API HolidayConfigAttributes(Aws::Utils::Json::JsonView jsonValue)
bool CountryCodeHasBeenSet() const
AWS_SAGEMAKER_API HolidayConfigAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
HolidayConfigAttributes & WithCountryCode(CountryCodeT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCountryCode(CountryCodeT &&value)
AWS_SAGEMAKER_API HolidayConfigAttributes()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue