AWS SDK for C++

AWS SDK for C++ Version 1.11.613

Loading...
Searching...
No Matches
PutHubConfigurationResult.h
1
6#pragma once
7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace IoTManagedIntegrations
24{
25namespace Model
26{
28 {
29 public:
30 AWS_IOTMANAGEDINTEGRATIONS_API PutHubConfigurationResult() = default;
33
34
36
40 inline long long GetHubTokenTimerExpirySettingInSeconds() const { return m_hubTokenTimerExpirySettingInSeconds; }
41 inline void SetHubTokenTimerExpirySettingInSeconds(long long value) { m_hubTokenTimerExpirySettingInSecondsHasBeenSet = true; m_hubTokenTimerExpirySettingInSeconds = value; }
44
46
47 inline const Aws::String& GetRequestId() const { return m_requestId; }
48 template<typename RequestIdT = Aws::String>
49 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
50 template<typename RequestIdT = Aws::String>
51 PutHubConfigurationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
53 private:
54
55 long long m_hubTokenTimerExpirySettingInSeconds{0};
56 bool m_hubTokenTimerExpirySettingInSecondsHasBeenSet = false;
57
58 Aws::String m_requestId;
59 bool m_requestIdHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace IoTManagedIntegrations
64} // namespace Aws
PutHubConfigurationResult & WithHubTokenTimerExpirySettingInSeconds(long long value)
AWS_IOTMANAGEDINTEGRATIONS_API PutHubConfigurationResult()=default
AWS_IOTMANAGEDINTEGRATIONS_API PutHubConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutHubConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API PutHubConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue