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>
53 inline void SetAs2Id(
const char* value) { m_as2IdHasBeenSet =
true; m_as2Id.assign(value); }
107 bool m_as2IdHasBeenSet =
false;
110 bool m_profileTypeHasBeenSet =
false;
113 bool m_certificateIdsHasBeenSet =
false;
116 bool m_tagsHasBeenSet =
false;
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(Aws::Vector< Tag > &&value)
bool ProfileTypeHasBeenSet() const
CreateProfileRequest & AddTags(Tag &&value)
CreateProfileRequest & AddCertificateIds(const char *value)
const Aws::Vector< Aws::String > & GetCertificateIds() const
CreateProfileRequest & WithAs2Id(const char *value)
CreateProfileRequest & WithProfileType(ProfileType &&value)
CreateProfileRequest & WithTags(const Aws::Vector< Tag > &value)
CreateProfileRequest & WithCertificateIds(Aws::Vector< Aws::String > &&value)
void SetCertificateIds(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
AWS_TRANSFER_API CreateProfileRequest()
bool As2IdHasBeenSet() const
bool TagsHasBeenSet() const
void SetAs2Id(const Aws::String &value)
void SetCertificateIds(const Aws::Vector< Aws::String > &value)
CreateProfileRequest & AddCertificateIds(Aws::String &&value)
void SetAs2Id(const char *value)
const ProfileType & GetProfileType() const
CreateProfileRequest & WithTags(Aws::Vector< Tag > &&value)
void SetProfileType(const ProfileType &value)
CreateProfileRequest & WithProfileType(const ProfileType &value)
void SetTags(const Aws::Vector< Tag > &value)
CreateProfileRequest & WithAs2Id(Aws::String &&value)
CreateProfileRequest & AddCertificateIds(const Aws::String &value)
const Aws::String & GetAs2Id() const
AWS_TRANSFER_API Aws::String SerializePayload() const override
const Aws::Vector< Tag > & GetTags() const
CreateProfileRequest & WithAs2Id(const Aws::String &value)
CreateProfileRequest & AddTags(const Tag &value)
bool CertificateIdsHasBeenSet() const
CreateProfileRequest & WithCertificateIds(const Aws::Vector< Aws::String > &value)
void SetAs2Id(Aws::String &&value)
void SetProfileType(ProfileType &&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