7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
10#include <aws/customer-profiles/model/EventStreamDestinationStatus.h>
21namespace CustomerProfiles {
44 template <
typename UriT = Aws::String>
46 m_uriHasBeenSet =
true;
47 m_uri = std::forward<UriT>(value);
49 template <
typename UriT = Aws::String>
51 SetUri(std::forward<UriT>(value));
63 m_statusHasBeenSet =
true;
78 template <
typename UnhealthySinceT = Aws::Utils::DateTime>
80 m_unhealthySinceHasBeenSet =
true;
81 m_unhealthySince = std::forward<UnhealthySinceT>(value);
83 template <
typename UnhealthySinceT = Aws::Utils::DateTime>
97 template <
typename MessageT = Aws::String>
99 m_messageHasBeenSet =
true;
100 m_message = std::forward<MessageT>(value);
102 template <
typename MessageT = Aws::String>
116 bool m_uriHasBeenSet =
false;
117 bool m_statusHasBeenSet =
false;
118 bool m_unhealthySinceHasBeenSet =
false;
119 bool m_messageHasBeenSet =
false;
const Aws::String & GetUri() const
bool MessageHasBeenSet() const
void SetStatus(EventStreamDestinationStatus value)
EventStreamDestinationDetails & WithStatus(EventStreamDestinationStatus value)
EventStreamDestinationDetails & WithUnhealthySince(UnhealthySinceT &&value)
bool StatusHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUri(UriT &&value)
AWS_CUSTOMERPROFILES_API EventStreamDestinationDetails()=default
AWS_CUSTOMERPROFILES_API EventStreamDestinationDetails(Aws::Utils::Json::JsonView jsonValue)
EventStreamDestinationDetails & WithMessage(MessageT &&value)
const Aws::Utils::DateTime & GetUnhealthySince() const
void SetUnhealthySince(UnhealthySinceT &&value)
AWS_CUSTOMERPROFILES_API EventStreamDestinationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
EventStreamDestinationDetails & WithUri(UriT &&value)
void SetMessage(MessageT &&value)
bool UriHasBeenSet() const
const Aws::String & GetMessage() const
EventStreamDestinationStatus GetStatus() const
bool UnhealthySinceHasBeenSet() const
EventStreamDestinationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue