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 UpdateAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DEVOPSAGENT_API UpdateAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_DEVOPSAGENT_API UpdateAssociationResult()=default
UpdateAssociationResult & WithAssociation(AssociationT &&value)
UpdateAssociationResult & WithWebhook(WebhookT &&value)
void SetWebhook(WebhookT &&value)
const Aws::String & GetRequestId() const
const Association & GetAssociation() const
void SetRequestId(RequestIdT &&value)
UpdateAssociationResult & WithRequestId(RequestIdT &&value)
void SetAssociation(AssociationT &&value)
const GenericWebhook & GetWebhook() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue