AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListInstalledComponentsResult.h
1
6#pragma once
7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/greengrassv2/model/InstalledComponent.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace GreengrassV2
26{
27namespace Model
28{
30 {
31 public:
32 AWS_GREENGRASSV2_API ListInstalledComponentsResult();
35
36
38
48 inline const Aws::Vector<InstalledComponent>& GetInstalledComponents() const{ return m_installedComponents; }
49 inline void SetInstalledComponents(const Aws::Vector<InstalledComponent>& value) { m_installedComponents = value; }
50 inline void SetInstalledComponents(Aws::Vector<InstalledComponent>&& value) { m_installedComponents = std::move(value); }
53 inline ListInstalledComponentsResult& AddInstalledComponents(const InstalledComponent& value) { m_installedComponents.push_back(value); return *this; }
54 inline ListInstalledComponentsResult& AddInstalledComponents(InstalledComponent&& value) { m_installedComponents.push_back(std::move(value)); return *this; }
56
58
62 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
63 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
64 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
65 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
66 inline ListInstalledComponentsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
67 inline ListInstalledComponentsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
68 inline ListInstalledComponentsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
70
72
73 inline const Aws::String& GetRequestId() const{ return m_requestId; }
74 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
75 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
76 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
77 inline ListInstalledComponentsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
78 inline ListInstalledComponentsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
79 inline ListInstalledComponentsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
81 private:
82
83 Aws::Vector<InstalledComponent> m_installedComponents;
84
85 Aws::String m_nextToken;
86
87 Aws::String m_requestId;
88 };
89
90} // namespace Model
91} // namespace GreengrassV2
92} // namespace Aws
ListInstalledComponentsResult & WithRequestId(Aws::String &&value)
ListInstalledComponentsResult & WithRequestId(const Aws::String &value)
ListInstalledComponentsResult & WithNextToken(const char *value)
ListInstalledComponentsResult & WithNextToken(const Aws::String &value)
void SetInstalledComponents(Aws::Vector< InstalledComponent > &&value)
ListInstalledComponentsResult & WithNextToken(Aws::String &&value)
ListInstalledComponentsResult & WithInstalledComponents(const Aws::Vector< InstalledComponent > &value)
ListInstalledComponentsResult & WithRequestId(const char *value)
ListInstalledComponentsResult & AddInstalledComponents(const InstalledComponent &value)
const Aws::Vector< InstalledComponent > & GetInstalledComponents() const
void SetInstalledComponents(const Aws::Vector< InstalledComponent > &value)
AWS_GREENGRASSV2_API ListInstalledComponentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListInstalledComponentsResult & WithInstalledComponents(Aws::Vector< InstalledComponent > &&value)
AWS_GREENGRASSV2_API ListInstalledComponentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListInstalledComponentsResult & AddInstalledComponents(InstalledComponent &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue