/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The response from the GetSMSAttributes
request.See
* Also:
AWS
* API Reference
The SMS attribute names and their values.
*/ inline const Aws::MapThe SMS attribute names and their values.
*/ inline void SetAttributes(const Aws::MapThe SMS attribute names and their values.
*/ inline void SetAttributes(Aws::MapThe SMS attribute names and their values.
*/ inline GetSMSAttributesResult& WithAttributes(const Aws::MapThe SMS attribute names and their values.
*/ inline GetSMSAttributesResult& WithAttributes(Aws::MapThe SMS attribute names and their values.
*/ inline GetSMSAttributesResult& AddAttributes(const Aws::String& key, const Aws::String& value) { m_attributes.emplace(key, value); return *this; } /** *The SMS attribute names and their values.
*/ inline GetSMSAttributesResult& AddAttributes(Aws::String&& key, const Aws::String& value) { m_attributes.emplace(std::move(key), value); return *this; } /** *The SMS attribute names and their values.
*/ inline GetSMSAttributesResult& AddAttributes(const Aws::String& key, Aws::String&& value) { m_attributes.emplace(key, std::move(value)); return *this; } /** *The SMS attribute names and their values.
*/ inline GetSMSAttributesResult& AddAttributes(Aws::String&& key, Aws::String&& value) { m_attributes.emplace(std::move(key), std::move(value)); return *this; } /** *The SMS attribute names and their values.
*/ inline GetSMSAttributesResult& AddAttributes(const char* key, Aws::String&& value) { m_attributes.emplace(key, std::move(value)); return *this; } /** *The SMS attribute names and their values.
*/ inline GetSMSAttributesResult& AddAttributes(Aws::String&& key, const char* value) { m_attributes.emplace(std::move(key), value); return *this; } /** *The SMS attribute names and their values.
*/ inline GetSMSAttributesResult& AddAttributes(const char* key, const char* value) { m_attributes.emplace(key, value); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline GetSMSAttributesResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline GetSMSAttributesResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Map