AWS SDK for C++

AWS SDK for C++ Version 1.11.742

Loading...
Searching...
No Matches
SrtCallerDecryptionRequest.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/Algorithm.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace MediaLive {
21namespace Model {
22
30 public:
31 AWS_MEDIALIVE_API SrtCallerDecryptionRequest() = default;
34 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline Algorithm GetAlgorithm() const { return m_algorithm; }
41 inline bool AlgorithmHasBeenSet() const { return m_algorithmHasBeenSet; }
42 inline void SetAlgorithm(Algorithm value) {
43 m_algorithmHasBeenSet = true;
44 m_algorithm = value;
45 }
47 SetAlgorithm(value);
48 return *this;
49 }
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) {
62 m_passphraseSecretArnHasBeenSet = true;
63 m_passphraseSecretArn = std::forward<PassphraseSecretArnT>(value);
64 }
65 template <typename PassphraseSecretArnT = Aws::String>
66 SrtCallerDecryptionRequest& WithPassphraseSecretArn(PassphraseSecretArnT&& value) {
67 SetPassphraseSecretArn(std::forward<PassphraseSecretArnT>(value));
68 return *this;
69 }
71 private:
72 Algorithm m_algorithm{Algorithm::NOT_SET};
73
74 Aws::String m_passphraseSecretArn;
75 bool m_algorithmHasBeenSet = false;
76 bool m_passphraseSecretArnHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace MediaLive
81} // namespace Aws
AWS_MEDIALIVE_API SrtCallerDecryptionRequest()=default
SrtCallerDecryptionRequest & WithPassphraseSecretArn(PassphraseSecretArnT &&value)
AWS_MEDIALIVE_API SrtCallerDecryptionRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API SrtCallerDecryptionRequest(Aws::Utils::Json::JsonView jsonValue)
SrtCallerDecryptionRequest & WithAlgorithm(Algorithm value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue