7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename ProfileIdT = Aws::String>
42 m_profileIdHasBeenSet =
true;
43 m_profileId = std::forward<ProfileIdT>(value);
45 template <
typename ProfileIdT = Aws::String>
58 template <
typename StatisticIdT = Aws::String>
60 m_statisticIdHasBeenSet =
true;
61 m_statisticId = std::forward<StatisticIdT>(value);
63 template <
typename StatisticIdT = Aws::String>
76 template <
typename FailureReasonT = Aws::String>
78 m_failureReasonHasBeenSet =
true;
79 m_failureReason = std::forward<FailureReasonT>(value);
81 template <
typename FailureReasonT = Aws::String>
93 bool m_profileIdHasBeenSet =
false;
94 bool m_statisticIdHasBeenSet =
false;
95 bool m_failureReasonHasBeenSet =
false;
const Aws::String & GetStatisticId() const
const Aws::String & GetFailureReason() const
AWS_GLUE_API AnnotationError(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProfileId() const
AWS_GLUE_API AnnotationError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatisticId(StatisticIdT &&value)
void SetFailureReason(FailureReasonT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API AnnotationError()=default
bool ProfileIdHasBeenSet() const
AnnotationError & WithProfileId(ProfileIdT &&value)
bool FailureReasonHasBeenSet() const
void SetProfileId(ProfileIdT &&value)
AnnotationError & WithFailureReason(FailureReasonT &&value)
AnnotationError & WithStatisticId(StatisticIdT &&value)
bool StatisticIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue