7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/apprunner/model/CustomDomain.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/apprunner/model/VpcDNSTarget.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
46 inline void SetDNSTarget(
const char* value) { m_dNSTarget.assign(value); }
60 inline void SetServiceArn(
const char* value) { m_serviceArn.assign(value); }
95 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DisassociateCustomDomainResult & WithRequestId(const Aws::String &value)
AWS_APPRUNNER_API DisassociateCustomDomainResult()
AWS_APPRUNNER_API DisassociateCustomDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCustomDomain(CustomDomain &&value)
const CustomDomain & GetCustomDomain() const
void SetServiceArn(Aws::String &&value)
void SetDNSTarget(const char *value)
void SetVpcDNSTargets(const Aws::Vector< VpcDNSTarget > &value)
void SetCustomDomain(const CustomDomain &value)
void SetServiceArn(const Aws::String &value)
DisassociateCustomDomainResult & WithRequestId(const char *value)
const Aws::Vector< VpcDNSTarget > & GetVpcDNSTargets() const
DisassociateCustomDomainResult & AddVpcDNSTargets(VpcDNSTarget &&value)
void SetDNSTarget(const Aws::String &value)
DisassociateCustomDomainResult & WithServiceArn(const Aws::String &value)
DisassociateCustomDomainResult & AddVpcDNSTargets(const VpcDNSTarget &value)
void SetServiceArn(const char *value)
DisassociateCustomDomainResult & WithVpcDNSTargets(Aws::Vector< VpcDNSTarget > &&value)
DisassociateCustomDomainResult & WithServiceArn(const char *value)
void SetRequestId(const Aws::String &value)
void SetVpcDNSTargets(Aws::Vector< VpcDNSTarget > &&value)
AWS_APPRUNNER_API DisassociateCustomDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DisassociateCustomDomainResult & WithRequestId(Aws::String &&value)
const Aws::String & GetDNSTarget() const
void SetRequestId(Aws::String &&value)
DisassociateCustomDomainResult & WithServiceArn(Aws::String &&value)
DisassociateCustomDomainResult & WithDNSTarget(const Aws::String &value)
const Aws::String & GetRequestId() const
void SetRequestId(const char *value)
DisassociateCustomDomainResult & WithDNSTarget(Aws::String &&value)
const Aws::String & GetServiceArn() const
DisassociateCustomDomainResult & WithCustomDomain(CustomDomain &&value)
DisassociateCustomDomainResult & WithDNSTarget(const char *value)
DisassociateCustomDomainResult & WithCustomDomain(const CustomDomain &value)
void SetDNSTarget(Aws::String &&value)
DisassociateCustomDomainResult & WithVpcDNSTargets(const Aws::Vector< VpcDNSTarget > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue