7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/glue/model/EncryptionConfiguration.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename CreatedTimeStampT = Aws::Utils::DateTime>
61 void SetCreatedTimeStamp(CreatedTimeStampT&& value) { m_createdTimeStampHasBeenSet =
true; m_createdTimeStamp = std::forward<CreatedTimeStampT>(value); }
62 template<
typename CreatedTimeStampT = Aws::Utils::DateTime>
72 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
73 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
74 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
80 bool m_nameHasBeenSet =
false;
83 bool m_createdTimeStampHasBeenSet =
false;
85 EncryptionConfiguration m_encryptionConfiguration;
86 bool m_encryptionConfigurationHasBeenSet =
false;
SecurityConfiguration & WithCreatedTimeStamp(CreatedTimeStampT &&value)
AWS_GLUE_API SecurityConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API SecurityConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EncryptionConfigurationHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTimeStamp() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
SecurityConfiguration & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
bool CreatedTimeStampHasBeenSet() const
void SetCreatedTimeStamp(CreatedTimeStampT &&value)
AWS_GLUE_API SecurityConfiguration()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
SecurityConfiguration & WithName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue