7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cloudfront/model/RealtimeLogConfig.h>
48 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
58 template<
typename ItemsT = Aws::Vector<RealtimeLogConfig>>
59 void SetItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items = std::forward<ItemsT>(value); }
60 template<
typename ItemsT = Aws::Vector<RealtimeLogConfig>>
62 template<
typename ItemsT = RealtimeLogConfig>
63 RealtimeLogConfigs&
AddItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items.emplace_back(std::forward<ItemsT>(value));
return *
this; }
73 inline void SetIsTruncated(
bool value) { m_isTruncatedHasBeenSet =
true; m_isTruncated = value; }
85 template<
typename MarkerT = Aws::String>
86 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
87 template<
typename MarkerT = Aws::String>
100 template<
typename NextMarkerT = Aws::String>
101 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
102 template<
typename NextMarkerT = Aws::String>
108 bool m_maxItemsHasBeenSet =
false;
111 bool m_itemsHasBeenSet =
false;
113 bool m_isTruncated{
false};
114 bool m_isTruncatedHasBeenSet =
false;
117 bool m_markerHasBeenSet =
false;
120 bool m_nextMarkerHasBeenSet =
false;
bool MaxItemsHasBeenSet() const
void SetItems(ItemsT &&value)
void SetMarker(MarkerT &&value)
bool ItemsHasBeenSet() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool NextMarkerHasBeenSet() const
const Aws::String & GetNextMarker() const
AWS_CLOUDFRONT_API RealtimeLogConfigs & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool MarkerHasBeenSet() const
void SetMaxItems(int value)
RealtimeLogConfigs & WithItems(ItemsT &&value)
const Aws::String & GetMarker() const
RealtimeLogConfigs & AddItems(ItemsT &&value)
AWS_CLOUDFRONT_API RealtimeLogConfigs(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API RealtimeLogConfigs()=default
void SetNextMarker(NextMarkerT &&value)
bool GetIsTruncated() const
void SetIsTruncated(bool value)
const Aws::Vector< RealtimeLogConfig > & GetItems() const
RealtimeLogConfigs & WithMarker(MarkerT &&value)
RealtimeLogConfigs & WithMaxItems(int value)
RealtimeLogConfigs & WithIsTruncated(bool value)
bool IsTruncatedHasBeenSet() const
RealtimeLogConfigs & WithNextMarker(NextMarkerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector