27 namespace AccessAnalyzer
98 inline FindingSummary&
AddAction(
const char* value) { m_actionHasBeenSet =
true; m_action.push_back(value);
return *
this; }
214 inline FindingSummary&
AddCondition(
const char* key,
const char* value) { m_conditionHasBeenSet =
true; m_condition.emplace(key, value);
return *
this; }
271 inline void SetError(
const char* value) { m_errorHasBeenSet =
true; m_error.assign(value); }
312 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
346 inline void SetIsPublic(
bool value) { m_isPublicHasBeenSet =
true; m_isPublic = value; }
431 inline FindingSummary&
AddPrincipal(
const char* key,
const char* value) { m_principalHasBeenSet =
true; m_principal.emplace(key, value);
return *
this; }
457 inline void SetResource(
const char* value) { m_resourceHasBeenSet =
true; m_resource.assign(value); }
498 inline void SetResourceOwnerAccount(
const char* value) { m_resourceOwnerAccountHasBeenSet =
true; m_resourceOwnerAccount.assign(value); }
660 bool m_actionHasBeenSet;
663 bool m_analyzedAtHasBeenSet;
666 bool m_conditionHasBeenSet;
669 bool m_createdAtHasBeenSet;
672 bool m_errorHasBeenSet;
678 bool m_isPublicHasBeenSet;
681 bool m_principalHasBeenSet;
684 bool m_resourceHasBeenSet;
687 bool m_resourceOwnerAccountHasBeenSet;
690 bool m_resourceTypeHasBeenSet;
693 bool m_sourcesHasBeenSet;
696 bool m_statusHasBeenSet;
699 bool m_updatedAtHasBeenSet;