7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ReceiverAccountIdsT = Aws::Vector<Aws::String>>
49 void SetReceiverAccountIds(ReceiverAccountIdsT&& value) { m_receiverAccountIdsHasBeenSet =
true; m_receiverAccountIds = std::forward<ReceiverAccountIdsT>(value); }
50 template<
typename ReceiverAccountIdsT = Aws::Vector<Aws::String>>
52 template<
typename ReceiverAccountIdsT = Aws::String>
58 bool m_receiverAccountIdsHasBeenSet =
false;
ProtectedJobDirectAnalysisConfigurationDetails & WithReceiverAccountIds(ReceiverAccountIdsT &&value)
bool ReceiverAccountIdsHasBeenSet() const
ProtectedJobDirectAnalysisConfigurationDetails & AddReceiverAccountIds(ReceiverAccountIdsT &&value)
const Aws::Vector< Aws::String > & GetReceiverAccountIds() const
AWS_CLEANROOMS_API ProtectedJobDirectAnalysisConfigurationDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetReceiverAccountIds(ReceiverAccountIdsT &&value)
AWS_CLEANROOMS_API ProtectedJobDirectAnalysisConfigurationDetails()=default
AWS_CLEANROOMS_API ProtectedJobDirectAnalysisConfigurationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue