7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/nova-act/NovaAct_EXPORTS.h>
9#include <aws/nova-act/model/TraceLocationType.h>
43 m_locationTypeHasBeenSet =
true;
44 m_locationType = value;
58 template <
typename LocationT = Aws::String>
60 m_locationHasBeenSet =
true;
61 m_location = std::forward<LocationT>(value);
63 template <
typename LocationT = Aws::String>
73 bool m_locationTypeHasBeenSet =
false;
74 bool m_locationHasBeenSet =
false;
bool LocationHasBeenSet() const
void SetLocation(LocationT &&value)
AWS_NOVAACT_API TraceLocation(Aws::Utils::Json::JsonView jsonValue)
bool LocationTypeHasBeenSet() const
void SetLocationType(TraceLocationType value)
AWS_NOVAACT_API TraceLocation()=default
const Aws::String & GetLocation() const
AWS_NOVAACT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NOVAACT_API TraceLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
TraceLocation & WithLocationType(TraceLocationType value)
TraceLocationType GetLocationType() const
TraceLocation & WithLocation(LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue