7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/events/CloudWatchEvents_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace CloudWatchEvents {
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_arnHasBeenSet =
false;
89 bool m_nameHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
AWS_CLOUDWATCHEVENTS_API DescribePartnerEventSourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribePartnerEventSourceResult & WithArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
DescribePartnerEventSourceResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
void SetArn(ArnT &&value)
DescribePartnerEventSourceResult & WithName(NameT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetArn() const
AWS_CLOUDWATCHEVENTS_API DescribePartnerEventSourceResult()=default
AWS_CLOUDWATCHEVENTS_API DescribePartnerEventSourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue