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;
PutEventConfigurationResult & WithRequestId(RequestIdT &&value)
PutEventConfigurationResult & WithEventDataStoreArn(EventDataStoreArnT &&value)
PutEventConfigurationResult & WithMaxEventSize(MaxEventSize value)
AWS_CLOUDTRAIL_API PutEventConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
MaxEventSize GetMaxEventSize() const
PutEventConfigurationResult & WithContextKeySelectors(ContextKeySelectorsT &&value)
void SetMaxEventSize(MaxEventSize value)
void SetContextKeySelectors(ContextKeySelectorsT &&value)
PutEventConfigurationResult & AddContextKeySelectors(ContextKeySelectorsT &&value)
AWS_CLOUDTRAIL_API PutEventConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetEventDataStoreArn(EventDataStoreArnT &&value)
const Aws::Vector< ContextKeySelector > & GetContextKeySelectors() const
void SetRequestId(RequestIdT &&value)
AWS_CLOUDTRAIL_API PutEventConfigurationResult()=default
const Aws::String & GetEventDataStoreArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue