7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/waf-regional/model/LoggingConfiguration.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename LoggingConfigurationsT = Aws::Vector<LoggingConfiguration>>
43 void SetLoggingConfigurations(LoggingConfigurationsT&& value) { m_loggingConfigurationsHasBeenSet =
true; m_loggingConfigurations = std::forward<LoggingConfigurationsT>(value); }
44 template<
typename LoggingConfigurationsT = Aws::Vector<LoggingConfiguration>>
46 template<
typename LoggingConfigurationsT = LoggingConfiguration>
60 template<
typename NextMarkerT = Aws::String>
61 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
62 template<
typename NextMarkerT = Aws::String>
69 template<
typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
71 template<
typename RequestIdT = Aws::String>
77 bool m_loggingConfigurationsHasBeenSet =
false;
80 bool m_nextMarkerHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
ListLoggingConfigurationsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_WAFREGIONAL_API ListLoggingConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
ListLoggingConfigurationsResult & WithLoggingConfigurations(LoggingConfigurationsT &&value)
AWS_WAFREGIONAL_API ListLoggingConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListLoggingConfigurationsResult & AddLoggingConfigurations(LoggingConfigurationsT &&value)
void SetNextMarker(NextMarkerT &&value)
void SetLoggingConfigurations(LoggingConfigurationsT &&value)
const Aws::String & GetNextMarker() const
ListLoggingConfigurationsResult & WithNextMarker(NextMarkerT &&value)
const Aws::Vector< LoggingConfiguration > & GetLoggingConfigurations() const
AWS_WAFREGIONAL_API ListLoggingConfigurationsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue