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/ApiDestinationState.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace EventBridge {
37 template <
typename ApiDestinationArnT = Aws::String>
39 m_apiDestinationArnHasBeenSet =
true;
40 m_apiDestinationArn = std::forward<ApiDestinationArnT>(value);
42 template <
typename ApiDestinationArnT = Aws::String>
55 m_apiDestinationStateHasBeenSet =
true;
56 m_apiDestinationState = 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>
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
126 bool m_apiDestinationArnHasBeenSet =
false;
127 bool m_apiDestinationStateHasBeenSet =
false;
128 bool m_creationTimeHasBeenSet =
false;
129 bool m_lastModifiedTimeHasBeenSet =
false;
130 bool m_requestIdHasBeenSet =
false;
CreateApiDestinationResult & WithRequestId(RequestIdT &&value)
AWS_EVENTBRIDGE_API CreateApiDestinationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ApiDestinationState GetApiDestinationState() const
CreateApiDestinationResult & WithApiDestinationState(ApiDestinationState value)
void SetRequestId(RequestIdT &&value)
void SetApiDestinationArn(ApiDestinationArnT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_EVENTBRIDGE_API CreateApiDestinationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetApiDestinationState(ApiDestinationState value)
CreateApiDestinationResult & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetApiDestinationArn() const
void SetCreationTime(CreationTimeT &&value)
AWS_EVENTBRIDGE_API CreateApiDestinationResult()=default
CreateApiDestinationResult & WithApiDestinationArn(ApiDestinationArnT &&value)
CreateApiDestinationResult & WithLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue