7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53profiles/Route53ProfilesRequest.h>
9#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
14namespace Route53Profiles {
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
55 template <
typename ProfileIdT = Aws::String>
57 m_profileIdHasBeenSet =
true;
58 m_profileId = std::forward<ProfileIdT>(value);
60 template <
typename ProfileIdT = Aws::String>
73 template <
typename ResourceArnT = Aws::String>
75 m_resourceArnHasBeenSet =
true;
76 m_resourceArn = std::forward<ResourceArnT>(value);
78 template <
typename ResourceArnT = Aws::String>
94 template <
typename ResourcePropertiesT = Aws::String>
96 m_resourcePropertiesHasBeenSet =
true;
97 m_resourceProperties = std::forward<ResourcePropertiesT>(value);
99 template <
typename ResourcePropertiesT = Aws::String>
113 bool m_nameHasBeenSet =
false;
114 bool m_profileIdHasBeenSet =
false;
115 bool m_resourceArnHasBeenSet =
false;
116 bool m_resourcePropertiesHasBeenSet =
false;
AssociateResourceToProfileRequest & WithProfileId(ProfileIdT &&value)
void SetName(NameT &&value)
bool ProfileIdHasBeenSet() const
const Aws::String & GetResourceProperties() const
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetResourceArn(ResourceArnT &&value)
bool NameHasBeenSet() const
bool ResourceArnHasBeenSet() const
AssociateResourceToProfileRequest & WithResourceProperties(ResourcePropertiesT &&value)
AWS_ROUTE53PROFILES_API AssociateResourceToProfileRequest()=default
const Aws::String & GetResourceArn() const
bool ResourcePropertiesHasBeenSet() const
AssociateResourceToProfileRequest & WithName(NameT &&value)
const Aws::String & GetName() const
AssociateResourceToProfileRequest & WithResourceArn(ResourceArnT &&value)
void SetProfileId(ProfileIdT &&value)
const Aws::String & GetProfileId() const
void SetResourceProperties(ResourcePropertiesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String