AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetEndpoint(const Aws::String& value) { m_endpointHasBeenSet = true; m_endpoint = value; }
48 inline void SetEndpoint(Aws::String&& value) { m_endpointHasBeenSet = true; m_endpoint = std::move(value); }
49 inline void SetEndpoint(const char* value) { m_endpointHasBeenSet = true; m_endpoint.assign(value); }
50 inline Srt& WithEndpoint(const Aws::String& value) { SetEndpoint(value); return *this;}
51 inline Srt& WithEndpoint(Aws::String&& value) { SetEndpoint(std::move(value)); return *this;}
52 inline Srt& WithEndpoint(const char* value) { SetEndpoint(value); return *this;}
54
56
61 inline const Aws::String& GetPassphrase() const{ return m_passphrase; }
62 inline bool PassphraseHasBeenSet() const { return m_passphraseHasBeenSet; }
63 inline void SetPassphrase(const Aws::String& value) { m_passphraseHasBeenSet = true; m_passphrase = value; }
64 inline void SetPassphrase(Aws::String&& value) { m_passphraseHasBeenSet = true; m_passphrase = std::move(value); }
65 inline void SetPassphrase(const char* value) { m_passphraseHasBeenSet = true; m_passphrase.assign(value); }
66 inline Srt& WithPassphrase(const Aws::String& value) { SetPassphrase(value); return *this;}
67 inline Srt& WithPassphrase(Aws::String&& value) { SetPassphrase(std::move(value)); return *this;}
68 inline Srt& WithPassphrase(const char* value) { SetPassphrase(value); return *this;}
70 private:
71
72 Aws::String m_endpoint;
73 bool m_endpointHasBeenSet = false;
74
75 Aws::String m_passphrase;
76 bool m_passphraseHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace IVS
81} // namespace Aws
bool EndpointHasBeenSet() const
Definition Srt.h:46
const Aws::String & GetPassphrase() const
Definition Srt.h:61
AWS_IVS_API Srt & operator=(Aws::Utils::Json::JsonView jsonValue)
Srt & WithEndpoint(const char *value)
Definition Srt.h:52
AWS_IVS_API Srt(Aws::Utils::Json::JsonView jsonValue)
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
Srt & WithPassphrase(const Aws::String &value)
Definition Srt.h:66
void SetPassphrase(const Aws::String &value)
Definition Srt.h:63
Srt & WithPassphrase(const char *value)
Definition Srt.h:68
Srt & WithPassphrase(Aws::String &&value)
Definition Srt.h:67
void SetPassphrase(Aws::String &&value)
Definition Srt.h:64
const Aws::String & GetEndpoint() const
Definition Srt.h:45
bool PassphraseHasBeenSet() const
Definition Srt.h:62
Srt & WithEndpoint(Aws::String &&value)
Definition Srt.h:51
AWS_IVS_API Srt()
void SetEndpoint(Aws::String &&value)
Definition Srt.h:48
void SetEndpoint(const Aws::String &value)
Definition Srt.h:47
void SetEndpoint(const char *value)
Definition Srt.h:49
void SetPassphrase(const char *value)
Definition Srt.h:65
Srt & WithEndpoint(const Aws::String &value)
Definition Srt.h:50
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue