7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/EncryptionType.h>
9#include <aws/awstransfer/model/InputFileLocation.h>
10#include <aws/awstransfer/model/OverwriteExisting.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
64 m_typeHasBeenSet =
true;
85 template <
typename SourceFileLocationT = Aws::String>
87 m_sourceFileLocationHasBeenSet =
true;
88 m_sourceFileLocation = std::forward<SourceFileLocationT>(value);
90 template <
typename SourceFileLocationT = Aws::String>
110 m_overwriteExistingHasBeenSet =
true;
111 m_overwriteExisting = value;
136 template <
typename DestinationFileLocationT = InputFileLocation>
138 m_destinationFileLocationHasBeenSet =
true;
139 m_destinationFileLocation = std::forward<DestinationFileLocationT>(value);
141 template <
typename DestinationFileLocationT = InputFileLocation>
156 InputFileLocation m_destinationFileLocation;
157 bool m_nameHasBeenSet =
false;
158 bool m_typeHasBeenSet =
false;
159 bool m_sourceFileLocationHasBeenSet =
false;
160 bool m_overwriteExistingHasBeenSet =
false;
161 bool m_destinationFileLocationHasBeenSet =
false;
void SetName(NameT &&value)
EncryptionType GetType() const
const Aws::String & GetName() const
void SetOverwriteExisting(OverwriteExisting value)
const InputFileLocation & GetDestinationFileLocation() const
AWS_TRANSFER_API DecryptStepDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API DecryptStepDetails(Aws::Utils::Json::JsonView jsonValue)
bool OverwriteExistingHasBeenSet() const
AWS_TRANSFER_API DecryptStepDetails()=default
void SetSourceFileLocation(SourceFileLocationT &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
DecryptStepDetails & WithName(NameT &&value)
bool DestinationFileLocationHasBeenSet() const
bool TypeHasBeenSet() const
DecryptStepDetails & WithOverwriteExisting(OverwriteExisting value)
DecryptStepDetails & WithSourceFileLocation(SourceFileLocationT &&value)
void SetDestinationFileLocation(DestinationFileLocationT &&value)
OverwriteExisting GetOverwriteExisting() const
const Aws::String & GetSourceFileLocation() const
DecryptStepDetails & WithType(EncryptionType value)
bool SourceFileLocationHasBeenSet() const
void SetType(EncryptionType value)
bool NameHasBeenSet() const
DecryptStepDetails & WithDestinationFileLocation(DestinationFileLocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue