7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename IdT = Aws::String>
55 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
56 template<
typename IdT = Aws::String>
66 template<
typename DocumentT = Aws::String>
67 void SetDocument(DocumentT&& value) { m_documentHasBeenSet =
true; m_document = std::forward<DocumentT>(value); }
68 template<
typename DocumentT = Aws::String>
74 bool m_idHasBeenSet =
false;
77 bool m_documentHasBeenSet =
false;
bool IdHasBeenSet() const
const Aws::String & GetId() const
AWS_XRAY_API Segment(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDocument() const
AWS_XRAY_API Segment()=default
AWS_XRAY_API Segment & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDocument(DocumentT &&value)
Segment & WithDocument(DocumentT &&value)
bool DocumentHasBeenSet() const
Segment & WithId(IdT &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue