7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/awstransfer/model/ProfileType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/awstransfer/model/Tag.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
62 template<
typename ProfileIdT = Aws::String>
63 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
64 template<
typename ProfileIdT = Aws::String>
91 template<
typename As2IdT = Aws::String>
92 void SetAs2Id(As2IdT&& value) { m_as2IdHasBeenSet =
true; m_as2Id = std::forward<As2IdT>(value); }
93 template<
typename As2IdT = Aws::String>
104 template<
typename CertificateIdsT = Aws::Vector<Aws::String>>
105 void SetCertificateIds(CertificateIdsT&& value) { m_certificateIdsHasBeenSet =
true; m_certificateIds = std::forward<CertificateIdsT>(value); }
106 template<
typename CertificateIdsT = Aws::Vector<Aws::String>>
108 template<
typename CertificateIdsT = Aws::String>
109 DescribedProfile&
AddCertificateIds(CertificateIdsT&& value) { m_certificateIdsHasBeenSet =
true; m_certificateIds.emplace_back(std::forward<CertificateIdsT>(value));
return *
this; }
118 template<
typename TagsT = Aws::Vector<Tag>>
119 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
120 template<
typename TagsT = Aws::Vector<Tag>>
122 template<
typename TagsT = Tag>
123 DescribedProfile&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
128 bool m_arnHasBeenSet =
false;
131 bool m_profileIdHasBeenSet =
false;
134 bool m_profileTypeHasBeenSet =
false;
137 bool m_as2IdHasBeenSet =
false;
140 bool m_certificateIdsHasBeenSet =
false;
143 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