7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/RecordingScope.h>
22namespace ConfigService
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
74 template<
typename ServicePrincipalT = Aws::String>
75 void SetServicePrincipal(ServicePrincipalT&& value) { m_servicePrincipalHasBeenSet =
true; m_servicePrincipal = std::forward<ServicePrincipalT>(value); }
76 template<
typename ServicePrincipalT = Aws::String>
96 bool m_arnHasBeenSet =
false;
99 bool m_nameHasBeenSet =
false;
102 bool m_servicePrincipalHasBeenSet =
false;
105 bool m_recordingScopeHasBeenSet =
false;
bool ServicePrincipalHasBeenSet() const
AWS_CONFIGSERVICE_API ConfigurationRecorderSummary()=default
bool ArnHasBeenSet() const
bool RecordingScopeHasBeenSet() const
bool NameHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
const Aws::String & GetServicePrincipal() const
RecordingScope GetRecordingScope() const
const Aws::String & GetArn() const
ConfigurationRecorderSummary & WithArn(ArnT &&value)
AWS_CONFIGSERVICE_API ConfigurationRecorderSummary(Aws::Utils::Json::JsonView jsonValue)
ConfigurationRecorderSummary & WithServicePrincipal(ServicePrincipalT &&value)
ConfigurationRecorderSummary & WithName(NameT &&value)
void SetRecordingScope(RecordingScope value)
ConfigurationRecorderSummary & WithRecordingScope(RecordingScope value)
AWS_CONFIGSERVICE_API ConfigurationRecorderSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServicePrincipal(ServicePrincipalT &&value)
const Aws::String & GetName() const
void SetArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue