AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
ServerValidationOutput.h
1
6#pragma once
7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/sms/model/Server.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 SMS
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_SMS_API ServerValidationOutput() = default;
38
39
41
42 inline const Server& GetServer() const { return m_server; }
43 inline bool ServerHasBeenSet() const { return m_serverHasBeenSet; }
44 template<typename ServerT = Server>
45 void SetServer(ServerT&& value) { m_serverHasBeenSet = true; m_server = std::forward<ServerT>(value); }
46 template<typename ServerT = Server>
47 ServerValidationOutput& WithServer(ServerT&& value) { SetServer(std::forward<ServerT>(value)); return *this;}
49 private:
50
51 Server m_server;
52 bool m_serverHasBeenSet = false;
53 };
54
55} // namespace Model
56} // namespace SMS
57} // namespace Aws
ServerValidationOutput & WithServer(ServerT &&value)
AWS_SMS_API ServerValidationOutput()=default
AWS_SMS_API ServerValidationOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_SMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SMS_API ServerValidationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue