7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
9#include <aws/route53profiles/model/ProfileAssociation.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace Route53Profiles {
36 template <
typename ProfileAssociationT = ProfileAssociation>
38 m_profileAssociationHasBeenSet =
true;
39 m_profileAssociation = std::forward<ProfileAssociationT>(value);
41 template <
typename ProfileAssociationT = ProfileAssociation>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_profileAssociationHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
AWS_ROUTE53PROFILES_API AssociateProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ROUTE53PROFILES_API AssociateProfileResult()=default
AssociateProfileResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_ROUTE53PROFILES_API AssociateProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ProfileAssociation & GetProfileAssociation() const
void SetProfileAssociation(ProfileAssociationT &&value)
const Aws::String & GetRequestId() const
AssociateProfileResult & WithProfileAssociation(ProfileAssociationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue