/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of message attribute values.See Also:
AWS
* API Reference
The strings in a message attribute value.
*/ inline const Aws::VectorThe strings in a message attribute value.
*/ inline bool StringValuesHasBeenSet() const { return m_stringValuesHasBeenSet; } /** *The strings in a message attribute value.
*/ inline void SetStringValues(const Aws::VectorThe strings in a message attribute value.
*/ inline void SetStringValues(Aws::VectorThe strings in a message attribute value.
*/ inline MessageAttributeValue& WithStringValues(const Aws::VectorThe strings in a message attribute value.
*/ inline MessageAttributeValue& WithStringValues(Aws::VectorThe strings in a message attribute value.
*/ inline MessageAttributeValue& AddStringValues(const Aws::String& value) { m_stringValuesHasBeenSet = true; m_stringValues.push_back(value); return *this; } /** *The strings in a message attribute value.
*/ inline MessageAttributeValue& AddStringValues(Aws::String&& value) { m_stringValuesHasBeenSet = true; m_stringValues.push_back(std::move(value)); return *this; } /** *The strings in a message attribute value.
*/ inline MessageAttributeValue& AddStringValues(const char* value) { m_stringValuesHasBeenSet = true; m_stringValues.push_back(value); return *this; } private: Aws::Vector