7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/RealtimeLogConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 m_maxItemsHasBeenSet =
true;
58 template <
typename ItemsT = Aws::Vector<RealtimeLogConfig>>
60 m_itemsHasBeenSet =
true;
61 m_items = std::forward<ItemsT>(value);
63 template <
typename ItemsT = Aws::Vector<RealtimeLogConfig>>
65 SetItems(std::forward<ItemsT>(value));
68 template <
typename ItemsT = RealtimeLogConfig>
70 m_itemsHasBeenSet =
true;
71 m_items.emplace_back(std::forward<ItemsT>(value));
84 m_isTruncatedHasBeenSet =
true;
85 m_isTruncated = value;
101 template <
typename MarkerT = Aws::String>
103 m_markerHasBeenSet =
true;
104 m_marker = std::forward<MarkerT>(value);
106 template <
typename MarkerT = Aws::String>
122 template <
typename NextMarkerT = Aws::String>
124 m_nextMarkerHasBeenSet =
true;
125 m_nextMarker = std::forward<NextMarkerT>(value);
127 template <
typename NextMarkerT = Aws::String>
138 bool m_isTruncated{
false};
143 bool m_maxItemsHasBeenSet =
false;
144 bool m_itemsHasBeenSet =
false;
145 bool m_isTruncatedHasBeenSet =
false;
146 bool m_markerHasBeenSet =
false;
147 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