7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/qbusiness/model/WebExperienceStatus.h>
49 template<
typename WebExperienceIdT = Aws::String>
51 template<
typename WebExperienceIdT = Aws::String>
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
63 void SetCreatedAt(
CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
64 template<
typename CreatedAtT = Aws::Utils::DateTime>
75 template<
typename UpdatedAtT = Aws::Utils::DateTime>
76 void SetUpdatedAt(
UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
77 template<
typename UpdatedAtT = Aws::Utils::DateTime>
88 template<
typename DefaultEndpo
intT = Aws::String>
90 template<
typename DefaultEndpo
intT = Aws::String>
106 bool m_webExperienceIdHasBeenSet =
false;
109 bool m_createdAtHasBeenSet =
false;
112 bool m_updatedAtHasBeenSet =
false;
115 bool m_defaultEndpointHasBeenSet =
false;
118 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