7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
9#include <aws/lightsail/model/Operation.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
38 template <
typename OperationT = Operation>
40 m_operationHasBeenSet =
true;
41 m_operation = std::forward<OperationT>(value);
43 template <
typename OperationT = Operation>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
66 bool m_operationHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
AWS_LIGHTSAIL_API AttachCertificateToDistributionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Operation & GetOperation() const
void SetOperation(OperationT &&value)
AWS_LIGHTSAIL_API AttachCertificateToDistributionResult()=default
const Aws::String & GetRequestId() const
AttachCertificateToDistributionResult & WithOperation(OperationT &&value)
AttachCertificateToDistributionResult & WithRequestId(RequestIdT &&value)
AWS_LIGHTSAIL_API AttachCertificateToDistributionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue