7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/security-ir/SecurityIRRequest.h>
10#include <aws/security-ir/SecurityIR_EXPORTS.h>
11#include <aws/security-ir/model/IncidentResponder.h>
12#include <aws/security-ir/model/MembershipAccountsConfigurationsUpdate.h>
13#include <aws/security-ir/model/OptInFeature.h>
42 template <
typename MembershipIdT = Aws::String>
44 m_membershipIdHasBeenSet =
true;
45 m_membershipId = std::forward<MembershipIdT>(value);
47 template <
typename MembershipIdT = Aws::String>
60 template <
typename MembershipNameT = Aws::String>
62 m_membershipNameHasBeenSet =
true;
63 m_membershipName = std::forward<MembershipNameT>(value);
65 template <
typename MembershipNameT = Aws::String>
78 template <
typename Inc
identResponseTeamT = Aws::Vector<Inc
identResponder>>
80 m_incidentResponseTeamHasBeenSet =
true;
81 m_incidentResponseTeam = std::forward<IncidentResponseTeamT>(value);
83 template <
typename Inc
identResponseTeamT = Aws::Vector<Inc
identResponder>>
88 template <
typename Inc
identResponseTeamT = Inc
identResponder>
90 m_incidentResponseTeamHasBeenSet =
true;
91 m_incidentResponseTeam.emplace_back(std::forward<IncidentResponseTeamT>(value));
103 template <
typename OptInFeaturesT = Aws::Vector<OptInFeature>>
105 m_optInFeaturesHasBeenSet =
true;
106 m_optInFeatures = std::forward<OptInFeaturesT>(value);
108 template <
typename OptInFeaturesT = Aws::Vector<OptInFeature>>
113 template <
typename OptInFeaturesT = OptInFeature>
115 m_optInFeaturesHasBeenSet =
true;
116 m_optInFeatures.emplace_back(std::forward<OptInFeaturesT>(value));
131 return m_membershipAccountsConfigurationsUpdate;
134 template <
typename MembershipAccountsConfigurationsUpdateT = MembershipAccountsConfigurationsUpdate>
136 m_membershipAccountsConfigurationsUpdateHasBeenSet =
true;
137 m_membershipAccountsConfigurationsUpdate = std::forward<MembershipAccountsConfigurationsUpdateT>(value);
139 template <
typename MembershipAccountsConfigurationsUpdateT = MembershipAccountsConfigurationsUpdate>
161 m_undoMembershipCancellationHasBeenSet =
true;
162 m_undoMembershipCancellation = value;
180 bool m_undoMembershipCancellation{
false};
181 bool m_membershipIdHasBeenSet =
false;
182 bool m_membershipNameHasBeenSet =
false;
183 bool m_incidentResponseTeamHasBeenSet =
false;
184 bool m_optInFeaturesHasBeenSet =
false;
185 bool m_membershipAccountsConfigurationsUpdateHasBeenSet =
false;
186 bool m_undoMembershipCancellationHasBeenSet =
false;
void SetUndoMembershipCancellation(bool value)
UpdateMembershipRequest & WithUndoMembershipCancellation(bool value)
void SetMembershipName(MembershipNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetIncidentResponseTeam(IncidentResponseTeamT &&value)
bool MembershipIdHasBeenSet() const
bool MembershipAccountsConfigurationsUpdateHasBeenSet() const
void SetMembershipAccountsConfigurationsUpdate(MembershipAccountsConfigurationsUpdateT &&value)
const Aws::String & GetMembershipName() const
const Aws::Vector< IncidentResponder > & GetIncidentResponseTeam() const
UpdateMembershipRequest & WithOptInFeatures(OptInFeaturesT &&value)
const Aws::Vector< OptInFeature > & GetOptInFeatures() const
UpdateMembershipRequest & WithMembershipName(MembershipNameT &&value)
void SetMembershipId(MembershipIdT &&value)
AWS_SECURITYIR_API Aws::String SerializePayload() const override
bool UndoMembershipCancellationHasBeenSet() const
bool GetUndoMembershipCancellation() const
const Aws::String & GetMembershipId() const
void SetOptInFeatures(OptInFeaturesT &&value)
UpdateMembershipRequest & WithMembershipId(MembershipIdT &&value)
UpdateMembershipRequest & WithIncidentResponseTeam(IncidentResponseTeamT &&value)
UpdateMembershipRequest & AddOptInFeatures(OptInFeaturesT &&value)
bool IncidentResponseTeamHasBeenSet() const
AWS_SECURITYIR_API UpdateMembershipRequest()=default
UpdateMembershipRequest & WithMembershipAccountsConfigurationsUpdate(MembershipAccountsConfigurationsUpdateT &&value)
const MembershipAccountsConfigurationsUpdate & GetMembershipAccountsConfigurationsUpdate() const
bool OptInFeaturesHasBeenSet() const
bool MembershipNameHasBeenSet() const
UpdateMembershipRequest & AddIncidentResponseTeam(IncidentResponseTeamT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector