AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
SrtCallerDecryption.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/Algorithm.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaLive
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_MEDIALIVE_API SrtCallerDecryption() = default;
37 AWS_MEDIALIVE_API SrtCallerDecryption(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline Algorithm GetAlgorithm() const { return m_algorithm; }
47 inline bool AlgorithmHasBeenSet() const { return m_algorithmHasBeenSet; }
48 inline void SetAlgorithm(Algorithm value) { m_algorithmHasBeenSet = true; m_algorithm = value; }
49 inline SrtCallerDecryption& WithAlgorithm(Algorithm value) { SetAlgorithm(value); return *this;}
51
53
58 inline const Aws::String& GetPassphraseSecretArn() const { return m_passphraseSecretArn; }
59 inline bool PassphraseSecretArnHasBeenSet() const { return m_passphraseSecretArnHasBeenSet; }
60 template<typename PassphraseSecretArnT = Aws::String>
61 void SetPassphraseSecretArn(PassphraseSecretArnT&& value) { m_passphraseSecretArnHasBeenSet = true; m_passphraseSecretArn = std::forward<PassphraseSecretArnT>(value); }
62 template<typename PassphraseSecretArnT = Aws::String>
63 SrtCallerDecryption& WithPassphraseSecretArn(PassphraseSecretArnT&& value) { SetPassphraseSecretArn(std::forward<PassphraseSecretArnT>(value)); return *this;}
65 private:
66
67 Algorithm m_algorithm{Algorithm::NOT_SET};
68 bool m_algorithmHasBeenSet = false;
69
70 Aws::String m_passphraseSecretArn;
71 bool m_passphraseSecretArnHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace MediaLive
76} // namespace Aws
AWS_MEDIALIVE_API SrtCallerDecryption()=default
AWS_MEDIALIVE_API SrtCallerDecryption & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPassphraseSecretArn() const
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
SrtCallerDecryption & WithAlgorithm(Algorithm value)
SrtCallerDecryption & WithPassphraseSecretArn(PassphraseSecretArnT &&value)
void SetPassphraseSecretArn(PassphraseSecretArnT &&value)
AWS_MEDIALIVE_API SrtCallerDecryption(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue