7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudfront/model/KeyPairIds.h>
50 inline void SetKeyGroupId(
const char* value) { m_keyGroupIdHasBeenSet =
true; m_keyGroupId.assign(value); }
68 bool m_keyGroupIdHasBeenSet =
false;
71 bool m_keyPairIdsHasBeenSet =
false;
void SetKeyGroupId(Aws::String &&value)
AWS_CLOUDFRONT_API KGKeyPairIds()
bool KeyGroupIdHasBeenSet() const
AWS_CLOUDFRONT_API KGKeyPairIds(const Aws::Utils::Xml::XmlNode &xmlNode)
bool KeyPairIdsHasBeenSet() const
KGKeyPairIds & WithKeyPairIds(const KeyPairIds &value)
KGKeyPairIds & WithKeyPairIds(KeyPairIds &&value)
void SetKeyGroupId(const Aws::String &value)
KGKeyPairIds & WithKeyGroupId(const char *value)
const KeyPairIds & GetKeyPairIds() const
void SetKeyPairIds(const KeyPairIds &value)
KGKeyPairIds & WithKeyGroupId(Aws::String &&value)
const Aws::String & GetKeyGroupId() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
KGKeyPairIds & WithKeyGroupId(const Aws::String &value)
void SetKeyPairIds(KeyPairIds &&value)
void SetKeyGroupId(const char *value)
AWS_CLOUDFRONT_API KGKeyPairIds & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String