7#include <aws/directconnect/DirectConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/directconnect/model/Lag.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace DirectConnect
42 template<
typename LagsT = Aws::Vector<Lag>>
43 void SetLags(LagsT&& value) { m_lagsHasBeenSet =
true; m_lags = std::forward<LagsT>(value); }
44 template<
typename LagsT = Aws::Vector<Lag>>
46 template<
typename LagsT = Lag>
47 DescribeLagsResult&
AddLags(LagsT&& value) { m_lagsHasBeenSet =
true; m_lags.emplace_back(std::forward<LagsT>(value));
return *
this; }
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_lagsHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_DIRECTCONNECT_API DescribeLagsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DIRECTCONNECT_API DescribeLagsResult()=default
DescribeLagsResult & WithRequestId(RequestIdT &&value)
DescribeLagsResult & AddLags(LagsT &&value)
const Aws::Vector< Lag > & GetLags() const
void SetLags(LagsT &&value)
const Aws::String & GetRequestId() const
AWS_DIRECTCONNECT_API DescribeLagsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeLagsResult & WithLags(LagsT &&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