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>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
82 bool m_nameHasBeenSet =
false;
85 bool m_createdTimeStampHasBeenSet =
false;
88 bool m_encryptionConfigurationHasBeenSet =
false;
AWS_GLUE_API SecurityConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedTimeStamp(Aws::Utils::DateTime &&value)
void SetName(Aws::String &&value)
AWS_GLUE_API SecurityConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
SecurityConfiguration & WithEncryptionConfiguration(const EncryptionConfiguration &value)
bool EncryptionConfigurationHasBeenSet() const
SecurityConfiguration & WithEncryptionConfiguration(EncryptionConfiguration &&value)
const Aws::Utils::DateTime & GetCreatedTimeStamp() const
void SetEncryptionConfiguration(EncryptionConfiguration &&value)
void SetCreatedTimeStamp(const Aws::Utils::DateTime &value)
void SetName(const char *value)
SecurityConfiguration & WithName(const Aws::String &value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
void SetEncryptionConfiguration(const EncryptionConfiguration &value)
SecurityConfiguration & WithCreatedTimeStamp(Aws::Utils::DateTime &&value)
bool CreatedTimeStampHasBeenSet() const
SecurityConfiguration & WithName(const char *value)
AWS_GLUE_API SecurityConfiguration()
void SetName(const Aws::String &value)
SecurityConfiguration & WithName(Aws::String &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
SecurityConfiguration & WithCreatedTimeStamp(const Aws::Utils::DateTime &value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue