7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/awstransfer/model/ProfileType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/awstransfer/model/Tag.h>
51 template<
typename As2IdT = Aws::String>
52 void SetAs2Id(As2IdT&& value) { m_as2IdHasBeenSet =
true; m_as2Id = std::forward<As2IdT>(value); }
53 template<
typename As2IdT = Aws::String>
78 template<
typename CertificateIdsT = Aws::Vector<Aws::String>>
79 void SetCertificateIds(CertificateIdsT&& value) { m_certificateIdsHasBeenSet =
true; m_certificateIds = std::forward<CertificateIdsT>(value); }
80 template<
typename CertificateIdsT = Aws::Vector<Aws::String>>
82 template<
typename CertificateIdsT = Aws::String>
92 template<
typename TagsT = Aws::Vector<Tag>>
93 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
94 template<
typename TagsT = Aws::Vector<Tag>>
96 template<
typename TagsT = Tag>
102 bool m_as2IdHasBeenSet =
false;
105 bool m_profileTypeHasBeenSet =
false;
108 bool m_certificateIdsHasBeenSet =
false;
111 bool m_tagsHasBeenSet =
false;
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateProfileRequest & AddCertificateIds(CertificateIdsT &&value)
CreateProfileRequest & WithTags(TagsT &&value)
ProfileType GetProfileType() const
bool ProfileTypeHasBeenSet() const
const Aws::Vector< Aws::String > & GetCertificateIds() const
void SetProfileType(ProfileType value)
virtual const char * GetServiceRequestName() const override
void SetAs2Id(As2IdT &&value)
bool As2IdHasBeenSet() const
bool TagsHasBeenSet() const
CreateProfileRequest & WithCertificateIds(CertificateIdsT &&value)
AWS_TRANSFER_API CreateProfileRequest()=default
CreateProfileRequest & AddTags(TagsT &&value)
const Aws::String & GetAs2Id() const
AWS_TRANSFER_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
CreateProfileRequest & WithAs2Id(As2IdT &&value)
const Aws::Vector< Tag > & GetTags() const
bool CertificateIdsHasBeenSet() const
CreateProfileRequest & WithProfileType(ProfileType value)
void SetCertificateIds(CertificateIdsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector