7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/evidently/CloudWatchEvidentlyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/evidently/model/SegmentReferenceResourceType.h>
19namespace CloudWatchEvidently
49 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
72 template<
typename SegmentT = Aws::String>
73 void SetSegment(SegmentT&& value) { m_segmentHasBeenSet =
true; m_segment = std::forward<SegmentT>(value); }
74 template<
typename SegmentT = Aws::String>
91 bool m_maxResultsHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
97 bool m_segmentHasBeenSet =
false;
100 bool m_typeHasBeenSet =
false;
bool NextTokenHasBeenSet() const
SegmentReferenceResourceType GetType() const
AWS_CLOUDWATCHEVIDENTLY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListSegmentReferencesRequest & WithSegment(SegmentT &&value)
ListSegmentReferencesRequest & WithNextToken(NextTokenT &&value)
bool SegmentHasBeenSet() const
bool TypeHasBeenSet() const
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetSegment() const
AWS_CLOUDWATCHEVIDENTLY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetType(SegmentReferenceResourceType value)
void SetNextToken(NextTokenT &&value)
ListSegmentReferencesRequest & WithType(SegmentReferenceResourceType value)
AWS_CLOUDWATCHEVIDENTLY_API ListSegmentReferencesRequest()=default
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
ListSegmentReferencesRequest & WithMaxResults(int value)
void SetSegment(SegmentT &&value)
SegmentReferenceResourceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String