7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wafv2/model/LoggingConfiguration.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename LoggingConfigurationsT = Aws::Vector<LoggingConfiguration>>
44 void SetLoggingConfigurations(LoggingConfigurationsT&& value) { m_loggingConfigurationsHasBeenSet =
true; m_loggingConfigurations = std::forward<LoggingConfigurationsT>(value); }
45 template<
typename LoggingConfigurationsT = Aws::Vector<LoggingConfiguration>>
47 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;
AWS_WAFV2_API ListLoggingConfigurationsResult()=default
const Aws::String & GetRequestId() const
void SetNextMarker(NextMarkerT &&value)
AWS_WAFV2_API ListLoggingConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListLoggingConfigurationsResult & WithLoggingConfigurations(LoggingConfigurationsT &&value)
ListLoggingConfigurationsResult & WithNextMarker(NextMarkerT &&value)
ListLoggingConfigurationsResult & WithRequestId(RequestIdT &&value)
void SetLoggingConfigurations(LoggingConfigurationsT &&value)
const Aws::Vector< LoggingConfiguration > & GetLoggingConfigurations() const
ListLoggingConfigurationsResult & AddLoggingConfigurations(LoggingConfigurationsT &&value)
AWS_WAFV2_API ListLoggingConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextMarker() const
void SetRequestId(RequestIdT &&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