7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/glue/model/TimestampedInclusionAnnotation.h>
48 template<
typename ProfileIdT = Aws::String>
49 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
50 template<
typename ProfileIdT = Aws::String>
60 template<
typename StatisticIdT = Aws::String>
61 void SetStatisticId(StatisticIdT&& value) { m_statisticIdHasBeenSet =
true; m_statisticId = std::forward<StatisticIdT>(value); }
62 template<
typename StatisticIdT = Aws::String>
72 template<
typename StatisticRecordedOnT = Aws::Utils::DateTime>
73 void SetStatisticRecordedOn(StatisticRecordedOnT&& value) { m_statisticRecordedOnHasBeenSet =
true; m_statisticRecordedOn = std::forward<StatisticRecordedOnT>(value); }
74 template<
typename StatisticRecordedOnT = Aws::Utils::DateTime>
84 template<
typename InclusionAnnotationT = TimestampedInclusionAnnotation>
85 void SetInclusionAnnotation(InclusionAnnotationT&& value) { m_inclusionAnnotationHasBeenSet =
true; m_inclusionAnnotation = std::forward<InclusionAnnotationT>(value); }
86 template<
typename InclusionAnnotationT = TimestampedInclusionAnnotation>
92 bool m_profileIdHasBeenSet =
false;
95 bool m_statisticIdHasBeenSet =
false;
98 bool m_statisticRecordedOnHasBeenSet =
false;
100 TimestampedInclusionAnnotation m_inclusionAnnotation;
101 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