7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eventbridge/model/ConnectionState.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ConnectionArnT = Aws::String>
43 void SetConnectionArn(ConnectionArnT&& value) { m_connectionArnHasBeenSet =
true; m_connectionArn = std::forward<ConnectionArnT>(value); }
44 template<
typename ConnectionArnT = Aws::String>
62 template<
typename CreationTimeT = Aws::Utils::DateTime>
63 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
64 template<
typename CreationTimeT = Aws::Utils::DateTime>
74 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
75 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
76 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
86 template<
typename LastAuthorizedTimeT = Aws::Utils::DateTime>
87 void SetLastAuthorizedTime(LastAuthorizedTimeT&& value) { m_lastAuthorizedTimeHasBeenSet =
true; m_lastAuthorizedTime = std::forward<LastAuthorizedTimeT>(value); }
88 template<
typename LastAuthorizedTimeT = Aws::Utils::DateTime>
95 template<
typename RequestIdT = Aws::String>
96 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
97 template<
typename RequestIdT = Aws::String>
103 bool m_connectionArnHasBeenSet =
false;
106 bool m_connectionStateHasBeenSet =
false;
109 bool m_creationTimeHasBeenSet =
false;
112 bool m_lastModifiedTimeHasBeenSet =
false;
115 bool m_lastAuthorizedTimeHasBeenSet =
false;
118 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