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
42 template<
typename ProfileAssociationT = ProfileAssociation>
43 void SetProfileAssociation(ProfileAssociationT&& value) { m_profileAssociationHasBeenSet =
true; m_profileAssociation = std::forward<ProfileAssociationT>(value); }
44 template<
typename ProfileAssociationT = ProfileAssociation>
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_profileAssociationHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
void SetProfileAssociation(ProfileAssociationT &&value)
GetProfileAssociationResult & WithProfileAssociation(ProfileAssociationT &&value)
GetProfileAssociationResult & WithRequestId(RequestIdT &&value)
AWS_ROUTE53PROFILES_API GetProfileAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ROUTE53PROFILES_API GetProfileAssociationResult()=default
const Aws::String & GetRequestId() const
AWS_ROUTE53PROFILES_API GetProfileAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const ProfileAssociation & GetProfileAssociation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue