7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/EventStreamDestinationStatus.h>
10#include <aws/core/utils/DateTime.h>
23namespace CustomerProfiles
50 template<
typename UriT = Aws::String>
51 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
52 template<
typename UriT = Aws::String>
72 template<
typename UnhealthySinceT = Aws::Utils::DateTime>
73 void SetUnhealthySince(UnhealthySinceT&& value) { m_unhealthySinceHasBeenSet =
true; m_unhealthySince = std::forward<UnhealthySinceT>(value); }
74 template<
typename UnhealthySinceT = Aws::Utils::DateTime>
80 bool m_uriHasBeenSet =
false;
83 bool m_statusHasBeenSet =
false;
86 bool m_unhealthySinceHasBeenSet =
false;
void SetStatus(EventStreamDestinationStatus value)
bool UriHasBeenSet() const
DestinationSummary & WithUri(UriT &&value)
AWS_CUSTOMERPROFILES_API DestinationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
EventStreamDestinationStatus GetStatus() const
AWS_CUSTOMERPROFILES_API DestinationSummary(Aws::Utils::Json::JsonView jsonValue)
DestinationSummary & WithStatus(EventStreamDestinationStatus value)
AWS_CUSTOMERPROFILES_API DestinationSummary()=default
const Aws::Utils::DateTime & GetUnhealthySince() const
void SetUnhealthySince(UnhealthySinceT &&value)
bool StatusHasBeenSet() const
void SetUri(UriT &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
DestinationSummary & WithUnhealthySince(UnhealthySinceT &&value)
bool UnhealthySinceHasBeenSet() const
const Aws::String & GetUri() const
EventStreamDestinationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue