Home
last modified time | relevance | path

Searched refs:WithBusinessName (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-customer-profiles/include/aws/customer-profiles/model/
H A DCreateProfileRequest.h221 …inline CreateProfileRequest& WithBusinessName(const Aws::String& value) { SetBusinessName(value); … in WithBusinessName() function
226 …inline CreateProfileRequest& WithBusinessName(Aws::String&& value) { SetBusinessName(std::move(val… in WithBusinessName() function
231 …inline CreateProfileRequest& WithBusinessName(const char* value) { SetBusinessName(value); return … in WithBusinessName() function
H A DProfile.h226 …inline Profile& WithBusinessName(const Aws::String& value) { SetBusinessName(value); return *this;} in WithBusinessName() function
231 …inline Profile& WithBusinessName(Aws::String&& value) { SetBusinessName(std::move(value)); return … in WithBusinessName() function
236 inline Profile& WithBusinessName(const char* value) { SetBusinessName(value); return *this;} in WithBusinessName() function
H A DUpdateProfileRequest.h262 …inline UpdateProfileRequest& WithBusinessName(const Aws::String& value) { SetBusinessName(value); … in WithBusinessName() function
267 …inline UpdateProfileRequest& WithBusinessName(Aws::String&& value) { SetBusinessName(std::move(val… in WithBusinessName() function
272 …inline UpdateProfileRequest& WithBusinessName(const char* value) { SetBusinessName(value); return … in WithBusinessName() function
H A DFieldSourceProfileIds.h193 …inline FieldSourceProfileIds& WithBusinessName(const Aws::String& value) { SetBusinessName(value);… in WithBusinessName() function
198 …inline FieldSourceProfileIds& WithBusinessName(Aws::String&& value) { SetBusinessName(std::move(va… in WithBusinessName() function
203 …inline FieldSourceProfileIds& WithBusinessName(const char* value) { SetBusinessName(value); return… in WithBusinessName() function