/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides information about all the endpoints that are associated with a user
* ID.See Also:
AWS
* API Reference
An array of responses, one for each endpoint that's associated with the user * ID.
*/ inline const Aws::VectorAn array of responses, one for each endpoint that's associated with the user * ID.
*/ inline bool ItemHasBeenSet() const { return m_itemHasBeenSet; } /** *An array of responses, one for each endpoint that's associated with the user * ID.
*/ inline void SetItem(const Aws::VectorAn array of responses, one for each endpoint that's associated with the user * ID.
*/ inline void SetItem(Aws::VectorAn array of responses, one for each endpoint that's associated with the user * ID.
*/ inline EndpointsResponse& WithItem(const Aws::VectorAn array of responses, one for each endpoint that's associated with the user * ID.
*/ inline EndpointsResponse& WithItem(Aws::VectorAn array of responses, one for each endpoint that's associated with the user * ID.
*/ inline EndpointsResponse& AddItem(const EndpointResponse& value) { m_itemHasBeenSet = true; m_item.push_back(value); return *this; } /** *An array of responses, one for each endpoint that's associated with the user * ID.
*/ inline EndpointsResponse& AddItem(EndpointResponse&& value) { m_itemHasBeenSet = true; m_item.push_back(std::move(value)); return *this; } private: Aws::Vector