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));
59 template <
typename TargetT = Aws::String>
61 m_targetHasBeenSet =
true;
62 m_target = std::forward<TargetT>(value);
64 template <
typename TargetT = Aws::String>
78 m_timeoutSecondsHasBeenSet =
true;
79 m_timeoutSeconds = value;
99 template <
typename SourceFileLocationT = Aws::String>
101 m_sourceFileLocationHasBeenSet =
true;
102 m_sourceFileLocation = std::forward<SourceFileLocationT>(value);
104 template <
typename SourceFileLocationT = Aws::String>
115 int m_timeoutSeconds{0};
118 bool m_nameHasBeenSet =
false;
119 bool m_targetHasBeenSet =
false;
120 bool m_timeoutSecondsHasBeenSet =
false;
121 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