7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename ConfirmationTokenT = Aws::String>
43 void SetConfirmationToken(ConfirmationTokenT&& value) { m_confirmationTokenHasBeenSet =
true; m_confirmationToken = std::forward<ConfirmationTokenT>(value); }
44 template<
typename ConfirmationTokenT = Aws::String>
50 bool m_confirmationTokenHasBeenSet =
false;
ConfirmTopicRuleDestinationRequest & WithConfirmationToken(ConfirmationTokenT &&value)
const Aws::String & GetConfirmationToken() const
AWS_IOT_API ConfirmTopicRuleDestinationRequest()=default
bool ConfirmationTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetConfirmationToken(ConfirmationTokenT &&value)
AWS_IOT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String