AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListScramSecretsResult.h
1
6#pragma once
7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.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 Kafka
25{
26namespace Model
27{
29 {
30 public:
31 AWS_KAFKA_API ListScramSecretsResult();
34
35
37
42 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
43 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
44 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
45 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
46 inline ListScramSecretsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
47 inline ListScramSecretsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
48 inline ListScramSecretsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
50
52
58 inline const Aws::Vector<Aws::String>& GetSecretArnList() const{ return m_secretArnList; }
59 inline void SetSecretArnList(const Aws::Vector<Aws::String>& value) { m_secretArnList = value; }
60 inline void SetSecretArnList(Aws::Vector<Aws::String>&& value) { m_secretArnList = std::move(value); }
62 inline ListScramSecretsResult& WithSecretArnList(Aws::Vector<Aws::String>&& value) { SetSecretArnList(std::move(value)); return *this;}
63 inline ListScramSecretsResult& AddSecretArnList(const Aws::String& value) { m_secretArnList.push_back(value); return *this; }
64 inline ListScramSecretsResult& AddSecretArnList(Aws::String&& value) { m_secretArnList.push_back(std::move(value)); return *this; }
65 inline ListScramSecretsResult& AddSecretArnList(const char* value) { m_secretArnList.push_back(value); return *this; }
67
69
70 inline const Aws::String& GetRequestId() const{ return m_requestId; }
71 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
72 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
73 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
74 inline ListScramSecretsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
75 inline ListScramSecretsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
76 inline ListScramSecretsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
78 private:
79
80 Aws::String m_nextToken;
81
82 Aws::Vector<Aws::String> m_secretArnList;
83
84 Aws::String m_requestId;
85 };
86
87} // namespace Model
88} // namespace Kafka
89} // namespace Aws
ListScramSecretsResult & WithSecretArnList(const Aws::Vector< Aws::String > &value)
ListScramSecretsResult & WithNextToken(const char *value)
ListScramSecretsResult & AddSecretArnList(const char *value)
AWS_KAFKA_API ListScramSecretsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSecretArnList(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetSecretArnList() const
ListScramSecretsResult & WithRequestId(Aws::String &&value)
void SetSecretArnList(const Aws::Vector< Aws::String > &value)
ListScramSecretsResult & AddSecretArnList(Aws::String &&value)
ListScramSecretsResult & WithRequestId(const Aws::String &value)
ListScramSecretsResult & WithNextToken(const Aws::String &value)
ListScramSecretsResult & WithSecretArnList(Aws::Vector< Aws::String > &&value)
AWS_KAFKA_API ListScramSecretsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListScramSecretsResult & WithNextToken(Aws::String &&value)
ListScramSecretsResult & WithRequestId(const char *value)
ListScramSecretsResult & AddSecretArnList(const 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