7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/EncryptionConfiguration.h>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
56 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
57 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
58 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
64 bool m_nameHasBeenSet =
false;
67 bool m_encryptionConfigurationHasBeenSet =
false;
bool EncryptionConfigurationHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
AWS_GLUE_API CreateSecurityConfigurationRequest()=default
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
CreateSecurityConfigurationRequest & WithName(NameT &&value)
CreateSecurityConfigurationRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String