AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
TimestampSegment.h
1
6#pragma once
7#include <aws/bedrock-data-automation-runtime/BedrockDataAutomationRuntime_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 BedrockDataAutomationRuntime
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_BEDROCKDATAAUTOMATIONRUNTIME_API TimestampSegment() = default;
33 AWS_BEDROCKDATAAUTOMATIONRUNTIME_API TimestampSegment(Aws::Utils::Json::JsonView jsonValue);
34 AWS_BEDROCKDATAAUTOMATIONRUNTIME_API TimestampSegment& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_BEDROCKDATAAUTOMATIONRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline long long GetStartTimeMillis() const { return m_startTimeMillis; }
43 inline bool StartTimeMillisHasBeenSet() const { return m_startTimeMillisHasBeenSet; }
44 inline void SetStartTimeMillis(long long value) { m_startTimeMillisHasBeenSet = true; m_startTimeMillis = value; }
45 inline TimestampSegment& WithStartTimeMillis(long long value) { SetStartTimeMillis(value); return *this;}
47
49
52 inline long long GetEndTimeMillis() const { return m_endTimeMillis; }
53 inline bool EndTimeMillisHasBeenSet() const { return m_endTimeMillisHasBeenSet; }
54 inline void SetEndTimeMillis(long long value) { m_endTimeMillisHasBeenSet = true; m_endTimeMillis = value; }
55 inline TimestampSegment& WithEndTimeMillis(long long value) { SetEndTimeMillis(value); return *this;}
57 private:
58
59 long long m_startTimeMillis{0};
60 bool m_startTimeMillisHasBeenSet = false;
61
62 long long m_endTimeMillis{0};
63 bool m_endTimeMillisHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace BedrockDataAutomationRuntime
68} // namespace Aws
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API TimestampSegment(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API TimestampSegment()=default
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API TimestampSegment & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue