7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eventbridge/model/DeadLetterConfig.h>
10#include <aws/eventbridge/model/LogConfig.h>
11#include <aws/core/utils/DateTime.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
56 template<
typename ArnT = Aws::String>
57 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
58 template<
typename ArnT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
82 template<
typename KmsKeyIdentifierT = Aws::String>
83 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
84 template<
typename KmsKeyIdentifierT = Aws::String>
91 template<
typename DeadLetterConfigT = DeadLetterConfig>
92 void SetDeadLetterConfig(DeadLetterConfigT&& value) { m_deadLetterConfigHasBeenSet =
true; m_deadLetterConfig = std::forward<DeadLetterConfigT>(value); }
93 template<
typename DeadLetterConfigT = DeadLetterConfig>
103 template<
typename PolicyT = Aws::String>
104 void SetPolicy(PolicyT&& value) { m_policyHasBeenSet =
true; m_policy = std::forward<PolicyT>(value); }
105 template<
typename PolicyT = Aws::String>
117 template<
typename LogConfigT = LogConfig>
118 void SetLogConfig(LogConfigT&& value) { m_logConfigHasBeenSet =
true; m_logConfig = std::forward<LogConfigT>(value); }
119 template<
typename LogConfigT = LogConfig>
128 template<
typename CreationTimeT = Aws::Utils::DateTime>
129 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
130 template<
typename CreationTimeT = Aws::Utils::DateTime>
139 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
140 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
141 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
148 template<
typename RequestIdT = Aws::String>
149 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
150 template<
typename RequestIdT = Aws::String>
156 bool m_nameHasBeenSet =
false;
159 bool m_arnHasBeenSet =
false;
162 bool m_descriptionHasBeenSet =
false;
165 bool m_kmsKeyIdentifierHasBeenSet =
false;
168 bool m_deadLetterConfigHasBeenSet =
false;
171 bool m_policyHasBeenSet =
false;
174 bool m_logConfigHasBeenSet =
false;
177 bool m_creationTimeHasBeenSet =
false;
180 bool m_lastModifiedTimeHasBeenSet =
false;
183 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
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