7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/awstransfer/model/Tag.h>
46 template<
typename ServerIdT = Aws::String>
47 void SetServerId(ServerIdT&& value) { m_serverIdHasBeenSet =
true; m_serverId = std::forward<ServerIdT>(value); }
48 template<
typename ServerIdT = Aws::String>
59 template<
typename HostKeyBodyT = Aws::String>
60 void SetHostKeyBody(HostKeyBodyT&& value) { m_hostKeyBodyHasBeenSet =
true; m_hostKeyBody = std::forward<HostKeyBodyT>(value); }
61 template<
typename HostKeyBodyT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
83 template<
typename TagsT = Aws::Vector<Tag>>
84 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
85 template<
typename TagsT = Aws::Vector<Tag>>
87 template<
typename TagsT = Tag>
93 bool m_serverIdHasBeenSet =
false;
96 bool m_hostKeyBodyHasBeenSet =
false;
99 bool m_descriptionHasBeenSet =
false;
102 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