AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetActiveNamesResult.h
1
6#pragma once
7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.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:
31 AWS_LIGHTSAIL_API GetActiveNamesResult();
34
35
37
40 inline const Aws::Vector<Aws::String>& GetActiveNames() const{ return m_activeNames; }
41 inline void SetActiveNames(const Aws::Vector<Aws::String>& value) { m_activeNames = value; }
42 inline void SetActiveNames(Aws::Vector<Aws::String>&& value) { m_activeNames = std::move(value); }
43 inline GetActiveNamesResult& WithActiveNames(const Aws::Vector<Aws::String>& value) { SetActiveNames(value); return *this;}
44 inline GetActiveNamesResult& WithActiveNames(Aws::Vector<Aws::String>&& value) { SetActiveNames(std::move(value)); return *this;}
45 inline GetActiveNamesResult& AddActiveNames(const Aws::String& value) { m_activeNames.push_back(value); return *this; }
46 inline GetActiveNamesResult& AddActiveNames(Aws::String&& value) { m_activeNames.push_back(std::move(value)); return *this; }
47 inline GetActiveNamesResult& AddActiveNames(const char* value) { m_activeNames.push_back(value); return *this; }
49
51
58 inline const Aws::String& GetNextPageToken() const{ return m_nextPageToken; }
59 inline void SetNextPageToken(const Aws::String& value) { m_nextPageToken = value; }
60 inline void SetNextPageToken(Aws::String&& value) { m_nextPageToken = std::move(value); }
61 inline void SetNextPageToken(const char* value) { m_nextPageToken.assign(value); }
62 inline GetActiveNamesResult& WithNextPageToken(const Aws::String& value) { SetNextPageToken(value); return *this;}
63 inline GetActiveNamesResult& WithNextPageToken(Aws::String&& value) { SetNextPageToken(std::move(value)); return *this;}
64 inline GetActiveNamesResult& WithNextPageToken(const char* value) { SetNextPageToken(value); return *this;}
66
68
69 inline const Aws::String& GetRequestId() const{ return m_requestId; }
70 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
71 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
72 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
73 inline GetActiveNamesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
74 inline GetActiveNamesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
75 inline GetActiveNamesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
77 private:
78
79 Aws::Vector<Aws::String> m_activeNames;
80
81 Aws::String m_nextPageToken;
82
83 Aws::String m_requestId;
84 };
85
86} // namespace Model
87} // namespace Lightsail
88} // namespace Aws
GetActiveNamesResult & WithRequestId(const Aws::String &value)
GetActiveNamesResult & AddActiveNames(const Aws::String &value)
GetActiveNamesResult & AddActiveNames(Aws::String &&value)
void SetActiveNames(Aws::Vector< Aws::String > &&value)
GetActiveNamesResult & AddActiveNames(const char *value)
void SetNextPageToken(const Aws::String &value)
GetActiveNamesResult & WithActiveNames(Aws::Vector< Aws::String > &&value)
GetActiveNamesResult & WithRequestId(Aws::String &&value)
GetActiveNamesResult & WithNextPageToken(const Aws::String &value)
const Aws::Vector< Aws::String > & GetActiveNames() const
GetActiveNamesResult & WithNextPageToken(const char *value)
GetActiveNamesResult & WithNextPageToken(Aws::String &&value)
AWS_LIGHTSAIL_API GetActiveNamesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LIGHTSAIL_API GetActiveNamesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetActiveNamesResult & WithActiveNames(const Aws::Vector< Aws::String > &value)
GetActiveNamesResult & WithRequestId(const char *value)
void SetActiveNames(const Aws::Vector< Aws::String > &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