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
51 inline void SetUri(
Aws::String&& value) { m_uriHasBeenSet =
true; m_uri = std::move(value); }
52 inline void SetUri(
const char* value) { m_uriHasBeenSet =
true; m_uri.assign(value); }
91 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
99 bool m_uriHasBeenSet =
false;
102 bool m_statusHasBeenSet =
false;
105 bool m_unhealthySinceHasBeenSet =
false;
108 bool m_messageHasBeenSet =
false;
void SetUnhealthySince(const Aws::Utils::DateTime &value)
const EventStreamDestinationStatus & GetStatus() const
const Aws::String & GetUri() const
EventStreamDestinationDetails & WithStatus(const EventStreamDestinationStatus &value)
EventStreamDestinationDetails & WithUnhealthySince(Aws::Utils::DateTime &&value)
void SetUnhealthySince(Aws::Utils::DateTime &&value)
bool MessageHasBeenSet() const
EventStreamDestinationDetails & WithMessage(Aws::String &&value)
EventStreamDestinationDetails & WithUri(Aws::String &&value)
void SetMessage(const char *value)
void SetStatus(const EventStreamDestinationStatus &value)
bool StatusHasBeenSet() const
EventStreamDestinationDetails & WithUnhealthySince(const Aws::Utils::DateTime &value)
void SetMessage(const Aws::String &value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
EventStreamDestinationDetails & WithUri(const char *value)
EventStreamDestinationDetails & WithMessage(const Aws::String &value)
EventStreamDestinationDetails & WithStatus(EventStreamDestinationStatus &&value)
EventStreamDestinationDetails & WithMessage(const char *value)
AWS_CUSTOMERPROFILES_API EventStreamDestinationDetails(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
void SetUri(Aws::String &&value)
const Aws::Utils::DateTime & GetUnhealthySince() const
AWS_CUSTOMERPROFILES_API EventStreamDestinationDetails()
AWS_CUSTOMERPROFILES_API EventStreamDestinationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UriHasBeenSet() const
void SetUri(const char *value)
const Aws::String & GetMessage() const
void SetUri(const Aws::String &value)
void SetStatus(EventStreamDestinationStatus &&value)
EventStreamDestinationDetails & WithUri(const Aws::String &value)
bool UnhealthySinceHasBeenSet() const
EventStreamDestinationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue