7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/cleanrooms/model/ProtectedJobStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/cleanrooms/model/ProtectedJobReceiverConfiguration.h>
51 template<
typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
63 template<
typename MembershipIdT = Aws::String>
64 void SetMembershipId(MembershipIdT&& value) { m_membershipIdHasBeenSet =
true; m_membershipId = std::forward<MembershipIdT>(value); }
65 template<
typename MembershipIdT = Aws::String>
75 template<
typename MembershipArnT = Aws::String>
76 void SetMembershipArn(MembershipArnT&& value) { m_membershipArnHasBeenSet =
true; m_membershipArn = std::forward<MembershipArnT>(value); }
77 template<
typename MembershipArnT = Aws::String>
87 template<
typename CreateTimeT = Aws::Utils::DateTime>
88 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
89 template<
typename CreateTimeT = Aws::Utils::DateTime>
109 template<
typename ReceiverConfigurationsT = Aws::Vector<ProtectedJobReceiverConfiguration>>
110 void SetReceiverConfigurations(ReceiverConfigurationsT&& value) { m_receiverConfigurationsHasBeenSet =
true; m_receiverConfigurations = std::forward<ReceiverConfigurationsT>(value); }
111 template<
typename ReceiverConfigurationsT = Aws::Vector<ProtectedJobReceiverConfiguration>>
113 template<
typename ReceiverConfigurationsT = ProtectedJobReceiverConfiguration>
119 bool m_idHasBeenSet =
false;
122 bool m_membershipIdHasBeenSet =
false;
125 bool m_membershipArnHasBeenSet =
false;
128 bool m_createTimeHasBeenSet =
false;
131 bool m_statusHasBeenSet =
false;
134 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