7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/crt/cbor/Cbor.h>
9#include <aws/snowball/Snowball_EXPORTS.h>
33 AWS_SNOWBALL_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
42 template <
typename EventResourceARNT = Aws::String>
44 m_eventResourceARNHasBeenSet =
true;
45 m_eventResourceARN = std::forward<EventResourceARNT>(value);
47 template <
typename EventResourceARNT = Aws::String>
55 bool m_eventResourceARNHasBeenSet =
false;
void SetEventResourceARN(EventResourceARNT &&value)
bool EventResourceARNHasBeenSet() const
AWS_SNOWBALL_API EventTriggerDefinition()=default
const Aws::String & GetEventResourceARN() const
AWS_SNOWBALL_API EventTriggerDefinition & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_SNOWBALL_API EventTriggerDefinition(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
EventTriggerDefinition & WithEventResourceARN(EventResourceARNT &&value)
AWS_SNOWBALL_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String