7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/TimestampedInclusionAnnotation.h>
42 template <
typename ProfileIdT = Aws::String>
44 m_profileIdHasBeenSet =
true;
45 m_profileId = std::forward<ProfileIdT>(value);
47 template <
typename ProfileIdT = Aws::String>
60 template <
typename StatisticIdT = Aws::String>
62 m_statisticIdHasBeenSet =
true;
63 m_statisticId = std::forward<StatisticIdT>(value);
65 template <
typename StatisticIdT = Aws::String>
78 template <
typename StatisticRecordedOnT = Aws::Utils::DateTime>
80 m_statisticRecordedOnHasBeenSet =
true;
81 m_statisticRecordedOn = std::forward<StatisticRecordedOnT>(value);
83 template <
typename StatisticRecordedOnT = Aws::Utils::DateTime>
96 template <
typename InclusionAnnotationT = TimestampedInclusionAnnotation>
98 m_inclusionAnnotationHasBeenSet =
true;
99 m_inclusionAnnotation = std::forward<InclusionAnnotationT>(value);
101 template <
typename InclusionAnnotationT = TimestampedInclusionAnnotation>
114 TimestampedInclusionAnnotation m_inclusionAnnotation;
115 bool m_profileIdHasBeenSet =
false;
116 bool m_statisticIdHasBeenSet =
false;
117 bool m_statisticRecordedOnHasBeenSet =
false;
118 bool m_inclusionAnnotationHasBeenSet =
false;
AWS_GLUE_API StatisticAnnotation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API StatisticAnnotation(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
StatisticAnnotation & WithStatisticRecordedOn(StatisticRecordedOnT &&value)
const Aws::String & GetProfileId() const
AWS_GLUE_API StatisticAnnotation()=default
const TimestampedInclusionAnnotation & GetInclusionAnnotation() const
StatisticAnnotation & WithInclusionAnnotation(InclusionAnnotationT &&value)
StatisticAnnotation & WithProfileId(ProfileIdT &&value)
const Aws::String & GetStatisticId() const
void SetStatisticRecordedOn(StatisticRecordedOnT &&value)
void SetInclusionAnnotation(InclusionAnnotationT &&value)
bool InclusionAnnotationHasBeenSet() const
void SetStatisticId(StatisticIdT &&value)
void SetProfileId(ProfileIdT &&value)
StatisticAnnotation & WithStatisticId(StatisticIdT &&value)
bool StatisticIdHasBeenSet() const
bool ProfileIdHasBeenSet() const
const Aws::Utils::DateTime & GetStatisticRecordedOn() const
bool StatisticRecordedOnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue