7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/model/AnnotationValue.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/xray/model/ServiceId.h>
48 template<
typename AnnotationValueT = AnnotationValue>
49 void SetAnnotationValue(AnnotationValueT&& value) { m_annotationValueHasBeenSet =
true; m_annotationValue = std::forward<AnnotationValueT>(value); }
50 template<
typename AnnotationValueT = AnnotationValue>
60 template<
typename ServiceIdsT = Aws::Vector<ServiceId>>
61 void SetServiceIds(ServiceIdsT&& value) { m_serviceIdsHasBeenSet =
true; m_serviceIds = std::forward<ServiceIdsT>(value); }
62 template<
typename ServiceIdsT = Aws::Vector<ServiceId>>
64 template<
typename ServiceIdsT = ServiceId>
70 bool m_annotationValueHasBeenSet =
false;
73 bool m_serviceIdsHasBeenSet =
false;
bool AnnotationValueHasBeenSet() const
const AnnotationValue & GetAnnotationValue() const
bool ServiceIdsHasBeenSet() const
const Aws::Vector< ServiceId > & GetServiceIds() const
AWS_XRAY_API ValueWithServiceIds(Aws::Utils::Json::JsonView jsonValue)
AWS_XRAY_API ValueWithServiceIds & operator=(Aws::Utils::Json::JsonView jsonValue)
ValueWithServiceIds & WithAnnotationValue(AnnotationValueT &&value)
ValueWithServiceIds & AddServiceIds(ServiceIdsT &&value)
void SetAnnotationValue(AnnotationValueT &&value)
void SetServiceIds(ServiceIdsT &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_XRAY_API ValueWithServiceIds()=default
ValueWithServiceIds & WithServiceIds(ServiceIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue