AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DataSourceConfiguration.h
1
6#pragma once
7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/model/IntendedUse.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace LocationService
22{
23namespace Model
24{
25
42 {
43 public:
44 AWS_LOCATIONSERVICE_API DataSourceConfiguration();
45 AWS_LOCATIONSERVICE_API DataSourceConfiguration(Aws::Utils::Json::JsonView jsonValue);
47 AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
48
49
51
58 inline const IntendedUse& GetIntendedUse() const{ return m_intendedUse; }
59 inline bool IntendedUseHasBeenSet() const { return m_intendedUseHasBeenSet; }
60 inline void SetIntendedUse(const IntendedUse& value) { m_intendedUseHasBeenSet = true; m_intendedUse = value; }
61 inline void SetIntendedUse(IntendedUse&& value) { m_intendedUseHasBeenSet = true; m_intendedUse = std::move(value); }
62 inline DataSourceConfiguration& WithIntendedUse(const IntendedUse& value) { SetIntendedUse(value); return *this;}
63 inline DataSourceConfiguration& WithIntendedUse(IntendedUse&& value) { SetIntendedUse(std::move(value)); return *this;}
65 private:
66
67 IntendedUse m_intendedUse;
68 bool m_intendedUseHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace LocationService
73} // namespace Aws
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
DataSourceConfiguration & WithIntendedUse(IntendedUse &&value)
AWS_LOCATIONSERVICE_API DataSourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOCATIONSERVICE_API DataSourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
DataSourceConfiguration & WithIntendedUse(const IntendedUse &value)
Aws::Utils::Json::JsonValue JsonValue