7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename PayloadsT = Aws::Vector<Aws::Utils::ByteBuffer>>
44 void SetPayloads(PayloadsT&& value) { m_payloadsHasBeenSet =
true; m_payloads = std::forward<PayloadsT>(value); }
45 template<
typename PayloadsT = Aws::Vector<Aws::Utils::ByteBuffer>>
47 template<
typename PayloadsT = Aws::Utils::ByteBuffer>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_payloadsHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
SampleChannelDataResult & WithRequestId(RequestIdT &&value)
AWS_IOTANALYTICS_API SampleChannelDataResult()=default
SampleChannelDataResult & AddPayloads(PayloadsT &&value)
AWS_IOTANALYTICS_API SampleChannelDataResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
SampleChannelDataResult & WithPayloads(PayloadsT &&value)
const Aws::Vector< Aws::Utils::ByteBuffer > & GetPayloads() const
AWS_IOTANALYTICS_API SampleChannelDataResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetPayloads(PayloadsT &&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