7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/route53profiles/model/ProfileAssociation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace Route53Profiles
41 template<
typename ProfileAssociationT = ProfileAssociation>
42 void SetProfileAssociation(ProfileAssociationT&& value) { m_profileAssociationHasBeenSet =
true; m_profileAssociation = std::forward<ProfileAssociationT>(value); }
43 template<
typename ProfileAssociationT = ProfileAssociation>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_profileAssociationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_ROUTE53PROFILES_API DisassociateProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ROUTE53PROFILES_API DisassociateProfileResult()=default
DisassociateProfileResult & WithRequestId(RequestIdT &&value)
const ProfileAssociation & GetProfileAssociation() const
const Aws::String & GetRequestId() const
AWS_ROUTE53PROFILES_API DisassociateProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DisassociateProfileResult & WithProfileAssociation(ProfileAssociationT &&value)
void SetRequestId(RequestIdT &&value)
void SetProfileAssociation(ProfileAssociationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue