7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/InclusionAnnotationValue.h>
47 template<
typename ProfileIdT = Aws::String>
48 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
49 template<
typename ProfileIdT = Aws::String>
59 template<
typename StatisticIdT = Aws::String>
60 void SetStatisticId(StatisticIdT&& value) { m_statisticIdHasBeenSet =
true; m_statisticId = std::forward<StatisticIdT>(value); }
61 template<
typename StatisticIdT = Aws::String>
77 bool m_profileIdHasBeenSet =
false;
80 bool m_statisticIdHasBeenSet =
false;
83 bool m_inclusionAnnotationHasBeenSet =
false;
DatapointInclusionAnnotation & WithStatisticId(StatisticIdT &&value)
InclusionAnnotationValue GetInclusionAnnotation() const
AWS_GLUE_API DatapointInclusionAnnotation(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProfileId() const
bool InclusionAnnotationHasBeenSet() const
DatapointInclusionAnnotation & WithInclusionAnnotation(InclusionAnnotationValue value)
bool ProfileIdHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DatapointInclusionAnnotation & WithProfileId(ProfileIdT &&value)
const Aws::String & GetStatisticId() const
AWS_GLUE_API DatapointInclusionAnnotation()=default
void SetInclusionAnnotation(InclusionAnnotationValue value)
void SetStatisticId(StatisticIdT &&value)
AWS_GLUE_API DatapointInclusionAnnotation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProfileId(ProfileIdT &&value)
bool StatisticIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue