7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eventbridge/EventBridge_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace EventBridge {
34 template <
typename ArnT = Aws::String>
36 m_arnHasBeenSet =
true;
37 m_arn = std::forward<ArnT>(value);
39 template <
typename ArnT = Aws::String>
41 SetArn(std::forward<ArnT>(value));
51 template <
typename NameT = Aws::String>
53 m_nameHasBeenSet =
true;
54 m_name = std::forward<NameT>(value);
56 template <
typename NameT = Aws::String>
58 SetName(std::forward<NameT>(value));
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_arnHasBeenSet =
false;
84 bool m_nameHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_EVENTBRIDGE_API DescribePartnerEventSourceResult()=default
void SetName(NameT &&value)
DescribePartnerEventSourceResult & WithName(NameT &&value)
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
const Aws::String & GetName() const
DescribePartnerEventSourceResult & WithArn(ArnT &&value)
DescribePartnerEventSourceResult & WithRequestId(RequestIdT &&value)
AWS_EVENTBRIDGE_API DescribePartnerEventSourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_EVENTBRIDGE_API DescribePartnerEventSourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue