7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
9#include <aws/route53profiles/model/ProfileResourceAssociation.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace Route53Profiles {
37 template <
typename ProfileResourceAssociationT = ProfileResourceAssociation>
39 m_profileResourceAssociationHasBeenSet =
true;
40 m_profileResourceAssociation = std::forward<ProfileResourceAssociationT>(value);
42 template <
typename ProfileResourceAssociationT = ProfileResourceAssociation>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
67 bool m_profileResourceAssociationHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
const ProfileResourceAssociation & GetProfileResourceAssociation() const
void SetRequestId(RequestIdT &&value)
AWS_ROUTE53PROFILES_API UpdateProfileResourceAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ROUTE53PROFILES_API UpdateProfileResourceAssociationResult()=default
AWS_ROUTE53PROFILES_API UpdateProfileResourceAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateProfileResourceAssociationResult & WithProfileResourceAssociation(ProfileResourceAssociationT &&value)
UpdateProfileResourceAssociationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetProfileResourceAssociation(ProfileResourceAssociationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue