7#include <aws/core/utils/DateTime.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/TrendsValues.h>
42 template <
typename TimestampT = Aws::Utils::DateTime>
44 m_timestampHasBeenSet =
true;
45 m_timestamp = std::forward<TimestampT>(value);
47 template <
typename TimestampT = Aws::Utils::DateTime>
61 template <
typename TrendsValuesT = TrendsValues>
63 m_trendsValuesHasBeenSet =
true;
64 m_trendsValues = std::forward<TrendsValuesT>(value);
66 template <
typename TrendsValuesT = TrendsValues>
75 TrendsValues m_trendsValues;
76 bool m_timestampHasBeenSet =
false;
77 bool m_trendsValuesHasBeenSet =
false;
TrendsMetricsResult & WithTimestamp(TimestampT &&value)
void SetTrendsValues(TrendsValuesT &&value)
AWS_SECURITYHUB_API TrendsMetricsResult(Aws::Utils::Json::JsonView jsonValue)
const TrendsValues & GetTrendsValues() const
const Aws::Utils::DateTime & GetTimestamp() const
AWS_SECURITYHUB_API TrendsMetricsResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API TrendsMetricsResult()=default
void SetTimestamp(TimestampT &&value)
bool TrendsValuesHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
TrendsMetricsResult & WithTrendsValues(TrendsValuesT &&value)
bool TimestampHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue