7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
60 m_versionHasBeenSet =
true;
72 bool m_idHasBeenSet =
false;
73 bool m_versionHasBeenSet =
false;
AWS_PINPOINT_API SegmentReference(Aws::Utils::Json::JsonView jsonValue)
bool VersionHasBeenSet() const
SegmentReference & WithId(IdT &&value)
AWS_PINPOINT_API SegmentReference & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
const Aws::String & GetId() const
AWS_PINPOINT_API SegmentReference()=default
SegmentReference & WithVersion(int value)
void SetVersion(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue