7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLift_EXPORTS.h>
9#include <aws/gamelift/model/PingBeacon.h>
42 template <
typename LocationNameT = Aws::String>
44 m_locationNameHasBeenSet =
true;
45 m_locationName = std::forward<LocationNameT>(value);
47 template <
typename LocationNameT = Aws::String>
64 template <
typename LocationArnT = Aws::String>
66 m_locationArnHasBeenSet =
true;
67 m_locationArn = std::forward<LocationArnT>(value);
69 template <
typename LocationArnT = Aws::String>
82 template <
typename PingBeaconT = PingBeacon>
84 m_pingBeaconHasBeenSet =
true;
85 m_pingBeacon = std::forward<PingBeaconT>(value);
87 template <
typename PingBeaconT = PingBeacon>
99 bool m_locationNameHasBeenSet =
false;
100 bool m_locationArnHasBeenSet =
false;
101 bool m_pingBeaconHasBeenSet =
false;
bool PingBeaconHasBeenSet() const
const PingBeacon & GetPingBeacon() const
bool LocationNameHasBeenSet() const
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
LocationModel & WithLocationName(LocationNameT &&value)
void SetPingBeacon(PingBeaconT &&value)
void SetLocationArn(LocationArnT &&value)
AWS_GAMELIFT_API LocationModel & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLocationName() const
LocationModel & WithPingBeacon(PingBeaconT &&value)
const Aws::String & GetLocationArn() const
LocationModel & WithLocationArn(LocationArnT &&value)
void SetLocationName(LocationNameT &&value)
AWS_GAMELIFT_API LocationModel()=default
bool LocationArnHasBeenSet() const
AWS_GAMELIFT_API LocationModel(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue