AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BinaryColumnStatisticsData.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue
20{
21namespace Model
22{
23
31 {
32 public:
37
38
40
43 inline long long GetMaximumLength() const{ return m_maximumLength; }
44 inline bool MaximumLengthHasBeenSet() const { return m_maximumLengthHasBeenSet; }
45 inline void SetMaximumLength(long long value) { m_maximumLengthHasBeenSet = true; m_maximumLength = value; }
46 inline BinaryColumnStatisticsData& WithMaximumLength(long long value) { SetMaximumLength(value); return *this;}
48
50
53 inline double GetAverageLength() const{ return m_averageLength; }
54 inline bool AverageLengthHasBeenSet() const { return m_averageLengthHasBeenSet; }
55 inline void SetAverageLength(double value) { m_averageLengthHasBeenSet = true; m_averageLength = value; }
56 inline BinaryColumnStatisticsData& WithAverageLength(double value) { SetAverageLength(value); return *this;}
58
60
63 inline long long GetNumberOfNulls() const{ return m_numberOfNulls; }
64 inline bool NumberOfNullsHasBeenSet() const { return m_numberOfNullsHasBeenSet; }
65 inline void SetNumberOfNulls(long long value) { m_numberOfNullsHasBeenSet = true; m_numberOfNulls = value; }
66 inline BinaryColumnStatisticsData& WithNumberOfNulls(long long value) { SetNumberOfNulls(value); return *this;}
68 private:
69
70 long long m_maximumLength;
71 bool m_maximumLengthHasBeenSet = false;
72
73 double m_averageLength;
74 bool m_averageLengthHasBeenSet = false;
75
76 long long m_numberOfNulls;
77 bool m_numberOfNullsHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace Glue
82} // namespace Aws
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
BinaryColumnStatisticsData & WithMaximumLength(long long value)
AWS_GLUE_API BinaryColumnStatisticsData(Aws::Utils::Json::JsonView jsonValue)
BinaryColumnStatisticsData & WithNumberOfNulls(long long value)
AWS_GLUE_API BinaryColumnStatisticsData & operator=(Aws::Utils::Json::JsonView jsonValue)
BinaryColumnStatisticsData & WithAverageLength(double value)
Aws::Utils::Json::JsonValue JsonValue