7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/ProfileType.h>
9#include <aws/awstransfer/model/Tag.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename ProfileIdT = Aws::String>
64 m_profileIdHasBeenSet =
true;
65 m_profileId = std::forward<ProfileIdT>(value);
67 template <
typename ProfileIdT = Aws::String>
83 m_profileTypeHasBeenSet =
true;
84 m_profileType = value;
103 template <
typename As2IdT = Aws::String>
105 m_as2IdHasBeenSet =
true;
106 m_as2Id = std::forward<As2IdT>(value);
108 template <
typename As2IdT = Aws::String>
110 SetAs2Id(std::forward<As2IdT>(value));
122 template <
typename CertificateIdsT = Aws::Vector<Aws::String>>
124 m_certificateIdsHasBeenSet =
true;
125 m_certificateIds = std::forward<CertificateIdsT>(value);
127 template <
typename CertificateIdsT = Aws::Vector<Aws::String>>
132 template <
typename CertificateIdsT = Aws::String>
134 m_certificateIdsHasBeenSet =
true;
135 m_certificateIds.emplace_back(std::forward<CertificateIdsT>(value));
146 template <
typename TagsT = Aws::Vector<Tag>>
148 m_tagsHasBeenSet =
true;
149 m_tags = std::forward<TagsT>(value);
151 template <
typename TagsT = Aws::Vector<Tag>>
153 SetTags(std::forward<TagsT>(value));
156 template <
typename TagsT = Tag>
158 m_tagsHasBeenSet =
true;
159 m_tags.emplace_back(std::forward<TagsT>(value));
175 bool m_arnHasBeenSet =
false;
176 bool m_profileIdHasBeenSet =
false;
177 bool m_profileTypeHasBeenSet =
false;
178 bool m_as2IdHasBeenSet =
false;
179 bool m_certificateIdsHasBeenSet =
false;
180 bool m_tagsHasBeenSet =
false;
DescribedProfile & WithProfileId(ProfileIdT &&value)
DescribedProfile & WithArn(ArnT &&value)
AWS_TRANSFER_API DescribedProfile()=default
void SetProfileType(ProfileType value)
bool ProfileTypeHasBeenSet() const
const Aws::Vector< Aws::String > & GetCertificateIds() const
DescribedProfile & AddCertificateIds(CertificateIdsT &&value)
bool As2IdHasBeenSet() const
DescribedProfile & WithAs2Id(As2IdT &&value)
const Aws::String & GetProfileId() const
const Aws::String & GetArn() const
DescribedProfile & WithCertificateIds(CertificateIdsT &&value)
DescribedProfile & AddTags(TagsT &&value)
bool TagsHasBeenSet() const
AWS_TRANSFER_API DescribedProfile(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProfileIdHasBeenSet() const
DescribedProfile & WithTags(TagsT &&value)
DescribedProfile & WithProfileType(ProfileType value)
void SetTags(TagsT &&value)
void SetCertificateIds(CertificateIdsT &&value)
bool ArnHasBeenSet() const
void SetAs2Id(As2IdT &&value)
ProfileType GetProfileType() const
void SetArn(ArnT &&value)
AWS_TRANSFER_API DescribedProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CertificateIdsHasBeenSet() const
void SetProfileId(ProfileIdT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetAs2Id() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue