7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/evs/EVS_EXPORTS.h>
44 template <
typename SolutionKeyT = Aws::String>
46 m_solutionKeyHasBeenSet =
true;
47 m_solutionKey = std::forward<SolutionKeyT>(value);
49 template <
typename SolutionKeyT = Aws::String>
63 template <
typename VsanKeyT = Aws::String>
65 m_vsanKeyHasBeenSet =
true;
66 m_vsanKey = std::forward<VsanKeyT>(value);
68 template <
typename VsanKeyT = Aws::String>
78 bool m_solutionKeyHasBeenSet =
false;
79 bool m_vsanKeyHasBeenSet =
false;
LicenseInfo & WithSolutionKey(SolutionKeyT &&value)
bool SolutionKeyHasBeenSet() const
const Aws::String & GetSolutionKey() const
void SetVsanKey(VsanKeyT &&value)
AWS_EVS_API LicenseInfo()=default
bool VsanKeyHasBeenSet() const
AWS_EVS_API LicenseInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EVS_API LicenseInfo(Aws::Utils::Json::JsonView jsonValue)
LicenseInfo & WithVsanKey(VsanKeyT &&value)
AWS_EVS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVsanKey() const
void SetSolutionKey(SolutionKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue