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>
59 template<
typename TargetT = Aws::String>
60 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
61 template<
typename TargetT = Aws::String>
71 inline void SetTimeoutSeconds(
int value) { m_timeoutSecondsHasBeenSet =
true; m_timeoutSeconds = value; }
87 template<
typename SourceFileLocationT = Aws::String>
88 void SetSourceFileLocation(SourceFileLocationT&& value) { m_sourceFileLocationHasBeenSet =
true; m_sourceFileLocation = std::forward<SourceFileLocationT>(value); }
89 template<
typename SourceFileLocationT = Aws::String>
95 bool m_nameHasBeenSet =
false;
98 bool m_targetHasBeenSet =
false;
100 int m_timeoutSeconds{0};
101 bool m_timeoutSecondsHasBeenSet =
false;
104 bool m_sourceFileLocationHasBeenSet =
false;
const Aws::String & GetTarget() const
void SetTarget(TargetT &&value)
void SetName(NameT &&value)
bool TargetHasBeenSet() const
bool TimeoutSecondsHasBeenSet() const
AWS_TRANSFER_API CustomStepDetails()=default
AWS_TRANSFER_API CustomStepDetails(Aws::Utils::Json::JsonView jsonValue)
int GetTimeoutSeconds() const
bool SourceFileLocationHasBeenSet() const
CustomStepDetails & WithSourceFileLocation(SourceFileLocationT &&value)
void SetSourceFileLocation(SourceFileLocationT &&value)
CustomStepDetails & WithTarget(TargetT &&value)
const Aws::String & GetSourceFileLocation() const
CustomStepDetails & WithName(NameT &&value)
const Aws::String & GetName() const
void SetTimeoutSeconds(int value)
CustomStepDetails & WithTimeoutSeconds(int value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSFER_API CustomStepDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue