7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/route53profiles/Route53ProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace Route53Profiles
41 template<
typename ProfileAssociationIdT = Aws::String>
42 void SetProfileAssociationId(ProfileAssociationIdT&& value) { m_profileAssociationIdHasBeenSet =
true; m_profileAssociationId = std::forward<ProfileAssociationIdT>(value); }
43 template<
typename ProfileAssociationIdT = Aws::String>
49 bool m_profileAssociationIdHasBeenSet =
false;
GetProfileAssociationRequest & WithProfileAssociationId(ProfileAssociationIdT &&value)
void SetProfileAssociationId(ProfileAssociationIdT &&value)
bool ProfileAssociationIdHasBeenSet() const
const Aws::String & GetProfileAssociationId() const
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
AWS_ROUTE53PROFILES_API GetProfileAssociationRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String