67 inline void SetAWSAccountId(
const char* value) { m_aWSAccountIdHasBeenSet =
true; m_aWSAccountId.assign(value); }
102 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
149 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
210 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
236 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
370 bool m_aWSAccountIdHasBeenSet;
372 bool m_keyIdHasBeenSet;
374 bool m_arnHasBeenSet;
376 bool m_creationDateHasBeenSet;
378 bool m_enabledHasBeenSet;
380 bool m_descriptionHasBeenSet;
382 bool m_keyUsageHasBeenSet;
384 bool m_keyStateHasBeenSet;
386 bool m_deletionDateHasBeenSet;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
JSON (JavaScript Object Notation).