7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/logs/model/DeliveryDestination.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CloudWatchLogs
43 template<
typename DeliveryDestinationsT = Aws::Vector<DeliveryDestination>>
44 void SetDeliveryDestinations(DeliveryDestinationsT&& value) { m_deliveryDestinationsHasBeenSet =
true; m_deliveryDestinations = std::forward<DeliveryDestinationsT>(value); }
45 template<
typename DeliveryDestinationsT = Aws::Vector<DeliveryDestination>>
47 template<
typename DeliveryDestinationsT = DeliveryDestination>
54 template<
typename NextTokenT = Aws::String>
55 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
56 template<
typename NextTokenT = Aws::String>
63 template<
typename RequestIdT = Aws::String>
64 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
65 template<
typename RequestIdT = Aws::String>
71 bool m_deliveryDestinationsHasBeenSet =
false;
74 bool m_nextTokenHasBeenSet =
false;
77 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