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/DestinationSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace IoTManagedIntegrations
42 template<
typename DestinationListT = Aws::Vector<DestinationSummary>>
43 void SetDestinationList(DestinationListT&& value) { m_destinationListHasBeenSet =
true; m_destinationList = std::forward<DestinationListT>(value); }
44 template<
typename DestinationListT = Aws::Vector<DestinationSummary>>
46 template<
typename DestinationListT = DestinationSummary>
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_destinationListHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
AWS_IOTMANAGEDINTEGRATIONS_API ListDestinationsResult()=default
AWS_IOTMANAGEDINTEGRATIONS_API ListDestinationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
ListDestinationsResult & AddDestinationList(DestinationListT &&value)
ListDestinationsResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::Vector< DestinationSummary > & GetDestinationList() const
ListDestinationsResult & WithDestinationList(DestinationListT &&value)
ListDestinationsResult & WithRequestId(RequestIdT &&value)
void SetDestinationList(DestinationListT &&value)
const Aws::String & GetRequestId() const
AWS_IOTMANAGEDINTEGRATIONS_API ListDestinationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&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