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/Delivery.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CloudWatchLogs
43 template<
typename DeliveriesT = Aws::Vector<Delivery>>
44 void SetDeliveries(DeliveriesT&& value) { m_deliveriesHasBeenSet =
true; m_deliveries = std::forward<DeliveriesT>(value); }
45 template<
typename DeliveriesT = Aws::Vector<Delivery>>
47 template<
typename DeliveriesT = Delivery>
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_deliveriesHasBeenSet =
false;
74 bool m_nextTokenHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_CLOUDWATCHLOGS_API DescribeDeliveriesResult()=default
DescribeDeliveriesResult & WithDeliveries(DeliveriesT &&value)
DescribeDeliveriesResult & AddDeliveries(DeliveriesT &&value)
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
DescribeDeliveriesResult & WithNextToken(NextTokenT &&value)
AWS_CLOUDWATCHLOGS_API DescribeDeliveriesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Delivery > & GetDeliveries() const
DescribeDeliveriesResult & WithRequestId(RequestIdT &&value)
AWS_CLOUDWATCHLOGS_API DescribeDeliveriesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetDeliveries(DeliveriesT &&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