7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/KeyPairIds.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename KeyGroupIdT = Aws::String>
44 m_keyGroupIdHasBeenSet =
true;
45 m_keyGroupId = std::forward<KeyGroupIdT>(value);
47 template <
typename KeyGroupIdT = Aws::String>
58 template <
typename KeyPairIdsT = KeyPairIds>
60 m_keyPairIdsHasBeenSet =
true;
61 m_keyPairIds = std::forward<KeyPairIdsT>(value);
63 template <
typename KeyPairIdsT = KeyPairIds>
73 bool m_keyGroupIdHasBeenSet =
false;
74 bool m_keyPairIdsHasBeenSet =
false;
AWS_CLOUDFRONT_API KGKeyPairIds()=default
KGKeyPairIds & WithKeyPairIds(KeyPairIdsT &&value)
bool KeyGroupIdHasBeenSet() const
void SetKeyPairIds(KeyPairIdsT &&value)
AWS_CLOUDFRONT_API KGKeyPairIds(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetKeyGroupId(KeyGroupIdT &&value)
KGKeyPairIds & WithKeyGroupId(KeyGroupIdT &&value)
bool KeyPairIdsHasBeenSet() const
const KeyPairIds & GetKeyPairIds() const
const Aws::String & GetKeyGroupId() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_CLOUDFRONT_API KGKeyPairIds & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String