7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/CodeLocation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ApplicationSignals {
43 template <
typename CodeLocationT = CodeLocation>
45 m_codeLocationHasBeenSet =
true;
46 m_codeLocation = std::forward<CodeLocationT>(value);
48 template <
typename CodeLocationT = CodeLocation>
61 template <
typename LocationHashT = Aws::String>
63 m_locationHashHasBeenSet =
true;
64 m_locationHash = std::forward<LocationHashT>(value);
66 template <
typename LocationHashT = Aws::String>
76 bool m_codeLocationHasBeenSet =
false;
77 bool m_locationHashHasBeenSet =
false;
bool LocationHashHasBeenSet() const
void SetCodeLocation(CodeLocationT &&value)
void SetLocationHash(LocationHashT &&value)
LocationIdentifier & WithCodeLocation(CodeLocationT &&value)
const CodeLocation & GetCodeLocation() const
LocationIdentifier & WithLocationHash(LocationHashT &&value)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPLICATIONSIGNALS_API LocationIdentifier(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONSIGNALS_API LocationIdentifier()=default
bool CodeLocationHasBeenSet() const
const Aws::String & GetLocationHash() const
AWS_APPLICATIONSIGNALS_API LocationIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue