7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
10#include <aws/logs/model/DeliveryDestination.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CloudWatchLogs {
38 template <
typename DeliveryDestinationsT = Aws::Vector<DeliveryDestination>>
40 m_deliveryDestinationsHasBeenSet =
true;
41 m_deliveryDestinations = std::forward<DeliveryDestinationsT>(value);
43 template <
typename DeliveryDestinationsT = Aws::Vector<DeliveryDestination>>
48 template <
typename DeliveryDestinationsT = DeliveryDestination>
50 m_deliveryDestinationsHasBeenSet =
true;
51 m_deliveryDestinations.emplace_back(std::forward<DeliveryDestinationsT>(value));
59 template <
typename NextTokenT = Aws::String>
61 m_nextTokenHasBeenSet =
true;
62 m_nextToken = std::forward<NextTokenT>(value);
64 template <
typename NextTokenT = Aws::String>
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
91 bool m_deliveryDestinationsHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
DescribeDeliveryDestinationsResult & AddDeliveryDestinations(DeliveryDestinationsT &&value)
const Aws::Vector< DeliveryDestination > & GetDeliveryDestinations() const
AWS_CLOUDWATCHLOGS_API DescribeDeliveryDestinationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
DescribeDeliveryDestinationsResult & WithNextToken(NextTokenT &&value)
AWS_CLOUDWATCHLOGS_API DescribeDeliveryDestinationsResult()=default
const Aws::String & GetRequestId() const
DescribeDeliveryDestinationsResult & WithRequestId(RequestIdT &&value)
DescribeDeliveryDestinationsResult & WithDeliveryDestinations(DeliveryDestinationsT &&value)
AWS_CLOUDWATCHLOGS_API DescribeDeliveryDestinationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeliveryDestinations(DeliveryDestinationsT &&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