7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/cloudtrail/model/Destination.h>
11#include <aws/cloudtrail/model/Tag.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
45 inline void SetChannelArn(
const char* value) { m_channelArn.assign(value); }
58 inline void SetName(
const char* value) { m_name.assign(value); }
71 inline void SetSource(
const char* value) { m_source.assign(value); }
106 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const Aws::String &value)
AWS_CLOUDTRAIL_API CreateChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(Aws::String &&value)
void SetSource(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
const Aws::String & GetRequestId() const
CreateChannelResult & WithSource(const Aws::String &value)
CreateChannelResult & AddDestinations(const Destination &value)
void SetName(const Aws::String &value)
void SetSource(const Aws::String &value)
CreateChannelResult & WithTags(Aws::Vector< Tag > &&value)
CreateChannelResult & AddDestinations(Destination &&value)
const Aws::String & GetSource() const
void SetChannelArn(const char *value)
CreateChannelResult & WithSource(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetName() const
void SetRequestId(const char *value)
CreateChannelResult & WithSource(const char *value)
void SetDestinations(Aws::Vector< Destination > &&value)
CreateChannelResult & WithRequestId(const Aws::String &value)
CreateChannelResult & WithTags(const Aws::Vector< Tag > &value)
AWS_CLOUDTRAIL_API CreateChannelResult()
CreateChannelResult & WithChannelArn(const Aws::String &value)
CreateChannelResult & AddTags(const Tag &value)
CreateChannelResult & WithRequestId(const char *value)
void SetChannelArn(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
const Aws::String & GetChannelArn() const
void SetSource(const char *value)
void SetName(const char *value)
CreateChannelResult & WithDestinations(const Aws::Vector< Destination > &value)
CreateChannelResult & WithChannelArn(Aws::String &&value)
CreateChannelResult & WithName(const char *value)
void SetDestinations(const Aws::Vector< Destination > &value)
CreateChannelResult & WithRequestId(Aws::String &&value)
CreateChannelResult & WithChannelArn(const char *value)
const Aws::Vector< Destination > & GetDestinations() const
CreateChannelResult & AddTags(Tag &&value)
void SetRequestId(Aws::String &&value)
void SetChannelArn(Aws::String &&value)
CreateChannelResult & WithName(const Aws::String &value)
CreateChannelResult & WithDestinations(Aws::Vector< Destination > &&value)
AWS_CLOUDTRAIL_API CreateChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateChannelResult & WithName(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