7#include <aws/connectcases/ConnectCasesRequest.h>
8#include <aws/connectcases/ConnectCases_EXPORTS.h>
9#include <aws/connectcases/model/CaseRuleDetails.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ConnectCases {
38 template <
typename DomainIdT = Aws::String>
40 m_domainIdHasBeenSet =
true;
41 m_domainId = std::forward<DomainIdT>(value);
43 template <
typename DomainIdT = Aws::String>
56 template <
typename CaseRuleIdT = Aws::String>
58 m_caseRuleIdHasBeenSet =
true;
59 m_caseRuleId = std::forward<CaseRuleIdT>(value);
61 template <
typename CaseRuleIdT = Aws::String>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
110 template <
typename RuleT = CaseRuleDetails>
112 m_ruleHasBeenSet =
true;
113 m_rule = std::forward<RuleT>(value);
115 template <
typename RuleT = CaseRuleDetails>
117 SetRule(std::forward<RuleT>(value));
131 bool m_domainIdHasBeenSet =
false;
132 bool m_caseRuleIdHasBeenSet =
false;
133 bool m_nameHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
135 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