7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ProfileIdT = Aws::String>
47 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
48 template<
typename ProfileIdT = Aws::String>
58 template<
typename StatisticIdT = Aws::String>
59 void SetStatisticId(StatisticIdT&& value) { m_statisticIdHasBeenSet =
true; m_statisticId = std::forward<StatisticIdT>(value); }
60 template<
typename StatisticIdT = Aws::String>
70 template<
typename FailureReasonT = Aws::String>
71 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
72 template<
typename FailureReasonT = Aws::String>
78 bool m_profileIdHasBeenSet =
false;
81 bool m_statisticIdHasBeenSet =
false;
84 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