7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot-managed-integrations/model/NotificationConfigurationSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace IoTManagedIntegrations
42 template<
typename NotificationConfigurationListT = Aws::Vector<NotificationConfigurationSummary>>
43 void SetNotificationConfigurationList(NotificationConfigurationListT&& value) { m_notificationConfigurationListHasBeenSet =
true; m_notificationConfigurationList = std::forward<NotificationConfigurationListT>(value); }
44 template<
typename NotificationConfigurationListT = Aws::Vector<NotificationConfigurationSummary>>
46 template<
typename NotificationConfigurationListT = NotificationConfigurationSummary>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_notificationConfigurationListHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
void SetNotificationConfigurationList(NotificationConfigurationListT &&value)
ListNotificationConfigurationsResult & WithRequestId(RequestIdT &&value)
ListNotificationConfigurationsResult & AddNotificationConfigurationList(NotificationConfigurationListT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API ListNotificationConfigurationsResult()=default
AWS_IOTMANAGEDINTEGRATIONS_API ListNotificationConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTMANAGEDINTEGRATIONS_API ListNotificationConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
ListNotificationConfigurationsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< NotificationConfigurationSummary > & GetNotificationConfigurationList() const
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
ListNotificationConfigurationsResult & WithNotificationConfigurationList(NotificationConfigurationListT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue