7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename OutputUrlT = Aws::String>
49 void SetOutputUrl(OutputUrlT&& value) { m_outputUrlHasBeenSet =
true; m_outputUrl = std::forward<OutputUrlT>(value); }
50 template<
typename OutputUrlT = Aws::String>
56 bool m_outputUrlHasBeenSet =
false;
AWS_SSM_API S3OutputUrl(Aws::Utils::Json::JsonView jsonValue)
bool OutputUrlHasBeenSet() const
AWS_SSM_API S3OutputUrl()=default
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOutputUrl(OutputUrlT &&value)
AWS_SSM_API S3OutputUrl & operator=(Aws::Utils::Json::JsonView jsonValue)
S3OutputUrl & WithOutputUrl(OutputUrlT &&value)
const Aws::String & GetOutputUrl() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue