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