AWS SDK for C++

AWS SDK for C++ Version 1.11.683

Loading...
Searching...
No Matches
InferenceInputNameConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace LookoutEquipment {
20namespace Model {
21
29 public:
30 AWS_LOOKOUTEQUIPMENT_API InferenceInputNameConfiguration() = default;
33 AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetTimestampFormat() const { return m_timestampFormat; }
41 inline bool TimestampFormatHasBeenSet() const { return m_timestampFormatHasBeenSet; }
42 template <typename TimestampFormatT = Aws::String>
43 void SetTimestampFormat(TimestampFormatT&& value) {
44 m_timestampFormatHasBeenSet = true;
45 m_timestampFormat = std::forward<TimestampFormatT>(value);
46 }
47 template <typename TimestampFormatT = Aws::String>
49 SetTimestampFormat(std::forward<TimestampFormatT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::String& GetComponentTimestampDelimiter() const { return m_componentTimestampDelimiter; }
59 inline bool ComponentTimestampDelimiterHasBeenSet() const { return m_componentTimestampDelimiterHasBeenSet; }
60 template <typename ComponentTimestampDelimiterT = Aws::String>
61 void SetComponentTimestampDelimiter(ComponentTimestampDelimiterT&& value) {
62 m_componentTimestampDelimiterHasBeenSet = true;
63 m_componentTimestampDelimiter = std::forward<ComponentTimestampDelimiterT>(value);
64 }
65 template <typename ComponentTimestampDelimiterT = Aws::String>
67 SetComponentTimestampDelimiter(std::forward<ComponentTimestampDelimiterT>(value));
68 return *this;
69 }
71 private:
72 Aws::String m_timestampFormat;
73 bool m_timestampFormatHasBeenSet = false;
74
75 Aws::String m_componentTimestampDelimiter;
76 bool m_componentTimestampDelimiterHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace LookoutEquipment
81} // namespace Aws
AWS_LOOKOUTEQUIPMENT_API InferenceInputNameConfiguration(Aws::Utils::Json::JsonView jsonValue)
InferenceInputNameConfiguration & WithTimestampFormat(TimestampFormatT &&value)
InferenceInputNameConfiguration & WithComponentTimestampDelimiter(ComponentTimestampDelimiterT &&value)
AWS_LOOKOUTEQUIPMENT_API InferenceInputNameConfiguration()=default
AWS_LOOKOUTEQUIPMENT_API InferenceInputNameConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue