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
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
70 template<
typename ConfigVersionT = Aws::String>
71 void SetConfigVersion(ConfigVersionT&& value) { m_configVersionHasBeenSet =
true; m_configVersion = std::forward<ConfigVersionT>(value); }
72 template<
typename ConfigVersionT = Aws::String>
82 template<
typename DescriptionT = Aws::String>
83 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
84 template<
typename DescriptionT = Aws::String>
94 inline void SetCreatedDate(
long long value) { m_createdDateHasBeenSet =
true; m_createdDate = value; }
104 inline void SetLastModifiedDate(
long long value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = value; }
110 bool m_idHasBeenSet =
false;
113 bool m_typeHasBeenSet =
false;
116 bool m_configVersionHasBeenSet =
false;
119 bool m_descriptionHasBeenSet =
false;
121 long long m_createdDate{0};
122 bool m_createdDateHasBeenSet =
false;
124 long long m_lastModifiedDate{0};
125 bool m_lastModifiedDateHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetLastModifiedDate(long long value)
SecurityConfigSummary & WithConfigVersion(ConfigVersionT &&value)
void SetType(SecurityConfigType value)
bool LastModifiedDateHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConfigVersion(ConfigVersionT &&value)
long long GetLastModifiedDate() const
long long GetCreatedDate() const
SecurityConfigSummary & WithType(SecurityConfigType value)
void SetCreatedDate(long long value)
SecurityConfigSummary & WithId(IdT &&value)
bool IdHasBeenSet() const
void SetDescription(DescriptionT &&value)
SecurityConfigSummary & WithDescription(DescriptionT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetConfigVersion() const
const Aws::String & GetId() const
SecurityConfigSummary & WithCreatedDate(long long value)
bool ConfigVersionHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API SecurityConfigSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVERLESS_API SecurityConfigSummary()=default
bool DescriptionHasBeenSet() const
SecurityConfigType GetType() const
SecurityConfigSummary & WithLastModifiedDate(long long value)
bool CreatedDateHasBeenSet() const
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