7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/EncryptionConfiguration.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
60 m_encryptionConfigurationHasBeenSet =
true;
61 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
63 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
73 bool m_nameHasBeenSet =
false;
74 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