7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/eventbridge/EventBridge_EXPORTS.h>
11#include <aws/eventbridge/model/DeadLetterConfig.h>
12#include <aws/eventbridge/model/LogConfig.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace EventBridge {
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
57 template <
typename ArnT = Aws::String>
59 m_arnHasBeenSet =
true;
60 m_arn = std::forward<ArnT>(value);
62 template <
typename ArnT = Aws::String>
64 SetArn(std::forward<ArnT>(value));
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
95 template <
typename KmsKeyIdentifierT = Aws::String>
97 m_kmsKeyIdentifierHasBeenSet =
true;
98 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
100 template <
typename KmsKeyIdentifierT = Aws::String>
110 template <
typename DeadLetterConfigT = DeadLetterConfig>
112 m_deadLetterConfigHasBeenSet =
true;
113 m_deadLetterConfig = std::forward<DeadLetterConfigT>(value);
115 template <
typename DeadLetterConfigT = DeadLetterConfig>
128 template <
typename PolicyT = Aws::String>
130 m_policyHasBeenSet =
true;
131 m_policy = std::forward<PolicyT>(value);
133 template <
typename PolicyT = Aws::String>
148 template <
typename LogConfigT = LogConfig>
150 m_logConfigHasBeenSet =
true;
151 m_logConfig = std::forward<LogConfigT>(value);
153 template <
typename LogConfigT = LogConfig>
165 template <
typename CreationTimeT = Aws::Utils::DateTime>
167 m_creationTimeHasBeenSet =
true;
168 m_creationTime = std::forward<CreationTimeT>(value);
170 template <
typename CreationTimeT = Aws::Utils::DateTime>
182 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
184 m_lastModifiedTimeHasBeenSet =
true;
185 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
187 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
197 template <
typename RequestIdT = Aws::String>
199 m_requestIdHasBeenSet =
true;
200 m_requestId = std::forward<RequestIdT>(value);
202 template <
typename RequestIdT = Aws::String>
231 bool m_nameHasBeenSet =
false;
232 bool m_arnHasBeenSet =
false;
233 bool m_descriptionHasBeenSet =
false;
234 bool m_kmsKeyIdentifierHasBeenSet =
false;
235 bool m_deadLetterConfigHasBeenSet =
false;
236 bool m_policyHasBeenSet =
false;
237 bool m_logConfigHasBeenSet =
false;
238 bool m_creationTimeHasBeenSet =
false;
239 bool m_lastModifiedTimeHasBeenSet =
false;
240 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_EVENTBRIDGE_API DescribeEventBusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEventBusResult & WithRequestId(RequestIdT &&value)
AWS_EVENTBRIDGE_API DescribeEventBusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetPolicy(PolicyT &&value)
DescribeEventBusResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
DescribeEventBusResult & WithDeadLetterConfig(DeadLetterConfigT &&value)
DescribeEventBusResult & WithName(NameT &&value)
void SetLogConfig(LogConfigT &&value)
DescribeEventBusResult & WithPolicy(PolicyT &&value)
DescribeEventBusResult & WithLogConfig(LogConfigT &&value)
void SetRequestId(RequestIdT &&value)
DescribeEventBusResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
DescribeEventBusResult & WithDescription(DescriptionT &&value)
DescribeEventBusResult & WithArn(ArnT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetName() const
const Aws::String & GetPolicy() const
void SetDeadLetterConfig(DeadLetterConfigT &&value)
const LogConfig & GetLogConfig() const
const Aws::String & GetKmsKeyIdentifier() const
AWS_EVENTBRIDGE_API DescribeEventBusResult()=default
const Aws::String & GetArn() const
const DeadLetterConfig & GetDeadLetterConfig() const
void SetDescription(DescriptionT &&value)
void SetArn(ArnT &&value)
void SetName(NameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
DescribeEventBusResult & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue