7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
65 template <
typename SourceFileLocationT = Aws::String>
67 m_sourceFileLocationHasBeenSet =
true;
68 m_sourceFileLocation = std::forward<SourceFileLocationT>(value);
70 template <
typename SourceFileLocationT = Aws::String>
80 bool m_nameHasBeenSet =
false;
81 bool m_sourceFileLocationHasBeenSet =
false;
AWS_TRANSFER_API DeleteStepDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSourceFileLocation() const
bool SourceFileLocationHasBeenSet() const
void SetSourceFileLocation(SourceFileLocationT &&value)
DeleteStepDetails & WithSourceFileLocation(SourceFileLocationT &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_TRANSFER_API DeleteStepDetails(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
DeleteStepDetails & WithName(NameT &&value)
AWS_TRANSFER_API DeleteStepDetails()=default
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue