/**
* 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; } private: Aws::Vector