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/EventBridgeConfiguration.h>
42 template<
typename DomainIdT = Aws::String>
43 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
44 template<
typename DomainIdT = Aws::String>
55 template<
typename EventBr
idgeT = EventBr
idgeConfiguration>
56 void SetEventBridge(EventBridgeT&& value) { m_eventBridgeHasBeenSet =
true; m_eventBridge = std::forward<EventBridgeT>(value); }
57 template<
typename EventBr
idgeT = EventBr
idgeConfiguration>
63 bool m_domainIdHasBeenSet =
false;
66 bool m_eventBridgeHasBeenSet =
false;
void SetEventBridge(EventBridgeT &&value)
AWS_CONNECTCASES_API PutCaseEventConfigurationRequest()=default
PutCaseEventConfigurationRequest & WithEventBridge(EventBridgeT &&value)
bool EventBridgeHasBeenSet() const
PutCaseEventConfigurationRequest & WithDomainId(DomainIdT &&value)
void SetDomainId(DomainIdT &&value)
virtual const char * GetServiceRequestName() const override
bool DomainIdHasBeenSet() const
const EventBridgeConfiguration & GetEventBridge() const
AWS_CONNECTCASES_API Aws::String SerializePayload() const override
const Aws::String & GetDomainId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String