7#include <aws/ivschat/Ivschat_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ivschat/model/LoggingConfigurationSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
45 template<
typename LoggingConfigurationsT = Aws::Vector<LoggingConfigurationSummary>>
46 void SetLoggingConfigurations(LoggingConfigurationsT&& value) { m_loggingConfigurationsHasBeenSet =
true; m_loggingConfigurations = std::forward<LoggingConfigurationsT>(value); }
47 template<
typename LoggingConfigurationsT = Aws::Vector<LoggingConfigurationSummary>>
49 template<
typename LoggingConfigurationsT = LoggingConfigurationSummary>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_loggingConfigurationsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
ListLoggingConfigurationsResult & WithLoggingConfigurations(LoggingConfigurationsT &&value)
ListLoggingConfigurationsResult & AddLoggingConfigurations(LoggingConfigurationsT &&value)
AWS_IVSCHAT_API ListLoggingConfigurationsResult()=default
ListLoggingConfigurationsResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
void SetLoggingConfigurations(LoggingConfigurationsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_IVSCHAT_API ListLoggingConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< LoggingConfigurationSummary > & GetLoggingConfigurations() const
ListLoggingConfigurationsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
AWS_IVSCHAT_API ListLoggingConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue