AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
LicenseInfo.h
1
6#pragma once
7#include <aws/evs/EVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace EVS
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_EVS_API LicenseInfo() = default;
40
41
43
47 inline const Aws::String& GetSolutionKey() const { return m_solutionKey; }
48 inline bool SolutionKeyHasBeenSet() const { return m_solutionKeyHasBeenSet; }
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>
52 LicenseInfo& WithSolutionKey(SolutionKeyT&& value) { SetSolutionKey(std::forward<SolutionKeyT>(value)); return *this;}
54
56
59 inline const Aws::String& GetVsanKey() const { return m_vsanKey; }
60 inline bool VsanKeyHasBeenSet() const { return m_vsanKeyHasBeenSet; }
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>
64 LicenseInfo& WithVsanKey(VsanKeyT&& value) { SetVsanKey(std::forward<VsanKeyT>(value)); return *this;}
66 private:
67
68 Aws::String m_solutionKey;
69 bool m_solutionKeyHasBeenSet = false;
70
71 Aws::String m_vsanKey;
72 bool m_vsanKeyHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace EVS
77} // namespace Aws
LicenseInfo & WithSolutionKey(SolutionKeyT &&value)
Definition LicenseInfo.h:52
bool SolutionKeyHasBeenSet() const
Definition LicenseInfo.h:48
const Aws::String & GetSolutionKey() const
Definition LicenseInfo.h:47
void SetVsanKey(VsanKeyT &&value)
Definition LicenseInfo.h:62
AWS_EVS_API LicenseInfo()=default
AWS_EVS_API LicenseInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EVS_API LicenseInfo(Aws::Utils::Json::JsonView jsonValue)
LicenseInfo & WithVsanKey(VsanKeyT &&value)
Definition LicenseInfo.h:64
AWS_EVS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVsanKey() const
Definition LicenseInfo.h:59
void SetSolutionKey(SolutionKeyT &&value)
Definition LicenseInfo.h:50
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue