7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eventbridge/model/ApiDestinationState.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ApiDestinationArnT = Aws::String>
43 void SetApiDestinationArn(ApiDestinationArnT&& value) { m_apiDestinationArnHasBeenSet =
true; m_apiDestinationArn = std::forward<ApiDestinationArnT>(value); }
44 template<
typename ApiDestinationArnT = 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>
73 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
74 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
75 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_apiDestinationArnHasBeenSet =
false;
93 bool m_apiDestinationStateHasBeenSet =
false;
96 bool m_creationTimeHasBeenSet =
false;
99 bool m_lastModifiedTimeHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
AWS_EVENTBRIDGE_API UpdateApiDestinationResult()=default
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetApiDestinationState(ApiDestinationState value)
UpdateApiDestinationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_EVENTBRIDGE_API UpdateApiDestinationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateApiDestinationResult & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetRequestId() const
UpdateApiDestinationResult & WithApiDestinationArn(ApiDestinationArnT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
UpdateApiDestinationResult & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetApiDestinationArn() const
AWS_EVENTBRIDGE_API UpdateApiDestinationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetApiDestinationArn(ApiDestinationArnT &&value)
ApiDestinationState GetApiDestinationState() const
const Aws::Utils::DateTime & GetCreationTime() const
UpdateApiDestinationResult & WithApiDestinationState(ApiDestinationState value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue