AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListLoggingConfigurationsResult.h
1
6#pragma once
7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/waf/model/LoggingConfiguration.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 WAF
26{
27namespace Model
28{
30 {
31 public:
35
36
38
41 inline const Aws::Vector<LoggingConfiguration>& GetLoggingConfigurations() const{ return m_loggingConfigurations; }
42 inline void SetLoggingConfigurations(const Aws::Vector<LoggingConfiguration>& value) { m_loggingConfigurations = value; }
43 inline void SetLoggingConfigurations(Aws::Vector<LoggingConfiguration>&& value) { m_loggingConfigurations = std::move(value); }
46 inline ListLoggingConfigurationsResult& AddLoggingConfigurations(const LoggingConfiguration& value) { m_loggingConfigurations.push_back(value); return *this; }
47 inline ListLoggingConfigurationsResult& AddLoggingConfigurations(LoggingConfiguration&& value) { m_loggingConfigurations.push_back(std::move(value)); return *this; }
49
51
59 inline const Aws::String& GetNextMarker() const{ return m_nextMarker; }
60 inline void SetNextMarker(const Aws::String& value) { m_nextMarker = value; }
61 inline void SetNextMarker(Aws::String&& value) { m_nextMarker = std::move(value); }
62 inline void SetNextMarker(const char* value) { m_nextMarker.assign(value); }
63 inline ListLoggingConfigurationsResult& WithNextMarker(const Aws::String& value) { SetNextMarker(value); return *this;}
64 inline ListLoggingConfigurationsResult& WithNextMarker(Aws::String&& value) { SetNextMarker(std::move(value)); return *this;}
65 inline ListLoggingConfigurationsResult& WithNextMarker(const char* value) { SetNextMarker(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 ListLoggingConfigurationsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
75 inline ListLoggingConfigurationsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
76 inline ListLoggingConfigurationsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
78 private:
79
80 Aws::Vector<LoggingConfiguration> m_loggingConfigurations;
81
82 Aws::String m_nextMarker;
83
84 Aws::String m_requestId;
85 };
86
87} // namespace Model
88} // namespace WAF
89} // namespace Aws
ListLoggingConfigurationsResult & WithNextMarker(const char *value)
AWS_WAF_API ListLoggingConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAF_API ListLoggingConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLoggingConfigurations(Aws::Vector< LoggingConfiguration > &&value)
ListLoggingConfigurationsResult & AddLoggingConfigurations(const LoggingConfiguration &value)
ListLoggingConfigurationsResult & WithNextMarker(Aws::String &&value)
const Aws::Vector< LoggingConfiguration > & GetLoggingConfigurations() const
ListLoggingConfigurationsResult & WithLoggingConfigurations(Aws::Vector< LoggingConfiguration > &&value)
void SetLoggingConfigurations(const Aws::Vector< LoggingConfiguration > &value)
ListLoggingConfigurationsResult & AddLoggingConfigurations(LoggingConfiguration &&value)
ListLoggingConfigurationsResult & WithRequestId(const Aws::String &value)
ListLoggingConfigurationsResult & WithRequestId(Aws::String &&value)
ListLoggingConfigurationsResult & WithLoggingConfigurations(const Aws::Vector< LoggingConfiguration > &value)
ListLoggingConfigurationsResult & WithNextMarker(const Aws::String &value)
ListLoggingConfigurationsResult & WithRequestId(const char *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