7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eventbridge/EventBridge_EXPORTS.h>
10#include <aws/eventbridge/model/ConnectionState.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace EventBridge {
36 template <
typename ConnectionArnT = Aws::String>
38 m_connectionArnHasBeenSet =
true;
39 m_connectionArn = std::forward<ConnectionArnT>(value);
41 template <
typename ConnectionArnT = Aws::String>
54 m_connectionStateHasBeenSet =
true;
55 m_connectionState = value;
68 template <
typename CreationTimeT = Aws::Utils::DateTime>
70 m_creationTimeHasBeenSet =
true;
71 m_creationTime = std::forward<CreationTimeT>(value);
73 template <
typename CreationTimeT = Aws::Utils::DateTime>
86 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
88 m_lastModifiedTimeHasBeenSet =
true;
89 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
91 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
104 template <
typename LastAuthorizedTimeT = Aws::Utils::DateTime>
106 m_lastAuthorizedTimeHasBeenSet =
true;
107 m_lastAuthorizedTime = std::forward<LastAuthorizedTimeT>(value);
109 template <
typename LastAuthorizedTimeT = Aws::Utils::DateTime>
119 template <
typename RequestIdT = Aws::String>
121 m_requestIdHasBeenSet =
true;
122 m_requestId = std::forward<RequestIdT>(value);
124 template <
typename RequestIdT = Aws::String>
142 bool m_connectionArnHasBeenSet =
false;
143 bool m_connectionStateHasBeenSet =
false;
144 bool m_creationTimeHasBeenSet =
false;
145 bool m_lastModifiedTimeHasBeenSet =
false;
146 bool m_lastAuthorizedTimeHasBeenSet =
false;
147 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)
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