7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/InclusionAnnotationValue.h>
41 template <
typename ProfileIdT = Aws::String>
43 m_profileIdHasBeenSet =
true;
44 m_profileId = std::forward<ProfileIdT>(value);
46 template <
typename ProfileIdT = Aws::String>
59 template <
typename StatisticIdT = Aws::String>
61 m_statisticIdHasBeenSet =
true;
62 m_statisticId = std::forward<StatisticIdT>(value);
64 template <
typename StatisticIdT = Aws::String>
78 m_inclusionAnnotationHasBeenSet =
true;
79 m_inclusionAnnotation = value;
88 bool m_profileIdHasBeenSet =
false;
91 bool m_statisticIdHasBeenSet =
false;
94 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