7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/RecordingGroup.h>
10#include <aws/config/model/RecordingMode.h>
11#include <aws/config/model/RecordingScope.h>
24namespace ConfigService
53 template<
typename ArnT = Aws::String>
54 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
55 template<
typename ArnT = Aws::String>
74 template<
typename NameT = Aws::String>
75 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
76 template<
typename NameT = Aws::String>
114 template<
typename RoleARNT = Aws::String>
115 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
116 template<
typename RoleARNT = Aws::String>
141 template<
typename RecordingGroupT = RecordingGroup>
142 void SetRecordingGroup(RecordingGroupT&& value) { m_recordingGroupHasBeenSet =
true; m_recordingGroup = std::forward<RecordingGroupT>(value); }
143 template<
typename RecordingGroupT = RecordingGroup>
164 template<
typename RecordingModeT = RecordingMode>
165 void SetRecordingMode(RecordingModeT&& value) { m_recordingModeHasBeenSet =
true; m_recordingMode = std::forward<RecordingModeT>(value); }
166 template<
typename RecordingModeT = RecordingMode>
191 template<
typename ServicePrincipalT = Aws::String>
192 void SetServicePrincipal(ServicePrincipalT&& value) { m_servicePrincipalHasBeenSet =
true; m_servicePrincipal = std::forward<ServicePrincipalT>(value); }
193 template<
typename ServicePrincipalT = Aws::String>
199 bool m_arnHasBeenSet =
false;
202 bool m_nameHasBeenSet =
false;
205 bool m_roleARNHasBeenSet =
false;
208 bool m_recordingGroupHasBeenSet =
false;
211 bool m_recordingModeHasBeenSet =
false;
214 bool m_recordingScopeHasBeenSet =
false;
217 bool m_servicePrincipalHasBeenSet =
false;
ConfigurationRecorder & WithRecordingMode(RecordingModeT &&value)
ConfigurationRecorder & WithArn(ArnT &&value)
void SetServicePrincipal(ServicePrincipalT &&value)
void SetRecordingGroup(RecordingGroupT &&value)
void SetName(NameT &&value)
const Aws::String & GetRoleARN() const
ConfigurationRecorder & WithRecordingGroup(RecordingGroupT &&value)
ConfigurationRecorder & WithName(NameT &&value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RoleARNHasBeenSet() const
const RecordingMode & GetRecordingMode() const
const Aws::String & GetName() const
void SetRoleARN(RoleARNT &&value)
bool NameHasBeenSet() const
AWS_CONFIGSERVICE_API ConfigurationRecorder()=default
ConfigurationRecorder & WithServicePrincipal(ServicePrincipalT &&value)
ConfigurationRecorder & WithRoleARN(RoleARNT &&value)
AWS_CONFIGSERVICE_API ConfigurationRecorder & operator=(Aws::Utils::Json::JsonView jsonValue)
const RecordingGroup & GetRecordingGroup() const
bool RecordingGroupHasBeenSet() const
AWS_CONFIGSERVICE_API ConfigurationRecorder(Aws::Utils::Json::JsonView jsonValue)
bool RecordingScopeHasBeenSet() const
const Aws::String & GetServicePrincipal() const
bool ArnHasBeenSet() const
void SetRecordingMode(RecordingModeT &&value)
ConfigurationRecorder & WithRecordingScope(RecordingScope value)
RecordingScope GetRecordingScope() const
void SetArn(ArnT &&value)
bool RecordingModeHasBeenSet() const
bool ServicePrincipalHasBeenSet() const
const Aws::String & GetArn() const
void SetRecordingScope(RecordingScope value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue