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