AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetDistributionLatestCacheResetResult.h
1
6#pragma once
7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace Lightsail
25{
26namespace Model
27{
29 {
30 public:
34
35
37
40 inline const Aws::String& GetStatus() const{ return m_status; }
41 inline void SetStatus(const Aws::String& value) { m_status = value; }
42 inline void SetStatus(Aws::String&& value) { m_status = std::move(value); }
43 inline void SetStatus(const char* value) { m_status.assign(value); }
44 inline GetDistributionLatestCacheResetResult& WithStatus(const Aws::String& value) { SetStatus(value); return *this;}
45 inline GetDistributionLatestCacheResetResult& WithStatus(Aws::String&& value) { SetStatus(std::move(value)); return *this;}
46 inline GetDistributionLatestCacheResetResult& WithStatus(const char* value) { SetStatus(value); return *this;}
48
50
54 inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; }
55 inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTime = value; }
56 inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTime = std::move(value); }
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline GetDistributionLatestCacheResetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline GetDistributionLatestCacheResetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline GetDistributionLatestCacheResetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 Aws::String m_status;
74
75 Aws::Utils::DateTime m_createTime;
76
77 Aws::String m_requestId;
78 };
79
80} // namespace Model
81} // namespace Lightsail
82} // namespace Aws
AWS_LIGHTSAIL_API GetDistributionLatestCacheResetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDistributionLatestCacheResetResult & WithStatus(Aws::String &&value)
GetDistributionLatestCacheResetResult & WithCreateTime(Aws::Utils::DateTime &&value)
GetDistributionLatestCacheResetResult & WithStatus(const char *value)
GetDistributionLatestCacheResetResult & WithCreateTime(const Aws::Utils::DateTime &value)
GetDistributionLatestCacheResetResult & WithRequestId(Aws::String &&value)
GetDistributionLatestCacheResetResult & WithStatus(const Aws::String &value)
AWS_LIGHTSAIL_API GetDistributionLatestCacheResetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDistributionLatestCacheResetResult & WithRequestId(const char *value)
GetDistributionLatestCacheResetResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue