AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetSoftwareUpdatesResult.h
1
6#pragma once
7#include <aws/snowball/Snowball_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 Snowball
24{
25namespace Model
26{
28 {
29 public:
30 AWS_SNOWBALL_API GetSoftwareUpdatesResult();
33
34
36
42 inline const Aws::String& GetUpdatesURI() const{ return m_updatesURI; }
43 inline void SetUpdatesURI(const Aws::String& value) { m_updatesURI = value; }
44 inline void SetUpdatesURI(Aws::String&& value) { m_updatesURI = std::move(value); }
45 inline void SetUpdatesURI(const char* value) { m_updatesURI.assign(value); }
46 inline GetSoftwareUpdatesResult& WithUpdatesURI(const Aws::String& value) { SetUpdatesURI(value); return *this;}
47 inline GetSoftwareUpdatesResult& WithUpdatesURI(Aws::String&& value) { SetUpdatesURI(std::move(value)); return *this;}
48 inline GetSoftwareUpdatesResult& WithUpdatesURI(const char* value) { SetUpdatesURI(value); return *this;}
50
52
53 inline const Aws::String& GetRequestId() const{ return m_requestId; }
54 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
55 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
56 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
57 inline GetSoftwareUpdatesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
58 inline GetSoftwareUpdatesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
59 inline GetSoftwareUpdatesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
61 private:
62
63 Aws::String m_updatesURI;
64
65 Aws::String m_requestId;
66 };
67
68} // namespace Model
69} // namespace Snowball
70} // namespace Aws
GetSoftwareUpdatesResult & WithRequestId(const char *value)
AWS_SNOWBALL_API GetSoftwareUpdatesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSoftwareUpdatesResult & WithUpdatesURI(const Aws::String &value)
GetSoftwareUpdatesResult & WithRequestId(const Aws::String &value)
GetSoftwareUpdatesResult & WithUpdatesURI(const char *value)
AWS_SNOWBALL_API GetSoftwareUpdatesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSoftwareUpdatesResult & WithRequestId(Aws::String &&value)
GetSoftwareUpdatesResult & WithUpdatesURI(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue