7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/awstransfer/model/Tag.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename HostKeyIdT = Aws::String>
62 void SetHostKeyId(HostKeyIdT&& value) { m_hostKeyIdHasBeenSet =
true; m_hostKeyId = std::forward<HostKeyIdT>(value); }
63 template<
typename HostKeyIdT = Aws::String>
74 template<
typename HostKeyFingerpr
intT = Aws::String>
75 void SetHostKeyFingerprint(HostKeyFingerprintT&& value) { m_hostKeyFingerprintHasBeenSet =
true; m_hostKeyFingerprint = std::forward<HostKeyFingerprintT>(value); }
76 template<
typename HostKeyFingerpr
intT = Aws::String>
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
103 template<
typename TypeT = Aws::String>
104 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
105 template<
typename TypeT = Aws::String>
115 template<
typename DateImportedT = Aws::Utils::DateTime>
116 void SetDateImported(DateImportedT&& value) { m_dateImportedHasBeenSet =
true; m_dateImported = std::forward<DateImportedT>(value); }
117 template<
typename DateImportedT = Aws::Utils::DateTime>
127 template<
typename TagsT = Aws::Vector<Tag>>
128 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
129 template<
typename TagsT = Aws::Vector<Tag>>
131 template<
typename TagsT = Tag>
132 DescribedHostKey&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
137 bool m_arnHasBeenSet =
false;
140 bool m_hostKeyIdHasBeenSet =
false;
143 bool m_hostKeyFingerprintHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
149 bool m_typeHasBeenSet =
false;
152 bool m_dateImportedHasBeenSet =
false;
155 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