7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/nova-act/NovaAct_EXPORTS.h>
41 template <
typename AliasNameT = Aws::String>
43 m_aliasNameHasBeenSet =
true;
44 m_aliasName = std::forward<AliasNameT>(value);
46 template <
typename AliasNameT = Aws::String>
59 template <
typename LatestModelIdT = Aws::String>
61 m_latestModelIdHasBeenSet =
true;
62 m_latestModelId = std::forward<LatestModelIdT>(value);
64 template <
typename LatestModelIdT = Aws::String>
77 template <
typename ResolvedModelIdT = Aws::String>
79 m_resolvedModelIdHasBeenSet =
true;
80 m_resolvedModelId = std::forward<ResolvedModelIdT>(value);
82 template <
typename ResolvedModelIdT = Aws::String>
94 bool m_aliasNameHasBeenSet =
false;
95 bool m_latestModelIdHasBeenSet =
false;
96 bool m_resolvedModelIdHasBeenSet =
false;
const Aws::String & GetAliasName() const
const Aws::String & GetLatestModelId() const
void SetAliasName(AliasNameT &&value)
ModelAlias & WithAliasName(AliasNameT &&value)
AWS_NOVAACT_API ModelAlias()=default
AWS_NOVAACT_API Aws::Utils::Json::JsonValue Jsonize() const
bool LatestModelIdHasBeenSet() const
ModelAlias & WithResolvedModelId(ResolvedModelIdT &&value)
bool AliasNameHasBeenSet() const
void SetResolvedModelId(ResolvedModelIdT &&value)
ModelAlias & WithLatestModelId(LatestModelIdT &&value)
AWS_NOVAACT_API ModelAlias(Aws::Utils::Json::JsonView jsonValue)
bool ResolvedModelIdHasBeenSet() const
AWS_NOVAACT_API ModelAlias & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResolvedModelId() const
void SetLatestModelId(LatestModelIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue