/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about a segment annotation.See Also:
AWS
* API Reference
Values of the annotation.
*/ inline const AnnotationValue& GetAnnotationValue() const{ return m_annotationValue; } /** *Values of the annotation.
*/ inline bool AnnotationValueHasBeenSet() const { return m_annotationValueHasBeenSet; } /** *Values of the annotation.
*/ inline void SetAnnotationValue(const AnnotationValue& value) { m_annotationValueHasBeenSet = true; m_annotationValue = value; } /** *Values of the annotation.
*/ inline void SetAnnotationValue(AnnotationValue&& value) { m_annotationValueHasBeenSet = true; m_annotationValue = std::move(value); } /** *Values of the annotation.
*/ inline ValueWithServiceIds& WithAnnotationValue(const AnnotationValue& value) { SetAnnotationValue(value); return *this;} /** *Values of the annotation.
*/ inline ValueWithServiceIds& WithAnnotationValue(AnnotationValue&& value) { SetAnnotationValue(std::move(value)); return *this;} /** *Services to which the annotation applies.
*/ inline const Aws::VectorServices to which the annotation applies.
*/ inline bool ServiceIdsHasBeenSet() const { return m_serviceIdsHasBeenSet; } /** *Services to which the annotation applies.
*/ inline void SetServiceIds(const Aws::VectorServices to which the annotation applies.
*/ inline void SetServiceIds(Aws::VectorServices to which the annotation applies.
*/ inline ValueWithServiceIds& WithServiceIds(const Aws::VectorServices to which the annotation applies.
*/ inline ValueWithServiceIds& WithServiceIds(Aws::VectorServices to which the annotation applies.
*/ inline ValueWithServiceIds& AddServiceIds(const ServiceId& value) { m_serviceIdsHasBeenSet = true; m_serviceIds.push_back(value); return *this; } /** *Services to which the annotation applies.
*/ inline ValueWithServiceIds& AddServiceIds(ServiceId&& value) { m_serviceIdsHasBeenSet = true; m_serviceIds.push_back(std::move(value)); return *this; } private: AnnotationValue m_annotationValue; bool m_annotationValueHasBeenSet = false; Aws::Vector