7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudtrail/model/MaxEventSize.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/cloudtrail/model/ContextKeySelector.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template<
typename EventDataStoreArnT = Aws::String>
45 void SetEventDataStoreArn(EventDataStoreArnT&& value) { m_eventDataStoreArnHasBeenSet =
true; m_eventDataStoreArn = std::forward<EventDataStoreArnT>(value); }
46 template<
typename EventDataStoreArnT = Aws::String>
66 template<
typename ContextKeySelectorsT = Aws::Vector<ContextKeySelector>>
67 void SetContextKeySelectors(ContextKeySelectorsT&& value) { m_contextKeySelectorsHasBeenSet =
true; m_contextKeySelectors = std::forward<ContextKeySelectorsT>(value); }
68 template<
typename ContextKeySelectorsT = Aws::Vector<ContextKeySelector>>
70 template<
typename ContextKeySelectorsT = ContextKeySelector>
77 template<
typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
79 template<
typename RequestIdT = Aws::String>
85 bool m_eventDataStoreArnHasBeenSet =
false;
88 bool m_maxEventSizeHasBeenSet =
false;
91 bool m_contextKeySelectorsHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
GetEventConfigurationResult & WithMaxEventSize(MaxEventSize value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetEventDataStoreArn() const
GetEventConfigurationResult & AddContextKeySelectors(ContextKeySelectorsT &&value)
GetEventConfigurationResult & WithContextKeySelectors(ContextKeySelectorsT &&value)
void SetContextKeySelectors(ContextKeySelectorsT &&value)
const Aws::Vector< ContextKeySelector > & GetContextKeySelectors() const
GetEventConfigurationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_CLOUDTRAIL_API GetEventConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
MaxEventSize GetMaxEventSize() const
AWS_CLOUDTRAIL_API GetEventConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEventDataStoreArn(EventDataStoreArnT &&value)
AWS_CLOUDTRAIL_API GetEventConfigurationResult()=default
GetEventConfigurationResult & WithEventDataStoreArn(EventDataStoreArnT &&value)
void SetMaxEventSize(MaxEventSize value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue