7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename SegmentIdT = Aws::String>
48 void SetSegmentId(SegmentIdT&& value) { m_segmentIdHasBeenSet =
true; m_segmentId = std::forward<SegmentIdT>(value); }
49 template<
typename SegmentIdT = Aws::String>
55 bool m_segmentIdHasBeenSet =
false;
AWS_PINPOINT_API SegmentCondition(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
SegmentCondition & WithSegmentId(SegmentIdT &&value)
AWS_PINPOINT_API SegmentCondition()=default
void SetSegmentId(SegmentIdT &&value)
AWS_PINPOINT_API SegmentCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SegmentIdHasBeenSet() const
const Aws::String & GetSegmentId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue