7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
69 inline void SetSource(
const char* value) { m_sourceHasBeenSet =
true; m_source.assign(value); }
106 inline void SetDetailType(
const char* value) { m_detailTypeHasBeenSet =
true; m_detailType.assign(value); }
126 inline void SetDetail(
const char* value) { m_detailHasBeenSet =
true; m_detail.assign(value); }
134 bool m_timeHasBeenSet =
false;
137 bool m_sourceHasBeenSet =
false;
140 bool m_resourcesHasBeenSet =
false;
143 bool m_detailTypeHasBeenSet =
false;
146 bool m_detailHasBeenSet =
false;
AWS_EVENTBRIDGE_API PutPartnerEventsRequestEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SourceHasBeenSet() const
PutPartnerEventsRequestEntry & WithDetail(const Aws::String &value)
void SetDetail(const Aws::String &value)
const Aws::String & GetDetail() const
PutPartnerEventsRequestEntry & WithSource(const char *value)
const Aws::Utils::DateTime & GetTime() const
bool DetailTypeHasBeenSet() const
void SetResources(Aws::Vector< Aws::String > &&value)
void SetSource(const char *value)
PutPartnerEventsRequestEntry & AddResources(Aws::String &&value)
void SetDetail(Aws::String &&value)
PutPartnerEventsRequestEntry & WithDetail(Aws::String &&value)
const Aws::Vector< Aws::String > & GetResources() const
PutPartnerEventsRequestEntry & AddResources(const Aws::String &value)
PutPartnerEventsRequestEntry & WithDetailType(Aws::String &&value)
AWS_EVENTBRIDGE_API PutPartnerEventsRequestEntry(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSource() const
PutPartnerEventsRequestEntry & AddResources(const char *value)
void SetTime(const Aws::Utils::DateTime &value)
void SetTime(Aws::Utils::DateTime &&value)
void SetResources(const Aws::Vector< Aws::String > &value)
bool TimeHasBeenSet() const
PutPartnerEventsRequestEntry & WithTime(Aws::Utils::DateTime &&value)
void SetDetailType(const char *value)
void SetSource(Aws::String &&value)
PutPartnerEventsRequestEntry & WithDetailType(const char *value)
PutPartnerEventsRequestEntry & WithSource(Aws::String &&value)
AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DetailHasBeenSet() const
PutPartnerEventsRequestEntry & WithTime(const Aws::Utils::DateTime &value)
const Aws::String & GetDetailType() const
bool ResourcesHasBeenSet() const
void SetDetailType(Aws::String &&value)
void SetDetail(const char *value)
PutPartnerEventsRequestEntry & WithResources(const Aws::Vector< Aws::String > &value)
PutPartnerEventsRequestEntry & WithDetail(const char *value)
void SetDetailType(const Aws::String &value)
PutPartnerEventsRequestEntry & WithResources(Aws::Vector< Aws::String > &&value)
PutPartnerEventsRequestEntry & WithSource(const Aws::String &value)
void SetSource(const Aws::String &value)
AWS_EVENTBRIDGE_API PutPartnerEventsRequestEntry()
PutPartnerEventsRequestEntry & WithDetailType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue