7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/connectcases/ConnectCasesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connectcases/model/CaseRuleDetails.h>
42 template<
typename CaseRuleIdT = Aws::String>
43 void SetCaseRuleId(CaseRuleIdT&& value) { m_caseRuleIdHasBeenSet =
true; m_caseRuleId = std::forward<CaseRuleIdT>(value); }
44 template<
typename CaseRuleIdT = Aws::String>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
66 template<
typename DomainIdT = Aws::String>
67 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
68 template<
typename DomainIdT = Aws::String>
78 template<
typename NameT = Aws::String>
79 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
80 template<
typename NameT = Aws::String>
90 template<
typename RuleT = CaseRuleDetails>
91 void SetRule(RuleT&& value) { m_ruleHasBeenSet =
true; m_rule = std::forward<RuleT>(value); }
92 template<
typename RuleT = CaseRuleDetails>
98 bool m_caseRuleIdHasBeenSet =
false;
101 bool m_descriptionHasBeenSet =
false;
104 bool m_domainIdHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
110 bool m_ruleHasBeenSet =
false;
UpdateCaseRuleRequest & WithName(NameT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::String & GetDescription() const
UpdateCaseRuleRequest & WithRule(RuleT &&value)
UpdateCaseRuleRequest & WithDescription(DescriptionT &&value)
const CaseRuleDetails & GetRule() const
const Aws::String & GetCaseRuleId() const
bool DomainIdHasBeenSet() const
void SetRule(RuleT &&value)
bool RuleHasBeenSet() const
bool CaseRuleIdHasBeenSet() const
void SetCaseRuleId(CaseRuleIdT &&value)
AWS_CONNECTCASES_API Aws::String SerializePayload() const override
UpdateCaseRuleRequest & WithDomainId(DomainIdT &&value)
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
UpdateCaseRuleRequest & WithCaseRuleId(CaseRuleIdT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetName(NameT &&value)
const Aws::String & GetDomainId() const
AWS_CONNECTCASES_API UpdateCaseRuleRequest()=default
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String