7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iotwireless/model/EventConfigurationItem.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename NextTokenT = Aws::String>
45 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
46 template<
typename NextTokenT = Aws::String>
55 template<
typename EventConfigurationsListT = Aws::Vector<EventConfigurationItem>>
56 void SetEventConfigurationsList(EventConfigurationsListT&& value) { m_eventConfigurationsListHasBeenSet =
true; m_eventConfigurationsList = std::forward<EventConfigurationsListT>(value); }
57 template<
typename EventConfigurationsListT = Aws::Vector<EventConfigurationItem>>
59 template<
typename EventConfigurationsListT = EventConfigurationItem>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_nextTokenHasBeenSet =
false;
77 bool m_eventConfigurationsListHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
AWS_IOTWIRELESS_API ListEventConfigurationsResult()=default
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
void SetEventConfigurationsList(EventConfigurationsListT &&value)
const Aws::String & GetRequestId() const
ListEventConfigurationsResult & WithEventConfigurationsList(EventConfigurationsListT &&value)
AWS_IOTWIRELESS_API ListEventConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListEventConfigurationsResult & WithNextToken(NextTokenT &&value)
AWS_IOTWIRELESS_API ListEventConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
ListEventConfigurationsResult & AddEventConfigurationsList(EventConfigurationsListT &&value)
ListEventConfigurationsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< EventConfigurationItem > & GetEventConfigurationsList() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue