AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
UpdateConnectionBasicAuthRequestParameters.h
1
6#pragma once
7#include <aws/events/CloudWatchEvents_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 CloudWatchEvents
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_CLOUDWATCHEVENTS_API UpdateConnectionBasicAuthRequestParameters() = default;
38 AWS_CLOUDWATCHEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetUsername() const { return m_username; }
46 inline bool UsernameHasBeenSet() const { return m_usernameHasBeenSet; }
47 template<typename UsernameT = Aws::String>
48 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet = true; m_username = std::forward<UsernameT>(value); }
49 template<typename UsernameT = Aws::String>
50 UpdateConnectionBasicAuthRequestParameters& WithUsername(UsernameT&& value) { SetUsername(std::forward<UsernameT>(value)); return *this;}
52
54
58 inline const Aws::String& GetPassword() const { return m_password; }
59 inline bool PasswordHasBeenSet() const { return m_passwordHasBeenSet; }
60 template<typename PasswordT = Aws::String>
61 void SetPassword(PasswordT&& value) { m_passwordHasBeenSet = true; m_password = std::forward<PasswordT>(value); }
62 template<typename PasswordT = Aws::String>
63 UpdateConnectionBasicAuthRequestParameters& WithPassword(PasswordT&& value) { SetPassword(std::forward<PasswordT>(value)); return *this;}
65 private:
66
67 Aws::String m_username;
68 bool m_usernameHasBeenSet = false;
69
70 Aws::String m_password;
71 bool m_passwordHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace CloudWatchEvents
76} // namespace Aws
AWS_CLOUDWATCHEVENTS_API UpdateConnectionBasicAuthRequestParameters(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHEVENTS_API UpdateConnectionBasicAuthRequestParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue