AWS SDK for C++

AWS SDK for C++ Version 1.11.878

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
36 inline int GetBeginOffsetMillis() const { return m_beginOffsetMillis; }
37 inline bool BeginOffsetMillisHasBeenSet() const { return m_beginOffsetMillisHasBeenSet; }
38 inline void SetBeginOffsetMillis(int value) {
39 m_beginOffsetMillisHasBeenSet = true;
40 m_beginOffsetMillis = value;
41 }
44 return *this;
45 }
47
49
52 inline int GetEndOffsetMillis() const { return m_endOffsetMillis; }
53 inline bool EndOffsetMillisHasBeenSet() const { return m_endOffsetMillisHasBeenSet; }
54 inline void SetEndOffsetMillis(int value) {
55 m_endOffsetMillisHasBeenSet = true;
56 m_endOffsetMillis = value;
57 }
59 SetEndOffsetMillis(value);
60 return *this;
61 }
63 private:
64 int m_beginOffsetMillis{0};
65
66 int m_endOffsetMillis{0};
67 bool m_beginOffsetMillisHasBeenSet = false;
68 bool m_endOffsetMillisHasBeenSet = false;
69};
70
71} // namespace Model
72} // namespace ConnectContactLens
73} // 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