7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearchserverless/model/SecurityConfigType.h>
22namespace OpenSearchServerless
50 inline void SetConfigVersion(
const char* value) { m_configVersionHasBeenSet =
true; m_configVersion.assign(value); }
62 inline void SetCreatedDate(
long long value) { m_createdDateHasBeenSet =
true; m_createdDate = value; }
74 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
87 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
88 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
100 inline void SetLastModifiedDate(
long long value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = value; }
118 bool m_configVersionHasBeenSet =
false;
120 long long m_createdDate;
121 bool m_createdDateHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 bool m_idHasBeenSet =
false;
129 long long m_lastModifiedDate;
130 bool m_lastModifiedDateHasBeenSet =
false;
133 bool m_typeHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetId(Aws::String &&value)
void SetLastModifiedDate(long long value)
const SecurityConfigType & GetType() const
SecurityConfigSummary & WithConfigVersion(const char *value)
SecurityConfigSummary & WithDescription(Aws::String &&value)
SecurityConfigSummary & WithId(const Aws::String &value)
SecurityConfigSummary & WithId(const char *value)
bool LastModifiedDateHasBeenSet() const
SecurityConfigSummary & WithDescription(const Aws::String &value)
void SetDescription(Aws::String &&value)
void SetConfigVersion(const char *value)
AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(const SecurityConfigType &value)
long long GetLastModifiedDate() const
void SetConfigVersion(const Aws::String &value)
SecurityConfigSummary & WithDescription(const char *value)
long long GetCreatedDate() const
void SetConfigVersion(Aws::String &&value)
SecurityConfigSummary & WithId(Aws::String &&value)
void SetId(const Aws::String &value)
void SetCreatedDate(long long value)
void SetDescription(const char *value)
bool IdHasBeenSet() const
void SetType(SecurityConfigType &&value)
SecurityConfigSummary & WithType(const SecurityConfigType &value)
AWS_OPENSEARCHSERVERLESS_API SecurityConfigSummary()
bool TypeHasBeenSet() const
const Aws::String & GetConfigVersion() const
const Aws::String & GetId() const
void SetDescription(const Aws::String &value)
SecurityConfigSummary & WithConfigVersion(const Aws::String &value)
SecurityConfigSummary & WithCreatedDate(long long value)
bool ConfigVersionHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API SecurityConfigSummary(Aws::Utils::Json::JsonView jsonValue)
SecurityConfigSummary & WithConfigVersion(Aws::String &&value)
bool DescriptionHasBeenSet() const
void SetId(const char *value)
SecurityConfigSummary & WithLastModifiedDate(long long value)
bool CreatedDateHasBeenSet() const
SecurityConfigSummary & WithType(SecurityConfigType &&value)
AWS_OPENSEARCHSERVERLESS_API SecurityConfigSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue