AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
IPAddressBasedRemoteInfo.h
1
6#pragma once
7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/migrationhubstrategy/model/AuthType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/migrationhubstrategy/model/OSType.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace MigrationHubStrategyRecommendations
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API IPAddressBasedRemoteInfo() = default;
37 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API IPAddressBasedRemoteInfo(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API IPAddressBasedRemoteInfo& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline AuthType GetAuthType() const { return m_authType; }
47 inline bool AuthTypeHasBeenSet() const { return m_authTypeHasBeenSet; }
48 inline void SetAuthType(AuthType value) { m_authTypeHasBeenSet = true; m_authType = value; }
49 inline IPAddressBasedRemoteInfo& WithAuthType(AuthType value) { SetAuthType(value); return *this;}
51
53
56 inline const Aws::String& GetIpAddressConfigurationTimeStamp() const { return m_ipAddressConfigurationTimeStamp; }
57 inline bool IpAddressConfigurationTimeStampHasBeenSet() const { return m_ipAddressConfigurationTimeStampHasBeenSet; }
58 template<typename IpAddressConfigurationTimeStampT = Aws::String>
59 void SetIpAddressConfigurationTimeStamp(IpAddressConfigurationTimeStampT&& value) { m_ipAddressConfigurationTimeStampHasBeenSet = true; m_ipAddressConfigurationTimeStamp = std::forward<IpAddressConfigurationTimeStampT>(value); }
60 template<typename IpAddressConfigurationTimeStampT = Aws::String>
61 IPAddressBasedRemoteInfo& WithIpAddressConfigurationTimeStamp(IpAddressConfigurationTimeStampT&& value) { SetIpAddressConfigurationTimeStamp(std::forward<IpAddressConfigurationTimeStampT>(value)); return *this;}
63
65
68 inline OSType GetOsType() const { return m_osType; }
69 inline bool OsTypeHasBeenSet() const { return m_osTypeHasBeenSet; }
70 inline void SetOsType(OSType value) { m_osTypeHasBeenSet = true; m_osType = value; }
71 inline IPAddressBasedRemoteInfo& WithOsType(OSType value) { SetOsType(value); return *this;}
73 private:
74
75 AuthType m_authType{AuthType::NOT_SET};
76 bool m_authTypeHasBeenSet = false;
77
78 Aws::String m_ipAddressConfigurationTimeStamp;
79 bool m_ipAddressConfigurationTimeStampHasBeenSet = false;
80
81 OSType m_osType{OSType::NOT_SET};
82 bool m_osTypeHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace MigrationHubStrategyRecommendations
87} // namespace Aws
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
IPAddressBasedRemoteInfo & WithIpAddressConfigurationTimeStamp(IpAddressConfigurationTimeStampT &&value)
void SetIpAddressConfigurationTimeStamp(IpAddressConfigurationTimeStampT &&value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API IPAddressBasedRemoteInfo()=default
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API IPAddressBasedRemoteInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API IPAddressBasedRemoteInfo(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue