7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudfront/model/KeyPairIds.h>
48 template<
typename KeyGroupIdT = Aws::String>
49 void SetKeyGroupId(KeyGroupIdT&& value) { m_keyGroupIdHasBeenSet =
true; m_keyGroupId = std::forward<KeyGroupIdT>(value); }
50 template<
typename KeyGroupIdT = Aws::String>
58 template<
typename KeyPairIdsT = KeyPairIds>
59 void SetKeyPairIds(KeyPairIdsT&& value) { m_keyPairIdsHasBeenSet =
true; m_keyPairIds = std::forward<KeyPairIdsT>(value); }
60 template<
typename KeyPairIdsT = KeyPairIds>
66 bool m_keyGroupIdHasBeenSet =
false;
69 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