7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/route53profiles/model/ProfileResourceAssociation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace Route53Profiles
42 template<
typename ProfileResourceAssociationT = ProfileResourceAssociation>
43 void SetProfileResourceAssociation(ProfileResourceAssociationT&& value) { m_profileResourceAssociationHasBeenSet =
true; m_profileResourceAssociation = std::forward<ProfileResourceAssociationT>(value); }
44 template<
typename ProfileResourceAssociationT = ProfileResourceAssociation>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_profileResourceAssociationHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
DisassociateResourceFromProfileResult & WithProfileResourceAssociation(ProfileResourceAssociationT &&value)
DisassociateResourceFromProfileResult & WithRequestId(RequestIdT &&value)
AWS_ROUTE53PROFILES_API DisassociateResourceFromProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ProfileResourceAssociation & GetProfileResourceAssociation() const
void SetProfileResourceAssociation(ProfileResourceAssociationT &&value)
AWS_ROUTE53PROFILES_API DisassociateResourceFromProfileResult()=default
void SetRequestId(RequestIdT &&value)
AWS_ROUTE53PROFILES_API DisassociateResourceFromProfileResult(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