7#include <aws/evs/EVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename SolutionKeyT = Aws::String>
50 void SetSolutionKey(SolutionKeyT&& value) { m_solutionKeyHasBeenSet =
true; m_solutionKey = std::forward<SolutionKeyT>(value); }
51 template<
typename SolutionKeyT = Aws::String>
61 template<
typename VsanKeyT = Aws::String>
62 void SetVsanKey(VsanKeyT&& value) { m_vsanKeyHasBeenSet =
true; m_vsanKey = std::forward<VsanKeyT>(value); }
63 template<
typename VsanKeyT = Aws::String>
69 bool m_solutionKeyHasBeenSet =
false;
72 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