7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
10#include <aws/qbusiness/model/WebExperienceStatus.h>
43 template <
typename WebExperienceIdT = Aws::String>
45 m_webExperienceIdHasBeenSet =
true;
46 m_webExperienceId = std::forward<WebExperienceIdT>(value);
48 template <
typename WebExperienceIdT = Aws::String>
62 template <
typename CreatedAtT = Aws::Utils::DateTime>
64 m_createdAtHasBeenSet =
true;
65 m_createdAt = std::forward<CreatedAtT>(value);
67 template <
typename CreatedAtT = Aws::Utils::DateTime>
81 template <
typename UpdatedAtT = Aws::Utils::DateTime>
83 m_updatedAtHasBeenSet =
true;
84 m_updatedAt = std::forward<UpdatedAtT>(value);
86 template <
typename UpdatedAtT = Aws::Utils::DateTime>
100 template <
typename DefaultEndpo
intT = Aws::String>
102 m_defaultEndpointHasBeenSet =
true;
103 m_defaultEndpoint = std::forward<DefaultEndpointT>(value);
105 template <
typename DefaultEndpo
intT = Aws::String>
119 m_statusHasBeenSet =
true;
129 bool m_webExperienceIdHasBeenSet =
false;
132 bool m_createdAtHasBeenSet =
false;
135 bool m_updatedAtHasBeenSet =
false;
138 bool m_defaultEndpointHasBeenSet =
false;
141 bool m_statusHasBeenSet =
false;
void SetDefaultEndpoint(DefaultEndpointT &&value)
bool UpdatedAtHasBeenSet() const
WebExperience & WithDefaultEndpoint(DefaultEndpointT &&value)
bool CreatedAtHasBeenSet() const
WebExperience & WithCreatedAt(CreatedAtT &&value)
WebExperience & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
WebExperienceStatus GetStatus() const
bool WebExperienceIdHasBeenSet() const
const Aws::String & GetWebExperienceId() const
const Aws::Utils::DateTime & GetCreatedAt() const
WebExperience & WithStatus(WebExperienceStatus value)
const Aws::String & GetDefaultEndpoint() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetWebExperienceId(WebExperienceIdT &&value)
bool StatusHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
AWS_QBUSINESS_API WebExperience & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DefaultEndpointHasBeenSet() const
void SetStatus(WebExperienceStatus value)
AWS_QBUSINESS_API WebExperience()=default
AWS_QBUSINESS_API WebExperience(Aws::Utils::Json::JsonView jsonValue)
WebExperience & WithWebExperienceId(WebExperienceIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue