7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
65 template<
typename SourceFileLocationT = Aws::String>
66 void SetSourceFileLocation(SourceFileLocationT&& value) { m_sourceFileLocationHasBeenSet =
true; m_sourceFileLocation = std::forward<SourceFileLocationT>(value); }
67 template<
typename SourceFileLocationT = Aws::String>
73 bool m_nameHasBeenSet =
false;
76 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