7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/cloudfront/model/KeyGroupConfig.h>
41 template<
typename KeyGroupConfigT = KeyGroupConfig>
42 void SetKeyGroupConfig(KeyGroupConfigT&& value) { m_keyGroupConfigHasBeenSet =
true; m_keyGroupConfig = std::forward<KeyGroupConfigT>(value); }
43 template<
typename KeyGroupConfigT = KeyGroupConfig>
49 bool m_keyGroupConfigHasBeenSet =
false;
void SetKeyGroupConfig(KeyGroupConfigT &&value)
virtual const char * GetServiceRequestName() const override
const KeyGroupConfig & GetKeyGroupConfig() const
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
CreateKeyGroup2020_05_31Request & WithKeyGroupConfig(KeyGroupConfigT &&value)
bool KeyGroupConfigHasBeenSet() const
AWS_CLOUDFRONT_API CreateKeyGroup2020_05_31Request()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String