7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename RoleArnT = Aws::String>
47 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
48 template<
typename RoleArnT = Aws::String>
58 template<
typename FeatureNameT = Aws::String>
59 void SetFeatureName(FeatureNameT&& value) { m_featureNameHasBeenSet =
true; m_featureName = std::forward<FeatureNameT>(value); }
60 template<
typename FeatureNameT = Aws::String>
78 template<
typename StatusT = Aws::String>
79 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
80 template<
typename StatusT = Aws::String>
86 bool m_roleArnHasBeenSet =
false;
89 bool m_featureNameHasBeenSet =
false;
92 bool m_statusHasBeenSet =
false;
AwsRdsDbInstanceAssociatedRole & WithRoleArn(RoleArnT &&value)
bool FeatureNameHasBeenSet() const
const Aws::String & GetFeatureName() const
AwsRdsDbInstanceAssociatedRole & WithFeatureName(FeatureNameT &&value)
void SetRoleArn(RoleArnT &&value)
bool StatusHasBeenSet() const
bool RoleArnHasBeenSet() const
AWS_SECURITYHUB_API AwsRdsDbInstanceAssociatedRole & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsRdsDbInstanceAssociatedRole()=default
const Aws::String & GetStatus() const
AWS_SECURITYHUB_API AwsRdsDbInstanceAssociatedRole(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(StatusT &&value)
AwsRdsDbInstanceAssociatedRole & WithStatus(StatusT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFeatureName(FeatureNameT &&value)
const Aws::String & GetRoleArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue