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>
85 template<
typename MessageT = Aws::String>
86 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
87 template<
typename MessageT = Aws::String>
93 bool m_uriHasBeenSet =
false;
96 bool m_statusHasBeenSet =
false;
99 bool m_unhealthySinceHasBeenSet =
false;
102 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