7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/Location.h>
35 AWS_IOTSITEWISE_API
Source() =
default;
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
62 template<
typename LocationT = Location>
63 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
64 template<
typename LocationT = Location>
70 bool m_arnHasBeenSet =
false;
73 bool m_locationHasBeenSet =
false;
const Aws::String & GetArn() const
bool LocationHasBeenSet() const
void SetArn(ArnT &&value)
AWS_IOTSITEWISE_API Source()=default
bool ArnHasBeenSet() const
Source & WithArn(ArnT &&value)
AWS_IOTSITEWISE_API Source(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocation(LocationT &&value)
const Location & GetLocation() const
AWS_IOTSITEWISE_API Source & operator=(Aws::Utils::Json::JsonView jsonValue)
Source & WithLocation(LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue