7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/eventbridge/model/ApiDestination.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ApiDestinationsT = Aws::Vector<ApiDestination>>
43 void SetApiDestinations(ApiDestinationsT&& value) { m_apiDestinationsHasBeenSet =
true; m_apiDestinations = std::forward<ApiDestinationsT>(value); }
44 template<
typename ApiDestinationsT = Aws::Vector<ApiDestination>>
46 template<
typename ApiDestinationsT = ApiDestination>
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
69 template<
typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
71 template<
typename RequestIdT = Aws::String>
77 bool m_apiDestinationsHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
AWS_EVENTBRIDGE_API ListApiDestinationsResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::Vector< ApiDestination > & GetApiDestinations() const
ListApiDestinationsResult & WithRequestId(RequestIdT &&value)
void SetApiDestinations(ApiDestinationsT &&value)
ListApiDestinationsResult & AddApiDestinations(ApiDestinationsT &&value)
void SetNextToken(NextTokenT &&value)
AWS_EVENTBRIDGE_API ListApiDestinationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EVENTBRIDGE_API ListApiDestinationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListApiDestinationsResult & WithApiDestinations(ApiDestinationsT &&value)
const Aws::String & GetNextToken() const
ListApiDestinationsResult & WithNextToken(NextTokenT &&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