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>
51 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
52 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
66 inline void SetProfileId(
const char* value) { m_profileIdHasBeenSet =
true; m_profileId.assign(value); }
99 inline void SetAs2Id(
const char* value) { m_as2IdHasBeenSet =
true; m_as2Id.assign(value); }
137 bool m_arnHasBeenSet =
false;
140 bool m_profileIdHasBeenSet =
false;
143 bool m_profileTypeHasBeenSet =
false;
146 bool m_as2IdHasBeenSet =
false;
149 bool m_certificateIdsHasBeenSet =
false;
152 bool m_tagsHasBeenSet =
false;
DescribedProfile & WithAs2Id(const char *value)
const ProfileType & GetProfileType() const
DescribedProfile & WithCertificateIds(Aws::Vector< Aws::String > &&value)
void SetArn(Aws::String &&value)
void SetArn(const Aws::String &value)
DescribedProfile & AddCertificateIds(const Aws::String &value)
DescribedProfile & WithProfileId(const char *value)
void SetProfileType(ProfileType &&value)
bool ProfileTypeHasBeenSet() const
void SetAs2Id(Aws::String &&value)
const Aws::Vector< Aws::String > & GetCertificateIds() const
void SetTags(Aws::Vector< Tag > &&value)
DescribedProfile & AddTags(const Tag &value)
DescribedProfile & WithArn(Aws::String &&value)
bool As2IdHasBeenSet() const
DescribedProfile & AddCertificateIds(const char *value)
const Aws::String & GetProfileId() const
DescribedProfile & WithProfileId(Aws::String &&value)
void SetProfileType(const ProfileType &value)
void SetAs2Id(const Aws::String &value)
AWS_TRANSFER_API DescribedProfile()
const Aws::String & GetArn() const
DescribedProfile & WithTags(Aws::Vector< Tag > &&value)
void SetCertificateIds(const Aws::Vector< Aws::String > &value)
void SetProfileId(Aws::String &&value)
bool TagsHasBeenSet() const
void SetAs2Id(const char *value)
void SetProfileId(const Aws::String &value)
AWS_TRANSFER_API DescribedProfile(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProfileIdHasBeenSet() const
DescribedProfile & WithProfileType(ProfileType &&value)
DescribedProfile & WithProfileType(const ProfileType &value)
DescribedProfile & WithArn(const char *value)
bool ArnHasBeenSet() const
DescribedProfile & AddTags(Tag &&value)
DescribedProfile & WithProfileId(const Aws::String &value)
DescribedProfile & WithTags(const Aws::Vector< Tag > &value)
DescribedProfile & WithAs2Id(const Aws::String &value)
AWS_TRANSFER_API DescribedProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CertificateIdsHasBeenSet() const
DescribedProfile & WithAs2Id(Aws::String &&value)
void SetProfileId(const char *value)
void SetTags(const Aws::Vector< Tag > &value)
const Aws::Vector< Tag > & GetTags() const
DescribedProfile & WithCertificateIds(const Aws::Vector< Aws::String > &value)
void SetArn(const char *value)
void SetCertificateIds(Aws::Vector< Aws::String > &&value)
DescribedProfile & AddCertificateIds(Aws::String &&value)
const Aws::String & GetAs2Id() const
DescribedProfile & WithArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue