7#include <aws/crt/cbor/Cbor.h>
8#include <aws/mailmanager/MailManager_EXPORTS.h>
9#include <aws/mailmanager/model/RuleIpEmailAttribute.h>
19namespace MailManager {
30 AWS_MAILMANAGER_API
RuleIpToEvaluate(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
32 AWS_MAILMANAGER_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
41 m_attributeHasBeenSet =
true;
51 bool m_attributeHasBeenSet =
false;
void SetAttribute(RuleIpEmailAttribute value)
AWS_MAILMANAGER_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_MAILMANAGER_API RuleIpToEvaluate()=default
AWS_MAILMANAGER_API RuleIpToEvaluate & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
RuleIpEmailAttribute GetAttribute() const
RuleIpToEvaluate & WithAttribute(RuleIpEmailAttribute value)
bool AttributeHasBeenSet() const
AWS_MAILMANAGER_API RuleIpToEvaluate(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)