7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/EncryptionConfiguration.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename CreatedTimeStampT = Aws::Utils::DateTime>
62 m_createdTimeStampHasBeenSet =
true;
63 m_createdTimeStamp = std::forward<CreatedTimeStampT>(value);
65 template <
typename CreatedTimeStampT = Aws::Utils::DateTime>
78 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
80 m_encryptionConfigurationHasBeenSet =
true;
81 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
83 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
94 EncryptionConfiguration m_encryptionConfiguration;
95 bool m_nameHasBeenSet =
false;
96 bool m_createdTimeStampHasBeenSet =
false;
97 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