7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/awstransfer/model/ProfileType.h>
10#include <aws/awstransfer/model/Tag.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
47 template <
typename As2IdT = Aws::String>
49 m_as2IdHasBeenSet =
true;
50 m_as2Id = std::forward<As2IdT>(value);
52 template <
typename As2IdT = Aws::String>
54 SetAs2Id(std::forward<As2IdT>(value));
70 m_profileTypeHasBeenSet =
true;
71 m_profileType = value;
86 template <
typename CertificateIdsT = Aws::Vector<Aws::String>>
88 m_certificateIdsHasBeenSet =
true;
89 m_certificateIds = std::forward<CertificateIdsT>(value);
91 template <
typename CertificateIdsT = Aws::Vector<Aws::String>>
96 template <
typename CertificateIdsT = Aws::String>
98 m_certificateIdsHasBeenSet =
true;
99 m_certificateIds.emplace_back(std::forward<CertificateIdsT>(value));
110 template <
typename TagsT = Aws::Vector<Tag>>
112 m_tagsHasBeenSet =
true;
113 m_tags = std::forward<TagsT>(value);
115 template <
typename TagsT = Aws::Vector<Tag>>
117 SetTags(std::forward<TagsT>(value));
120 template <
typename TagsT = Tag>
122 m_tagsHasBeenSet =
true;
123 m_tags.emplace_back(std::forward<TagsT>(value));
135 bool m_as2IdHasBeenSet =
false;
136 bool m_profileTypeHasBeenSet =
false;
137 bool m_certificateIdsHasBeenSet =
false;
138 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