7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ForecastService
52 template<
typename RoleArnT = Aws::String>
53 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
54 template<
typename RoleArnT = Aws::String>
64 template<
typename KMSKeyArnT = Aws::String>
65 void SetKMSKeyArn(KMSKeyArnT&& value) { m_kMSKeyArnHasBeenSet =
true; m_kMSKeyArn = std::forward<KMSKeyArnT>(value); }
66 template<
typename KMSKeyArnT = Aws::String>
72 bool m_roleArnHasBeenSet =
false;
75 bool m_kMSKeyArnHasBeenSet =
false;
EncryptionConfig & WithRoleArn(RoleArnT &&value)
const Aws::String & GetKMSKeyArn() const
AWS_FORECASTSERVICE_API EncryptionConfig()=default
const Aws::String & GetRoleArn() const
bool KMSKeyArnHasBeenSet() const
EncryptionConfig & WithKMSKeyArn(KMSKeyArnT &&value)
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleArn(RoleArnT &&value)
AWS_FORECASTSERVICE_API EncryptionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKMSKeyArn(KMSKeyArnT &&value)
AWS_FORECASTSERVICE_API EncryptionConfig(Aws::Utils::Json::JsonView jsonValue)
bool RoleArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue