7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
10#include <aws/devops-agent/model/Association.h>
11#include <aws/devops-agent/model/GenericWebhook.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace DevOpsAgent {
41 template <
typename AssociationT = Association>
43 m_associationHasBeenSet =
true;
44 m_association = std::forward<AssociationT>(value);
46 template <
typename AssociationT = Association>
58 template <
typename WebhookT = GenericWebhook>
60 m_webhookHasBeenSet =
true;
61 m_webhook = std::forward<WebhookT>(value);
63 template <
typename WebhookT = GenericWebhook>
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
93 bool m_associationHasBeenSet =
false;
94 bool m_webhookHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
AWS_DEVOPSAGENT_API AssociateServiceResult()=default
AssociateServiceResult & WithAssociation(AssociationT &&value)
const Association & GetAssociation() const
const Aws::String & GetRequestId() const
AssociateServiceResult & WithRequestId(RequestIdT &&value)
const GenericWebhook & GetWebhook() const
AWS_DEVOPSAGENT_API AssociateServiceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetWebhook(WebhookT &&value)
AWS_DEVOPSAGENT_API AssociateServiceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateServiceResult & WithWebhook(WebhookT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetAssociation(AssociationT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue