7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/xray/model/SamplingTargetDocument.h>
12#include <aws/xray/model/UnprocessedStatistics.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename SamplingTargetDocumentsT = Aws::Vector<SamplingTargetDocument>>
45 void SetSamplingTargetDocuments(SamplingTargetDocumentsT&& value) { m_samplingTargetDocumentsHasBeenSet =
true; m_samplingTargetDocuments = std::forward<SamplingTargetDocumentsT>(value); }
46 template<
typename SamplingTargetDocumentsT = Aws::Vector<SamplingTargetDocument>>
48 template<
typename SamplingTargetDocumentsT = SamplingTargetDocument>
61 template<
typename LastRuleModificationT = Aws::Utils::DateTime>
62 void SetLastRuleModification(LastRuleModificationT&& value) { m_lastRuleModificationHasBeenSet =
true; m_lastRuleModification = std::forward<LastRuleModificationT>(value); }
63 template<
typename LastRuleModificationT = Aws::Utils::DateTime>
74 template<
typename UnprocessedStatisticsT = Aws::Vector<UnprocessedStatistics>>
75 void SetUnprocessedStatistics(UnprocessedStatisticsT&& value) { m_unprocessedStatisticsHasBeenSet =
true; m_unprocessedStatistics = std::forward<UnprocessedStatisticsT>(value); }
76 template<
typename UnprocessedStatisticsT = Aws::Vector<UnprocessedStatistics>>
78 template<
typename UnprocessedStatisticsT = UnprocessedStatistics>
85 template<
typename RequestIdT = Aws::String>
86 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
87 template<
typename RequestIdT = Aws::String>
93 bool m_samplingTargetDocumentsHasBeenSet =
false;
96 bool m_lastRuleModificationHasBeenSet =
false;
99 bool m_unprocessedStatisticsHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
AWS_XRAY_API GetSamplingTargetsResult()=default
AWS_XRAY_API GetSamplingTargetsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetSamplingTargetsResult & WithRequestId(RequestIdT &&value)
void SetUnprocessedStatistics(UnprocessedStatisticsT &&value)
GetSamplingTargetsResult & AddUnprocessedStatistics(UnprocessedStatisticsT &&value)
const Aws::Vector< UnprocessedStatistics > & GetUnprocessedStatistics() const
GetSamplingTargetsResult & WithLastRuleModification(LastRuleModificationT &&value)
void SetSamplingTargetDocuments(SamplingTargetDocumentsT &&value)
GetSamplingTargetsResult & WithSamplingTargetDocuments(SamplingTargetDocumentsT &&value)
const Aws::Vector< SamplingTargetDocument > & GetSamplingTargetDocuments() const
const Aws::String & GetRequestId() const
GetSamplingTargetsResult & WithUnprocessedStatistics(UnprocessedStatisticsT &&value)
GetSamplingTargetsResult & AddSamplingTargetDocuments(SamplingTargetDocumentsT &&value)
const Aws::Utils::DateTime & GetLastRuleModification() const
void SetLastRuleModification(LastRuleModificationT &&value)
AWS_XRAY_API GetSamplingTargetsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue