7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace NetworkManager
46 template<
typename FromT = Aws::String>
47 void SetFrom(FromT&& value) { m_fromHasBeenSet =
true; m_from = std::forward<FromT>(value); }
48 template<
typename FromT = Aws::String>
58 template<
typename ToT = Aws::String>
59 void SetTo(ToT&& value) { m_toHasBeenSet =
true; m_to = std::forward<ToT>(value); }
60 template<
typename ToT = Aws::String>
66 bool m_fromHasBeenSet =
false;
69 bool m_toHasBeenSet =
false;
const Aws::String & GetTo() const
Relationship & WithFrom(FromT &&value)
bool FromHasBeenSet() const
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ToHasBeenSet() const
AWS_NETWORKMANAGER_API Relationship(Aws::Utils::Json::JsonView jsonValue)
Relationship & WithTo(ToT &&value)
AWS_NETWORKMANAGER_API Relationship()=default
const Aws::String & GetFrom() const
AWS_NETWORKMANAGER_API Relationship & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFrom(FromT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue