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/ConnectionState.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace EventBridge {
37 template <
typename ConnectionArnT = Aws::String>
39 m_connectionArnHasBeenSet =
true;
40 m_connectionArn = std::forward<ConnectionArnT>(value);
42 template <
typename ConnectionArnT = Aws::String>
55 m_connectionStateHasBeenSet =
true;
56 m_connectionState = value;
69 template <
typename CreationTimeT = Aws::Utils::DateTime>
71 m_creationTimeHasBeenSet =
true;
72 m_creationTime = std::forward<CreationTimeT>(value);
74 template <
typename CreationTimeT = Aws::Utils::DateTime>
87 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
89 m_lastModifiedTimeHasBeenSet =
true;
90 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
92 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
105 template <
typename LastAuthorizedTimeT = Aws::Utils::DateTime>
107 m_lastAuthorizedTimeHasBeenSet =
true;
108 m_lastAuthorizedTime = std::forward<LastAuthorizedTimeT>(value);
110 template <
typename LastAuthorizedTimeT = Aws::Utils::DateTime>
120 template <
typename RequestIdT = Aws::String>
122 m_requestIdHasBeenSet =
true;
123 m_requestId = std::forward<RequestIdT>(value);
125 template <
typename RequestIdT = Aws::String>
146 bool m_connectionArnHasBeenSet =
false;
147 bool m_connectionStateHasBeenSet =
false;
148 bool m_creationTimeHasBeenSet =
false;
149 bool m_lastModifiedTimeHasBeenSet =
false;
150 bool m_lastAuthorizedTimeHasBeenSet =
false;
151 bool m_requestIdHasBeenSet =
false;
void SetConnectionArn(ConnectionArnT &&value)
const Aws::String & GetRequestId() const
DeleteConnectionResult & WithCreationTime(CreationTimeT &&value)
DeleteConnectionResult & WithLastAuthorizedTime(LastAuthorizedTimeT &&value)
const Aws::Utils::DateTime & GetLastAuthorizedTime() const
AWS_EVENTBRIDGE_API DeleteConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreationTime() const
void SetCreationTime(CreationTimeT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DeleteConnectionResult & WithConnectionArn(ConnectionArnT &&value)
void SetLastAuthorizedTime(LastAuthorizedTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_EVENTBRIDGE_API DeleteConnectionResult()=default
DeleteConnectionResult & WithConnectionState(ConnectionState value)
AWS_EVENTBRIDGE_API DeleteConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ConnectionState GetConnectionState() const
void SetConnectionState(ConnectionState value)
void SetRequestId(RequestIdT &&value)
DeleteConnectionResult & WithLastModifiedTime(LastModifiedTimeT &&value)
DeleteConnectionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetConnectionArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue