AWS SDK for C++

AWS SDK for C++ Version 1.11.639

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
48 inline const Aws::String& GetSolutionKey() const { return m_solutionKey; }
49 inline bool SolutionKeyHasBeenSet() const { return m_solutionKeyHasBeenSet; }
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>
53 LicenseInfo& WithSolutionKey(SolutionKeyT&& value) { SetSolutionKey(std::forward<SolutionKeyT>(value)); return *this;}
55
57
61 inline const Aws::String& GetVsanKey() const { return m_vsanKey; }
62 inline bool VsanKeyHasBeenSet() const { return m_vsanKeyHasBeenSet; }
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>
66 LicenseInfo& WithVsanKey(VsanKeyT&& value) { SetVsanKey(std::forward<VsanKeyT>(value)); return *this;}
68 private:
69
70 Aws::String m_solutionKey;
71 bool m_solutionKeyHasBeenSet = false;
72
73 Aws::String m_vsanKey;
74 bool m_vsanKeyHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace EVS
79} // namespace Aws
LicenseInfo & WithSolutionKey(SolutionKeyT &&value)
Definition LicenseInfo.h:53
bool SolutionKeyHasBeenSet() const
Definition LicenseInfo.h:49
const Aws::String & GetSolutionKey() const
Definition LicenseInfo.h:48
void SetVsanKey(VsanKeyT &&value)
Definition LicenseInfo.h:64
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:66
AWS_EVS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVsanKey() const
Definition LicenseInfo.h:61
void SetSolutionKey(SolutionKeyT &&value)
Definition LicenseInfo.h:51
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue