7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/cloudtrail/CloudTrailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename EventDataStoreT = Aws::String>
45 void SetEventDataStore(EventDataStoreT&& value) { m_eventDataStoreHasBeenSet =
true; m_eventDataStore = std::forward<EventDataStoreT>(value); }
46 template<
typename EventDataStoreT = Aws::String>
61 template<
typename FederationRoleArnT = Aws::String>
62 void SetFederationRoleArn(FederationRoleArnT&& value) { m_federationRoleArnHasBeenSet =
true; m_federationRoleArn = std::forward<FederationRoleArnT>(value); }
63 template<
typename FederationRoleArnT = Aws::String>
69 bool m_eventDataStoreHasBeenSet =
false;
72 bool m_federationRoleArnHasBeenSet =
false;
EnableFederationRequest & WithEventDataStore(EventDataStoreT &&value)
void SetEventDataStore(EventDataStoreT &&value)
AWS_CLOUDTRAIL_API EnableFederationRequest()=default
bool FederationRoleArnHasBeenSet() const
EnableFederationRequest & WithFederationRoleArn(FederationRoleArnT &&value)
AWS_CLOUDTRAIL_API Aws::String SerializePayload() const override
void SetFederationRoleArn(FederationRoleArnT &&value)
const Aws::String & GetFederationRoleArn() const
const Aws::String & GetEventDataStore() const
virtual const char * GetServiceRequestName() const override
bool EventDataStoreHasBeenSet() const
AWS_CLOUDTRAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String