AWS SDK for C++

AWS SDK for C++ Version 1.11.765

Loading...
Searching...
No Matches
PointOfInterest.h
1
6#pragma once
7#include <aws/connect-contact-lens/ConnectContactLens_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace ConnectContactLens {
17namespace Model {
18
26 public:
27 AWS_CONNECTCONTACTLENS_API PointOfInterest() = default;
28 AWS_CONNECTCONTACTLENS_API PointOfInterest(Aws::Utils::Json::JsonView jsonValue);
29 AWS_CONNECTCONTACTLENS_API PointOfInterest& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_CONNECTCONTACTLENS_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetBeginOffsetMillis() const { return m_beginOffsetMillis; }
38 inline bool BeginOffsetMillisHasBeenSet() const { return m_beginOffsetMillisHasBeenSet; }
39 inline void SetBeginOffsetMillis(int value) {
40 m_beginOffsetMillisHasBeenSet = true;
41 m_beginOffsetMillis = value;
42 }
45 return *this;
46 }
48
50
53 inline int GetEndOffsetMillis() const { return m_endOffsetMillis; }
54 inline bool EndOffsetMillisHasBeenSet() const { return m_endOffsetMillisHasBeenSet; }
55 inline void SetEndOffsetMillis(int value) {
56 m_endOffsetMillisHasBeenSet = true;
57 m_endOffsetMillis = value;
58 }
60 SetEndOffsetMillis(value);
61 return *this;
62 }
64 private:
65 int m_beginOffsetMillis{0};
66
67 int m_endOffsetMillis{0};
68 bool m_beginOffsetMillisHasBeenSet = false;
69 bool m_endOffsetMillisHasBeenSet = false;
70};
71
72} // namespace Model
73} // namespace ConnectContactLens
74} // namespace Aws
PointOfInterest & WithBeginOffsetMillis(int value)
AWS_CONNECTCONTACTLENS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTCONTACTLENS_API PointOfInterest(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCONTACTLENS_API PointOfInterest & operator=(Aws::Utils::Json::JsonView jsonValue)
PointOfInterest & WithEndOffsetMillis(int value)
AWS_CONNECTCONTACTLENS_API PointOfInterest()=default
Aws::Utils::Json::JsonValue JsonValue