7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
10#include <aws/route53profiles/model/ProfileAssociation.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Route53Profiles {
37 template <
typename ProfileAssociationT = ProfileAssociation>
39 m_profileAssociationHasBeenSet =
true;
40 m_profileAssociation = std::forward<ProfileAssociationT>(value);
42 template <
typename ProfileAssociationT = ProfileAssociation>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_profileAssociationHasBeenSet =
false;
71 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const ProfileAssociation & GetProfileAssociation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue