AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TimestampPartition.h
1
6#pragma once
7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoTAnalytics
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_IOTANALYTICS_API TimestampPartition();
36 AWS_IOTANALYTICS_API TimestampPartition(Aws::Utils::Json::JsonView jsonValue);
38 AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetAttributeName() const{ return m_attributeName; }
46 inline bool AttributeNameHasBeenSet() const { return m_attributeNameHasBeenSet; }
47 inline void SetAttributeName(const Aws::String& value) { m_attributeNameHasBeenSet = true; m_attributeName = value; }
48 inline void SetAttributeName(Aws::String&& value) { m_attributeNameHasBeenSet = true; m_attributeName = std::move(value); }
49 inline void SetAttributeName(const char* value) { m_attributeNameHasBeenSet = true; m_attributeName.assign(value); }
50 inline TimestampPartition& WithAttributeName(const Aws::String& value) { SetAttributeName(value); return *this;}
51 inline TimestampPartition& WithAttributeName(Aws::String&& value) { SetAttributeName(std::move(value)); return *this;}
52 inline TimestampPartition& WithAttributeName(const char* value) { SetAttributeName(value); return *this;}
54
56
60 inline const Aws::String& GetTimestampFormat() const{ return m_timestampFormat; }
61 inline bool TimestampFormatHasBeenSet() const { return m_timestampFormatHasBeenSet; }
62 inline void SetTimestampFormat(const Aws::String& value) { m_timestampFormatHasBeenSet = true; m_timestampFormat = value; }
63 inline void SetTimestampFormat(Aws::String&& value) { m_timestampFormatHasBeenSet = true; m_timestampFormat = std::move(value); }
64 inline void SetTimestampFormat(const char* value) { m_timestampFormatHasBeenSet = true; m_timestampFormat.assign(value); }
65 inline TimestampPartition& WithTimestampFormat(const Aws::String& value) { SetTimestampFormat(value); return *this;}
66 inline TimestampPartition& WithTimestampFormat(Aws::String&& value) { SetTimestampFormat(std::move(value)); return *this;}
67 inline TimestampPartition& WithTimestampFormat(const char* value) { SetTimestampFormat(value); return *this;}
69 private:
70
71 Aws::String m_attributeName;
72 bool m_attributeNameHasBeenSet = false;
73
74 Aws::String m_timestampFormat;
75 bool m_timestampFormatHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace IoTAnalytics
80} // namespace Aws
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTimestampFormat(const Aws::String &value)
TimestampPartition & WithTimestampFormat(const char *value)
TimestampPartition & WithAttributeName(const char *value)
TimestampPartition & WithTimestampFormat(const Aws::String &value)
void SetAttributeName(const Aws::String &value)
TimestampPartition & WithAttributeName(Aws::String &&value)
TimestampPartition & WithTimestampFormat(Aws::String &&value)
TimestampPartition & WithAttributeName(const Aws::String &value)
AWS_IOTANALYTICS_API TimestampPartition(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API TimestampPartition & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue