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>
50 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
51 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
65 inline void SetHostKeyId(
const char* value) { m_hostKeyIdHasBeenSet =
true; m_hostKeyId.assign(value); }
80 inline void SetHostKeyFingerprint(
const char* value) { m_hostKeyFingerprintHasBeenSet =
true; m_hostKeyFingerprint.assign(value); }
94 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
113 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
147 bool m_arnHasBeenSet =
false;
150 bool m_hostKeyIdHasBeenSet =
false;
153 bool m_hostKeyFingerprintHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
159 bool m_typeHasBeenSet =
false;
162 bool m_dateImportedHasBeenSet =
false;
165 bool m_tagsHasBeenSet =
false;
void SetHostKeyId(Aws::String &&value)
DescribedHostKey & AddTags(Tag &&value)
DescribedHostKey & WithType(const Aws::String &value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetHostKeyId() const
const Aws::String & GetType() const
void SetDescription(const char *value)
bool DescriptionHasBeenSet() const
const Aws::String & GetHostKeyFingerprint() const
const Aws::Vector< Tag > & GetTags() const
void SetType(const Aws::String &value)
void SetHostKeyId(const Aws::String &value)
DescribedHostKey & WithHostKeyFingerprint(const char *value)
DescribedHostKey & WithDateImported(Aws::Utils::DateTime &&value)
void SetDateImported(const Aws::Utils::DateTime &value)
DescribedHostKey & WithArn(const Aws::String &value)
void SetHostKeyId(const char *value)
void SetArn(const Aws::String &value)
void SetTags(Aws::Vector< Tag > &&value)
DescribedHostKey & WithDescription(const Aws::String &value)
bool HostKeyIdHasBeenSet() const
DescribedHostKey & AddTags(const Tag &value)
DescribedHostKey & WithType(const char *value)
void SetHostKeyFingerprint(const char *value)
DescribedHostKey & WithTags(Aws::Vector< Tag > &&value)
bool TagsHasBeenSet() const
DescribedHostKey & WithHostKeyFingerprint(Aws::String &&value)
DescribedHostKey & WithArn(const char *value)
bool DateImportedHasBeenSet() const
void SetType(const char *value)
void SetHostKeyFingerprint(Aws::String &&value)
void SetDescription(const Aws::String &value)
DescribedHostKey & WithTags(const Aws::Vector< Tag > &value)
DescribedHostKey & WithHostKeyId(const char *value)
AWS_TRANSFER_API DescribedHostKey & operator=(Aws::Utils::Json::JsonView jsonValue)
DescribedHostKey & WithDescription(Aws::String &&value)
AWS_TRANSFER_API DescribedHostKey(Aws::Utils::Json::JsonView jsonValue)
void SetHostKeyFingerprint(const Aws::String &value)
bool ArnHasBeenSet() const
void SetDescription(Aws::String &&value)
bool HostKeyFingerprintHasBeenSet() const
DescribedHostKey & WithHostKeyId(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
AWS_TRANSFER_API DescribedHostKey()
bool TypeHasBeenSet() const
const Aws::Utils::DateTime & GetDateImported() const
void SetDateImported(Aws::Utils::DateTime &&value)
DescribedHostKey & WithHostKeyFingerprint(const Aws::String &value)
DescribedHostKey & WithType(Aws::String &&value)
void SetType(Aws::String &&value)
DescribedHostKey & WithDateImported(const Aws::Utils::DateTime &value)
const Aws::String & GetArn() const
DescribedHostKey & WithDescription(const char *value)
void SetArn(const char *value)
DescribedHostKey & WithHostKeyId(Aws::String &&value)
const Aws::String & GetDescription() const
DescribedHostKey & WithArn(Aws::String &&value)
void SetArn(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