AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PointOfInterest.h
1
6#pragma once
7#include <aws/connect-contact-lens/ConnectContactLens_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 ConnectContactLens
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_CONNECTCONTACTLENS_API PointOfInterest();
34 AWS_CONNECTCONTACTLENS_API PointOfInterest(Aws::Utils::Json::JsonView jsonValue);
35 AWS_CONNECTCONTACTLENS_API PointOfInterest& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_CONNECTCONTACTLENS_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline int GetBeginOffsetMillis() const{ return m_beginOffsetMillis; }
45 inline bool BeginOffsetMillisHasBeenSet() const { return m_beginOffsetMillisHasBeenSet; }
46 inline void SetBeginOffsetMillis(int value) { m_beginOffsetMillisHasBeenSet = true; m_beginOffsetMillis = value; }
47 inline PointOfInterest& WithBeginOffsetMillis(int value) { SetBeginOffsetMillis(value); return *this;}
49
51
54 inline int GetEndOffsetMillis() const{ return m_endOffsetMillis; }
55 inline bool EndOffsetMillisHasBeenSet() const { return m_endOffsetMillisHasBeenSet; }
56 inline void SetEndOffsetMillis(int value) { m_endOffsetMillisHasBeenSet = true; m_endOffsetMillis = value; }
57 inline PointOfInterest& WithEndOffsetMillis(int value) { SetEndOffsetMillis(value); return *this;}
59 private:
60
61 int m_beginOffsetMillis;
62 bool m_beginOffsetMillisHasBeenSet = false;
63
64 int m_endOffsetMillis;
65 bool m_endOffsetMillisHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace ConnectContactLens
70} // 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()
Aws::Utils::Json::JsonValue JsonValue