/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the information of one or more recipients who receive the
* emails. You must add
* the users that receive emails to your AWS SSO store.See Also:
AWS
* API Reference
Specifies one or more recipients who receive the email.
*/ inline const Aws::VectorSpecifies one or more recipients who receive the email.
*/ inline bool ToHasBeenSet() const { return m_toHasBeenSet; } /** *Specifies one or more recipients who receive the email.
*/ inline void SetTo(const Aws::VectorSpecifies one or more recipients who receive the email.
*/ inline void SetTo(Aws::VectorSpecifies one or more recipients who receive the email.
*/ inline EmailRecipients& WithTo(const Aws::VectorSpecifies one or more recipients who receive the email.
*/ inline EmailRecipients& WithTo(Aws::VectorSpecifies one or more recipients who receive the email.
*/ inline EmailRecipients& AddTo(const RecipientDetail& value) { m_toHasBeenSet = true; m_to.push_back(value); return *this; } /** *Specifies one or more recipients who receive the email.
*/ inline EmailRecipients& AddTo(RecipientDetail&& value) { m_toHasBeenSet = true; m_to.push_back(std::move(value)); return *this; } private: Aws::Vector