7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codeguruprofiler/model/EventPublisher.h>
23namespace CodeGuruProfiler
70 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
71 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
85 inline void SetUri(
Aws::String&& value) { m_uriHasBeenSet =
true; m_uri = std::move(value); }
86 inline void SetUri(
const char* value) { m_uriHasBeenSet =
true; m_uri.assign(value); }
94 bool m_eventPublishersHasBeenSet =
false;
97 bool m_idHasBeenSet =
false;
100 bool m_uriHasBeenSet =
false;
void SetUri(const char *value)
Channel & AddEventPublishers(EventPublisher &&value)
const Aws::String & GetId() const
Channel & WithId(const char *value)
Channel & WithEventPublishers(const Aws::Vector< EventPublisher > &value)
bool UriHasBeenSet() const
const Aws::String & GetUri() const
Channel & WithEventPublishers(Aws::Vector< EventPublisher > &&value)
const Aws::Vector< EventPublisher > & GetEventPublishers() const
AWS_CODEGURUPROFILER_API Channel & operator=(Aws::Utils::Json::JsonView jsonValue)
Channel & AddEventPublishers(const EventPublisher &value)
void SetEventPublishers(Aws::Vector< EventPublisher > &&value)
void SetId(Aws::String &&value)
Channel & WithId(Aws::String &&value)
Channel & WithId(const Aws::String &value)
bool EventPublishersHasBeenSet() const
Channel & WithUri(const char *value)
AWS_CODEGURUPROFILER_API Channel(Aws::Utils::Json::JsonView jsonValue)
void SetEventPublishers(const Aws::Vector< EventPublisher > &value)
void SetUri(Aws::String &&value)
void SetId(const char *value)
AWS_CODEGURUPROFILER_API Channel()
void SetUri(const Aws::String &value)
bool IdHasBeenSet() const
Channel & WithUri(Aws::String &&value)
AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
Channel & WithUri(const Aws::String &value)
void SetId(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