/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the response from the server for the request to update user
* attributes.See Also:
AWS
* API Reference
The code delivery details list from the server for the request to update user * attributes.
*/ inline const Aws::VectorThe code delivery details list from the server for the request to update user * attributes.
*/ inline void SetCodeDeliveryDetailsList(const Aws::VectorThe code delivery details list from the server for the request to update user * attributes.
*/ inline void SetCodeDeliveryDetailsList(Aws::VectorThe code delivery details list from the server for the request to update user * attributes.
*/ inline UpdateUserAttributesResult& WithCodeDeliveryDetailsList(const Aws::VectorThe code delivery details list from the server for the request to update user * attributes.
*/ inline UpdateUserAttributesResult& WithCodeDeliveryDetailsList(Aws::VectorThe code delivery details list from the server for the request to update user * attributes.
*/ inline UpdateUserAttributesResult& AddCodeDeliveryDetailsList(const CodeDeliveryDetailsType& value) { m_codeDeliveryDetailsList.push_back(value); return *this; } /** *The code delivery details list from the server for the request to update user * attributes.
*/ inline UpdateUserAttributesResult& AddCodeDeliveryDetailsList(CodeDeliveryDetailsType&& value) { m_codeDeliveryDetailsList.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline UpdateUserAttributesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline UpdateUserAttributesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline UpdateUserAttributesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector