AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
Srt.h
1
6#pragma once
7#include <aws/ivs/IVS_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 IVS
22{
23namespace Model
24{
25
32 class Srt
33 {
34 public:
35 AWS_IVS_API Srt() = default;
36 AWS_IVS_API Srt(Aws::Utils::Json::JsonView jsonValue);
37 AWS_IVS_API Srt& operator=(Aws::Utils::Json::JsonView jsonValue);
39
40
42
45 inline const Aws::String& GetEndpoint() const { return m_endpoint; }
46 inline bool EndpointHasBeenSet() const { return m_endpointHasBeenSet; }
47 template<typename EndpointT = Aws::String>
48 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet = true; m_endpoint = std::forward<EndpointT>(value); }
49 template<typename EndpointT = Aws::String>
50 Srt& WithEndpoint(EndpointT&& value) { SetEndpoint(std::forward<EndpointT>(value)); return *this;}
52
54
59 inline const Aws::String& GetPassphrase() const { return m_passphrase; }
60 inline bool PassphraseHasBeenSet() const { return m_passphraseHasBeenSet; }
61 template<typename PassphraseT = Aws::String>
62 void SetPassphrase(PassphraseT&& value) { m_passphraseHasBeenSet = true; m_passphrase = std::forward<PassphraseT>(value); }
63 template<typename PassphraseT = Aws::String>
64 Srt& WithPassphrase(PassphraseT&& value) { SetPassphrase(std::forward<PassphraseT>(value)); return *this;}
66 private:
67
68 Aws::String m_endpoint;
69 bool m_endpointHasBeenSet = false;
70
71 Aws::String m_passphrase;
72 bool m_passphraseHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace IVS
77} // namespace Aws
bool EndpointHasBeenSet() const
Definition Srt.h:46
const Aws::String & GetPassphrase() const
Definition Srt.h:59
AWS_IVS_API Srt & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IVS_API Srt(Aws::Utils::Json::JsonView jsonValue)
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IVS_API Srt()=default
const Aws::String & GetEndpoint() const
Definition Srt.h:45
bool PassphraseHasBeenSet() const
Definition Srt.h:60
Srt & WithPassphrase(PassphraseT &&value)
Definition Srt.h:64
void SetPassphrase(PassphraseT &&value)
Definition Srt.h:62
void SetEndpoint(EndpointT &&value)
Definition Srt.h:48
Srt & WithEndpoint(EndpointT &&value)
Definition Srt.h:50
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue