7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/EventsConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename EventsConfigurationT = EventsConfiguration>
37 m_eventsConfigurationHasBeenSet =
true;
38 m_eventsConfiguration = std::forward<EventsConfigurationT>(value);
40 template <
typename EventsConfigurationT = EventsConfiguration>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_eventsConfigurationHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
GetEventsConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_CHIME_API GetEventsConfigurationResult()=default
const Aws::String & GetRequestId() const
AWS_CHIME_API GetEventsConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEventsConfiguration(EventsConfigurationT &&value)
const EventsConfiguration & GetEventsConfiguration() const
AWS_CHIME_API GetEventsConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetEventsConfigurationResult & WithEventsConfiguration(EventsConfigurationT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue