AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
City.h
1
6#pragma once
7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 GuardDuty
22{
23namespace Model
24{
25
32 class City
33 {
34 public:
35 AWS_GUARDDUTY_API City() = default;
36 AWS_GUARDDUTY_API City(Aws::Utils::Json::JsonView jsonValue);
37 AWS_GUARDDUTY_API City& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetCityName() const { return m_cityName; }
46 inline bool CityNameHasBeenSet() const { return m_cityNameHasBeenSet; }
47 template<typename CityNameT = Aws::String>
48 void SetCityName(CityNameT&& value) { m_cityNameHasBeenSet = true; m_cityName = std::forward<CityNameT>(value); }
49 template<typename CityNameT = Aws::String>
50 City& WithCityName(CityNameT&& value) { SetCityName(std::forward<CityNameT>(value)); return *this;}
52 private:
53
54 Aws::String m_cityName;
55 bool m_cityNameHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace GuardDuty
60} // namespace Aws
AWS_GUARDDUTY_API City(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCityName(CityNameT &&value)
Definition City.h:48
AWS_GUARDDUTY_API City & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CityNameHasBeenSet() const
Definition City.h:46
const Aws::String & GetCityName() const
Definition City.h:45
City & WithCityName(CityNameT &&value)
Definition City.h:50
AWS_GUARDDUTY_API City()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue