7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/Tag.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename HostKeyIdT = Aws::String>
63 m_hostKeyIdHasBeenSet =
true;
64 m_hostKeyId = std::forward<HostKeyIdT>(value);
66 template <
typename HostKeyIdT = Aws::String>
80 template <
typename HostKeyFingerpr
intT = Aws::String>
82 m_hostKeyFingerprintHasBeenSet =
true;
83 m_hostKeyFingerprint = std::forward<HostKeyFingerprintT>(value);
85 template <
typename HostKeyFingerpr
intT = Aws::String>
98 template <
typename DescriptionT = Aws::String>
100 m_descriptionHasBeenSet =
true;
101 m_description = std::forward<DescriptionT>(value);
103 template <
typename DescriptionT = Aws::String>
121 template <
typename TypeT = Aws::String>
123 m_typeHasBeenSet =
true;
124 m_type = std::forward<TypeT>(value);
126 template <
typename TypeT = Aws::String>
128 SetType(std::forward<TypeT>(value));
139 template <
typename DateImportedT = Aws::Utils::DateTime>
141 m_dateImportedHasBeenSet =
true;
142 m_dateImported = std::forward<DateImportedT>(value);
144 template <
typename DateImportedT = Aws::Utils::DateTime>
157 template <
typename TagsT = Aws::Vector<Tag>>
159 m_tagsHasBeenSet =
true;
160 m_tags = std::forward<TagsT>(value);
162 template <
typename TagsT = Aws::Vector<Tag>>
164 SetTags(std::forward<TagsT>(value));
167 template <
typename TagsT = Tag>
169 m_tagsHasBeenSet =
true;
170 m_tags.emplace_back(std::forward<TagsT>(value));
188 bool m_arnHasBeenSet =
false;
189 bool m_hostKeyIdHasBeenSet =
false;
190 bool m_hostKeyFingerprintHasBeenSet =
false;
191 bool m_descriptionHasBeenSet =
false;
192 bool m_typeHasBeenSet =
false;
193 bool m_dateImportedHasBeenSet =
false;
194 bool m_tagsHasBeenSet =
false;
DescribedHostKey & AddTags(TagsT &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetHostKeyId() const
const Aws::String & GetType() const
bool DescriptionHasBeenSet() const
const Aws::String & GetHostKeyFingerprint() const
const Aws::Vector< Tag > & GetTags() const
DescribedHostKey & WithHostKeyId(HostKeyIdT &&value)
void SetType(TypeT &&value)
void SetArn(ArnT &&value)
void SetHostKeyFingerprint(HostKeyFingerprintT &&value)
bool HostKeyIdHasBeenSet() const
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
bool DateImportedHasBeenSet() const
void SetHostKeyId(HostKeyIdT &&value)
DescribedHostKey & WithDescription(DescriptionT &&value)
AWS_TRANSFER_API DescribedHostKey()=default
AWS_TRANSFER_API DescribedHostKey & operator=(Aws::Utils::Json::JsonView jsonValue)
DescribedHostKey & WithType(TypeT &&value)
AWS_TRANSFER_API DescribedHostKey(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
DescribedHostKey & WithTags(TagsT &&value)
bool HostKeyFingerprintHasBeenSet() const
bool TypeHasBeenSet() const
DescribedHostKey & WithArn(ArnT &&value)
DescribedHostKey & WithHostKeyFingerprint(HostKeyFingerprintT &&value)
const Aws::Utils::DateTime & GetDateImported() const
const Aws::String & GetArn() const
void SetDateImported(DateImportedT &&value)
void SetDescription(DescriptionT &&value)
DescribedHostKey & WithDateImported(DateImportedT &&value)
const Aws::String & GetDescription() 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