7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedJobReceiverConfiguration.h>
9#include <aws/cleanrooms/model/ProtectedJobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
63 template <
typename MembershipIdT = Aws::String>
65 m_membershipIdHasBeenSet =
true;
66 m_membershipId = std::forward<MembershipIdT>(value);
68 template <
typename MembershipIdT = Aws::String>
81 template <
typename MembershipArnT = Aws::String>
83 m_membershipArnHasBeenSet =
true;
84 m_membershipArn = std::forward<MembershipArnT>(value);
86 template <
typename MembershipArnT = Aws::String>
99 template <
typename CreateTimeT = Aws::Utils::DateTime>
101 m_createTimeHasBeenSet =
true;
102 m_createTime = std::forward<CreateTimeT>(value);
104 template <
typename CreateTimeT = Aws::Utils::DateTime>
118 m_statusHasBeenSet =
true;
133 template <
typename ReceiverConfigurationsT = Aws::Vector<ProtectedJobReceiverConfiguration>>
135 m_receiverConfigurationsHasBeenSet =
true;
136 m_receiverConfigurations = std::forward<ReceiverConfigurationsT>(value);
138 template <
typename ReceiverConfigurationsT = Aws::Vector<ProtectedJobReceiverConfiguration>>
143 template <
typename ReceiverConfigurationsT = ProtectedJobReceiverConfiguration>
145 m_receiverConfigurationsHasBeenSet =
true;
146 m_receiverConfigurations.emplace_back(std::forward<ReceiverConfigurationsT>(value));
162 bool m_idHasBeenSet =
false;
163 bool m_membershipIdHasBeenSet =
false;
164 bool m_membershipArnHasBeenSet =
false;
165 bool m_createTimeHasBeenSet =
false;
166 bool m_statusHasBeenSet =
false;
167 bool m_receiverConfigurationsHasBeenSet =
false;
AWS_CLEANROOMS_API ProtectedJobSummary()=default
ProtectedJobSummary & WithMembershipArn(MembershipArnT &&value)
const Aws::Vector< ProtectedJobReceiverConfiguration > & GetReceiverConfigurations() const
bool MembershipArnHasBeenSet() const
bool IdHasBeenSet() const
void SetStatus(ProtectedJobStatus value)
const Aws::String & GetId() const
ProtectedJobSummary & WithMembershipId(MembershipIdT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
ProtectedJobSummary & AddReceiverConfigurations(ReceiverConfigurationsT &&value)
ProtectedJobSummary & WithId(IdT &&value)
bool CreateTimeHasBeenSet() const
void SetMembershipArn(MembershipArnT &&value)
const Aws::String & GetMembershipId() const
ProtectedJobSummary & WithCreateTime(CreateTimeT &&value)
bool ReceiverConfigurationsHasBeenSet() const
bool StatusHasBeenSet() const
AWS_CLEANROOMS_API ProtectedJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMembershipId(MembershipIdT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
bool MembershipIdHasBeenSet() const
void SetCreateTime(CreateTimeT &&value)
ProtectedJobSummary & WithStatus(ProtectedJobStatus value)
AWS_CLEANROOMS_API ProtectedJobSummary(Aws::Utils::Json::JsonView jsonValue)
ProtectedJobSummary & WithReceiverConfigurations(ReceiverConfigurationsT &&value)
ProtectedJobStatus GetStatus() const
const Aws::String & GetMembershipArn() const
void SetReceiverConfigurations(ReceiverConfigurationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue