7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/awstransfer/model/Tag.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename ServerIdT = Aws::String>
44 m_serverIdHasBeenSet =
true;
45 m_serverId = std::forward<ServerIdT>(value);
47 template <
typename ServerIdT = Aws::String>
61 template <
typename HostKeyBodyT = Aws::String>
63 m_hostKeyBodyHasBeenSet =
true;
64 m_hostKeyBody = std::forward<HostKeyBodyT>(value);
66 template <
typename HostKeyBodyT = Aws::String>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename TagsT = Aws::Vector<Tag>>
99 m_tagsHasBeenSet =
true;
100 m_tags = std::forward<TagsT>(value);
102 template <
typename TagsT = Aws::Vector<Tag>>
104 SetTags(std::forward<TagsT>(value));
107 template <
typename TagsT = Tag>
109 m_tagsHasBeenSet =
true;
110 m_tags.emplace_back(std::forward<TagsT>(value));
116 bool m_serverIdHasBeenSet =
false;
119 bool m_hostKeyBodyHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
125 bool m_tagsHasBeenSet =
false;
const Aws::Vector< Tag > & GetTags() const
ImportHostKeyRequest & WithTags(TagsT &&value)
bool DescriptionHasBeenSet() const
void SetHostKeyBody(HostKeyBodyT &&value)
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
void SetServerId(ServerIdT &&value)
ImportHostKeyRequest & AddTags(TagsT &&value)
ImportHostKeyRequest & WithHostKeyBody(HostKeyBodyT &&value)
bool ServerIdHasBeenSet() const
ImportHostKeyRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetServerId() const
const Aws::String & GetHostKeyBody() const
ImportHostKeyRequest & WithServerId(ServerIdT &&value)
AWS_TRANSFER_API ImportHostKeyRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_TRANSFER_API Aws::String SerializePayload() const override
bool HostKeyBodyHasBeenSet() const
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector